cancel
Showing results for 
Search instead for 
Did you mean: 

NetBackup Java GUI - Install Clients (with ssh)

fhmann1
Level 1

After we upgraded our RHEL 4 Master Server to VxNBU 7.01, my collegues asked how to push the client installation from the Java GUI (jnbSA), since it didn't work due to the fact that the command is issued with 'rsh' and our environment only allows 'ssh'.

After some investigations I found the following script within the "/usr/openv/java/allNB.jar" file:
"allNB.jar/vrts/nbu/admin/policymgmt/command/InstallSoftwareCommand.class".

Since I'm not a developer, I just edited the file (in Windows with UEdit) and replaced (HEX) rsh with ssh, saved it and made a new allNB.jar pack and loaded it onto our master server. (see Picture below)



...and from now on, the Java Install command runs with ssh :).

 

Just make sure, that the servers are in the known_hosts file, to avoid ssh issues during installations.

 

If anyone would like to do the same, please consider I can't give any guarantee on it, and also, this is NOT supported by Symantec.