For native code version try first chmod 755 ./ra_server to make an executable then run it like ./ra_server -p 1096 -f ra_server.log -s and see what you get in the log file For both native code and Java version, don't try to connect from the GUI. Anyway, I think you are confused by the number of available options. From your previous post I assume you are trying to run 24x7 Scheduler Java Edition. This scheduler does not need remote agents. It can run itself as an agent. Just install and run it on remote computer as "./agent.sh nogui" then you can define a profile and connect to it from the master scheduler. Again options you have tried before aren't needed for the Java Scheduler. : I've had a couple of problems with the RA server for Solaris. : I tried downloading the native version but although the file : command recognises that it is executable, and the permissions are : correctly set, I still get: devdb02_oracle @ /u01/app/oracle/product/24x7 # : ./ra_server : ksh: ./ra_server: cannot execute : I then tried the java version. I used the server.sh script to start : the RA server. I created a new remote agent using the GUI, and tried : to test the connection. This hung, and the following : message was logged by the RA server: SEVERE: Bad packet received: magic: : 0x6000 command: 66 reply: 76 arg0: 0x8f arg1: 0x0 arg2: 0x0 length: 6751 : 45 : I'm running the Java version of the Master Scheduler also on Solaris.
|