Link to home
Start Free TrialLog in
Avatar of Phoebe
Phoebe

asked on

Startup a software in another machine using script

HI, there

I have two Solaris Boxes, Box A and Box B.

I have account in both of them.

I am the owner of the software in both box.

the connection between A and B is Ok.

I can login each of them and startup.

The problem now is How can i employ script
to do the login and startup the software?

thanks.
Phoebe
Avatar of chris_calabrese
chris_calabrese

{rsh|ssh} machine-name < /dev/null > /dev/null 2>&1 command
ASKER CERTIFIED SOLUTION
Avatar of k.kidambi
k.kidambi

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Phoebe

ASKER

Both of you worth the 100 point.
Avatar of yuzh
Hi Phoebe,

    If the two Sun boxes are in the same network, why don't you setup, NFS or automount (NIS+) to mount the software on the anther machine, so you can use the software just like it is install in the box. I think use NFS is good enough for you if  you have only 2 boxes. if you have a lot
of boxes, NIS+ is the solution.

   I can give you more details if want to do it.

   Cheers

yuzh