Really don't understand your scenario. So you have a Redhat server and it is trying to execute files which are stored on a Solaris server? How are the files on the Solaris server shared to the Redhat server?
What are the files on the Solaris server? Are they binary executables? Solaris binaries will not run on a Redhat system.
Main Topics
Browse All Topics





by: woolmilkporcPosted on 2009-10-06 at 03:56:49ID: 25503623
ssh root@RHServer 'run your install commands here' # <-- you need to know root's password, or use public key authentication.
ssh user@RHServer 'sudo run your install commands here' # <- you need a sudo-enabled 'user' account on RHServer.