Netbackup client installation
Hi All,
Please let me know can we use below two commands to push client binaris from master server to client.
1)/usr/openv/netbackup/bin/install_client_files SSH <clientname>
2)/usr/openv/netbackup/client/Linux/RedHat2.6> ls
client_bin.tar.gz extract_java installpbx NB-Java.tar.gz pddeagent.tar.gz ssh_to_client
client_config ftp_to_client JRE.tar.gz nbj.conf pdinstall tar
cp_to_client install_client move_libs PBX.tar.gz sftp_to_client version
Please let me know the commands, does how many ways we can push client binaries from master.
AnilB, i saw in below threads that Marianne had instructed you how to do this:
https://www-secure.symantec.com/connect/forums/about-client-installation-master-server
The command to use is: /usr/openv/netbackup/bin/install_client_files
To use that, you must make sure those individual client softwares exist in: /usr/openv/netbackup/client/<OS>
For example, if you want to push the Redhat Linux client software to host linuxA, you need to use:
/usr/openv/netbackup/bin/install_client_files ssh linuxA
(Assume ssh credential is already setup between you master server & host linuxA, and you have those files under /usr/openv/netbackup/client/Linux/RedHat*/ )

