• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Help with SMP Client install

drew630

Limp Gawd
Joined
Jun 27, 2008
Messages
306
I recently decided to run the smp client on my quad instead of the basic cpu client I have been running for a couple of months now. I completely removed the previous cpu client and ran ccleaner. I have read the instructions and turned off both my firewall and anti-virus but when I try to run install.bat I keep getting this:

OpenSCManagerfailed:
Access is denied. <error 5>
Unable to remove the previous installation, install failed.
account (domanin\user) [me-PC\me]: me
password:
confirm password:
Password encrypted into the Registry.
Unable to connect to 'me-PC:****'.
sock error: generic socket failure, error stack:
MPIDU_Sock_post_connect(****): unable to connect to me_PC on port ****, exha
usted all endpoints (errno -1)
MPIDU_Sock_post_connect(****): unable to connect to me-PC on port ****, No c
onnection could be made because the target machine actively refused it. (errno 10061)
Press any key to continue. . .

Any ideas whats wrong?

Also, If I run install.bat as Administrator I get this and only this:
'smpd' is not recognized as an internal or external command,
operable program or batch file.
'mpiexec' is not recongized as an internal or external command,
operable program or batch file.
'mpiexec' is not recongized as an internal or external command,
operable program or batch file.
Press and key to continue . . .

Any help much appreciated.
 
Not totally sure but I'd try redownloading the package and starting over as it looks like its cant find some of the needed files. It also appears to be some permissions issues. Is this on Vista?
 
If ou open up a command prompt as administrator and then run install bat it should work. At least it did for me
 
^ this is what i get if i do that:
'smpd' is not recognized as an internal or external command,
operable program or batch file.
'mpiexec' is not recongized as an internal or external command,
operable program or batch file.
'mpiexec' is not recongized as an internal or external command,
operable program or batch file.
Press and key to continue . . .

And that is all it says.
 
A couple things to add to what's already been said.

1. Make sure you're not installing in "Program Files," that can be troublesome.
2. When you're giving credentials, don't actually type the username, just hit enter there.
 
Hmmm - I've never tried it on 64 bit Windows. You did get the correct version for that I assume. It looks like there is only one version that will work for you. http://folding.stanford.edu/English/DownloadWinOther Hopefully some other with experience running this under 64 bit Vista will chime in.
 
You cannot install DEINO on a 64-bits OS so you must delete them and get the MPICH version. Follow the guide in the [H]orde guides sticky ;)
 
A couple things to add to what's already been said.

1. Make sure you're not installing in "Program Files," that can be troublesome.
2. When you're giving credentials, don't actually type the username, just hit enter there.

1. I am installing it into a folder on the c drive (which I named FAH). This is the folders path C:\FAH\

2. Ok, I was entering the username before so I tried it w/o (by just hitting enter) and still no dice.

Hmmm - I've never tried it on 64 bit Windows. You did get the correct version for that I assume. It looks like there is only one version that will work for you. http://folding.stanford.edu/English/DownloadWinOther Hopefully some other with experience running this under 64 bit Vista will chime in.

Yep, downloaded the MPICH version.

You cannot install DEINO on a 64-bits OS so you must delete them and get the MPICH version. Follow the guide in the [H]orde guides sticky ;)

Yep, downloaded the MPICH version and am following the instructions to a t (even naming the folders exactly as said) and still no dice.


Does anyone know why it keeps telling me this at the very beginning:
Code:
OpenSCManager failed:
Access is denied. (error 5)
Unable to remove the previous installation, install failed

It should be saying this:
Code:
MPICH2 Process Manager, Argonne National Lab installed.
 account (domain\user) [FAH\Username]:
 
"Access is denied. (error 5)" mean that you are running the command prompt in non-administrator mode. You must run the command prompt with the "Run as administrator" to give full rights. Under Vista, even if you are a administrator, it's not 100% full unlike XP.
 
"Access is denied. (error 5)" mean that you are running the command prompt in non-administrator mode. You must run the command prompt with the "Run as administrator" to give full rights. Under Vista, even if you are a administrator, it's not 100% full unlike XP.

Right, but when I run it with it with administrative rights this is all I get:
Code:
'smpd' is not recognized as an internal or external command,
operable program or batch file.
'mpiexec' is not recongized as an internal or external command,
operable program or batch file.
'mpiexec' is not recongized as an internal or external command,
operable program or batch file.
Press and key to continue . . .

image:
Capture.jpg
 
Try moving first to the right folder, don't run as "c:\FAH\install.bat"... When you run that file, it look at the current folder but since you aren't in C:\FAH but in C:\Windows\System32, it cannot find the needed files.

Do that instead :

Code:
cd \
cd FAH
install.bat
 
Back
Top