[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [hobbit] Single System Test
- To: <hobbit (at) hswn.dk>
- Subject: RE: [hobbit] Single System Test
- From: "Hubbard, Greg L" <greg.hubbard (at) eds.com>
- Date: Thu, 9 Nov 2006 15:02:07 -0600
- Thread-index: AccEPjMN7+1yEwS0TW+Qp00fpiXRaQAA7k7w
- Thread-topic: [hobbit] Single System Test
If you are using the same clientlaunch.cfg for all clients, you don't
have lot of choice but to get out a big hammer. One approach would be
to modify your script to quietly exit if the node name is not in a
config file. Messy, but quick to get working, and easy to maintain.
GLH
________________________________
From: James Wade [mailto:jkwade (at) futurefrontiers.com]
Sent: Thursday, November 09, 2006 2:33 PM
To: hobbit (at) hswn.dk
Subject: [hobbit] Single System Test
I have a BB script that runs on only one client
and tests for a specific item.
How do I configure the client to run only on that
client?
I'm using a directory share on all the clients.
The old bb-bbexttab would allow you to configure
a specific host like this:
localhost : : myscript.sh
systemA : : special-script.sh
So, localhost would run on all machine, but special-script.sh
would only run on systemA.
Is there a way to do the same thing with the Hobbit Client?
Thanks...James