running 2 BOINCs ?

Message boards : Questions and problems : running 2 BOINCs ?
Message board moderation

To post messages, you must log in.

Previous · 1 · 2

AuthorMessage
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 42067 - Posted: 14 Jan 2012, 9:22:00 UTC - in response to Message 41898.  
Last modified: 14 Jan 2012, 9:22:57 UTC

I think I've followed the example as far as I can BUT I don't seem to be able to connect to the 2nd BOINC client using the BOINCMgr. I have attempted to connect to the 2nd client using the advanced/select computer/host name/password mechanism using computer name "localhost:9999" and the password created vis notepad in gui_rpc_auth.cfg but keep getting attached back to the orig BOINC client. This is true even if I put the " <allow_multiple_clients>1</allow_multiple_clients>" line in cc_config.xml ... any ideas on how to do the connect??

BTW: do I need admin priv for any of the steps??

Ed F

Since i've still got my 2nd Boinc Installation backed up on a USB Stick (The Hardrive failed a bit later taking out that host's Win 7 installation), i've been looking through it,

The one thing i haven't seen mentioned is the setting up of remote_hosts.cfg with the host details, the host i was using the 2nd Boinc Installation was known as P5N-E-SLI, so that was what went in there.

I'm thinking of fitting a third GPU (only a PCI GT430) in my i7-2600K/GTX460/HD5770 host this weekend, and this time just attach it to Seti Beta, since at the moment i have no Seti Beta tasks, so i can't loose any.

Claggy
ID: 42067 · Report as offensive
edwardpf

Send message
Joined: 18 Feb 11
Posts: 20
United States
Message 42076 - Posted: 14 Jan 2012, 16:03:26 UTC - in response to Message 42067.  

The one thing i haven't seen mentioned is the setting up of remote_hosts.cfg with the host details, the host i was using the 2nd Boinc Installation was known as P5N-E-SLI, so that was what went in there.


I don't understand the reference ... where do I get more info??

Ed F
ID: 42076 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 42077 - Posted: 14 Jan 2012, 16:07:05 UTC - in response to Message 42076.  

ID: 42077 · Report as offensive
edwardpf

Send message
Joined: 18 Feb 11
Posts: 20
United States
Message 42471 - Posted: 7 Feb 2012, 19:22:12 UTC - in response to Message 42077.  

O.K., almost everything is working but would like info on what to do to the BOINCMGR to "see" both BOINC's

Here is my startup now ...


rem
rem cd C:\BOINC_test_data_1
start C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31416 --dir C:\BOINC_test_data_1 --detach
rem
rem cd C:\BOINC_test_data_2
start C:\BOINC_test_programs\boinc.exe --gui_rpc_port 31417 --dir C:\BOINC_test_data_2 --allow_multiple_clients --detach
rem
cd C:\BOINC_test_data_1
start C:\BOINC_test_programs\boincmgr.exe /s
rem


The 31417 instance of BOINC doesn't even show up on netstat ...

I am able to run the 2 boinc's running independent WU's just fine ... I just can't admin them both.

(what I have been doing is shutting both boincs down and reversing the starting order) then I can "see" the other boinc.

Ideas??

Ed F
ID: 42471 · Report as offensive
Claggy

Send message
Joined: 23 Apr 07
Posts: 1112
United Kingdom
Message 42473 - Posted: 7 Feb 2012, 19:52:07 UTC - in response to Message 42471.  

What you should be able to do is start up a 2nd Boinc Manager, it'll connect to the 1st client, then use 'select computer' put in localhost:31417 and the gui_rpc password to connect it to the 2nd client,

Claggy
ID: 42473 · Report as offensive
edwardpf

Send message
Joined: 18 Feb 11
Posts: 20
United States
Message 42477 - Posted: 8 Feb 2012, 17:08:07 UTC - in response to Message 42473.  

well, not quite ...

(I'm using SETI@HOME with the lunatic opt apps)

If I attempt to start a new BOINCMGR, the currently running one flashes but stays on the origional "localhost:31416" and I can't get to 31417

If I "switch user", so I have 2 accounts active, and fire up BOINCMGR using "localhost:31417" I can see/manage it just fine

BUT

on both 31416 AND 31417 I get
2/8/2012 11:49:57 AM | | GPUs have become unusable; disabling tasks
.
.
.
2/8/2012 11:58:35 AM | | GPUs have become usable; enabling tasks


as long as I'm in BOINCNGR on the second account the GPU's don't run!!

SO I'm still confused as what to do.

Any help??

Ed F
ID: 42477 · Report as offensive
Richard Haselgrove
Volunteer tester
Help desk expert

Send message
Joined: 5 Oct 06
Posts: 5082
United Kingdom
Message 42478 - Posted: 8 Feb 2012, 17:29:54 UTC - in response to Message 42477.  

1) Normally, only one copy of BOINCMGR is allowed to run at once. But there is a command (Advanced view, Advanced menu, next to last item): "Launch another BOINC Manager". That bypasses the 'only one copy' restriction, and allows you to fill in the 'localhost:31417' that Claggy was suggesting.

2) 'GPUs have become unusable' isn't a function of the Manager: the Manager is merely reporting the status of the underlying client. With Windows 7 (or Vista), the core client can only access the GPU drivers if it is running under the same user account as the currently logged-in active user: so if you switch users, the core client loses contact with the drivers and hence with the GPU. You can get round that by shutting down the core client and restarting it in the new user context.
ID: 42478 · Report as offensive
BobCat13

Send message
Joined: 6 Dec 06
Posts: 118
United States
Message 42479 - Posted: 8 Feb 2012, 17:45:10 UTC
Last modified: 8 Feb 2012, 17:48:10 UTC

If you would prefer to use just one program to monitor both instances of the client, you could try BoincTasks. I tried a multiple client setup as a test and used BT to monitor both instances with no problems. If you decide to try BoincTasks, click on the download tab on BT's site and use the 1.30 version.
ID: 42479 · Report as offensive
edwardpf

Send message
Joined: 18 Feb 11
Posts: 20
United States
Message 42480 - Posted: 8 Feb 2012, 17:55:23 UTC - in response to Message 42478.  

1) Normally, only one copy of BOINCMGR is allowed to run at once. But there is a command (Advanced view, Advanced menu, next to last item): "Launch another BOINC Manager". That bypasses the 'only one copy' restriction, and allows you to fill in the 'localhost:31417' that Claggy was suggesting.

seems NOt to work ... i get something like:

"Authorization failed connecting to running client. Make sure you start this program in the same directory as the client"

I get this attempting to attach to 31416 or 31417.

2) 'GPUs have become unusable' isn't a function of the Manager: the Manager is merely reporting the status of the underlying client. With Windows 7 (or Vista), the core client can only access the GPU drivers if it is running under the same user account as the currently logged-in active user: so if you switch users, the core client loses contact with the drivers and hence with the GPU. You can get round that by shutting down the core client and restarting it in the new user context.

yes, I knew this but I thought it MAY help as a diagnostic point ... sorry.

Any other ideas on how to get 2 boincmgr's running??

Ed F
ID: 42480 · Report as offensive
Profile Gundolf Jahn

Send message
Joined: 20 Dec 07
Posts: 1069
Germany
Message 42498 - Posted: 9 Feb 2012, 1:01:29 UTC - in response to Message 42480.  

seems NOt to work ... i get something like:

"Authorization failed connecting to running client. Make sure you start this program in the same directory as the client"

Is your remote_hosts.cfg file up to date?

Gruß,
Gundolf
ID: 42498 · Report as offensive
edwardpf

Send message
Joined: 18 Feb 11
Posts: 20
United States
Message 42501 - Posted: 9 Feb 2012, 2:58:41 UTC - in response to Message 42498.  

Is your remote_hosts.cfg file up to date?


I'm not sure how this relates to running 2 boincs on 1 computer ... It LOOKS like this is used for cross computer control ... ???

so the answer is NO remote_hosts.cfg is not up to date ... it doesn't exist :)

Advice??

Ed F
ID: 42501 · Report as offensive
Profile Gundolf Jahn

Send message
Joined: 20 Dec 07
Posts: 1069
Germany
Message 42502 - Posted: 9 Feb 2012, 8:00:12 UTC - in response to Message 42501.  
Last modified: 9 Feb 2012, 8:00:42 UTC

I'm not sure either, but it won't hurt to try. ;-)

There's also an <allow_remote_gui_rpc> cc_config.xml option or the --allow_remote_gui_rpc command-line option respectively, for a brief check if it would be needed.

Gruß,
Gundolf
ID: 42502 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15483
Netherlands
Message 42552 - Posted: 13 Feb 2012, 6:24:33 UTC

I've been thinking... while I wrote an answer to someone else.
Since 6.12 it's no longer possible to run multiple BOINC Manager instances without pointing all of them to their own client. Only one BM can show the contents of one client, any other BM running on the system needs to be pointed at another Boinc.exe, installed in a different directory than the one the present one is installed in.

So you can't point both at C:\BOINC_test_programs\boinc.exe, since one of the Boinc instances needs to be running from its own directory. Or, at least, as far as I know...
ID: 42552 · Report as offensive
Previous · 1 · 2

Message boards : Questions and problems : running 2 BOINCs ?

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.