Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

NetBackup Java GUI - Install Clients (with ssh)

Updated: 31 Jan 2011
fhmann's picture
0 0 Votes
Login to vote

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 PIC_1.png)

...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.