Client install/upgrade
For a fresh new installation do I need to install the 7.5 Clients, or can install directly from the 7.5.0.5 clients (After I've installed and upgraded the master/media server)?. The client is on the same machine as the master/media in this case. I am asking since the client upgrade is as large as the version (Which is not the case for the media/master which is much smaller)
Gadi.
That depends on how you want to do it. If you want to manage through rsh then you can push the full 7.5.0.5 installation from the master server. If you cannot do that then you need to do a 7.5 then 7.5.0.5 upgrade. Unless you are WIndows and I believe you can do that as a single install.
If you need to copy the files locally to an *ix type machine you only need to copy those files necessary for the install and upgrade for that OS.
Here is a snippet from an install doc I wrote:
- Use one of the following methods to start the installation script:
- NFS
- Locate the source files for the install and place on a NFS export
- Mount the NFS export file system on the target server
- Run the command NFS_MOUNT/install
- Local install
- Copy the appropriate files to the client. It is important to maintain the correct directory structure (NetBackup_7.5_CLIENTS/NBClients/anb/Clients/usr/openv/netbackup/client/ and NetBackup_7.5_CLIENTS/NBClients/catalog/anb. The entire catalog directory and sub directories need to be copied)
- The platform specific files can be copied only but again the directory structure needs to be maintained all the way (i.e. NetBackup_7.5_CLIENTS/NBClients/anb/Clients/usr/openv/netbackup/client/Linux/ SuSE2.6.16) The LICENSE and install script from the NetBackup_7.5_CLIENTS directory need to be copied as well
- NFS
NOTE: If this is a Linux on SLES both the SuSE and the RedHat directories need to be copied locally as well.
- Run the command directory/install
For the upgrade:
- Use one of the following methods to start the installation script:
- NFS
- Locate the source files for the install and place on a NFS export
- Mount the NFS export file system on the target server
- Change directory to the update directory on the mount point
- NFS
EXAMPLE:
cd /depot/nfs/ netbackup_clients_7.5.0.3
- Run the command ./NB_update.install
b. Local install
- Copy the appropriate files to the server.
NOTE: The files that need to be copied are below but all can be copied if desired:
NB_update.install
VrtsNB_CLT_7.5.0.3.README
VrtsNB_CLT_7.5.0.3.postinstall
VrtsNB_CLT_7.5.0.3.postuninstall
VrtsNB_CLT_7.5.0.3.preinstall
And the tar.gz that corresponds to your operating system
EXAMPLE:
For any Linux platform VrtsNB_CLT_7.5.0.3.Linux.tar.gz
- Change to the directory that contains the NB_update.install file
Run the command ./NB_update.install
- Use one of the following methods to start the installation script:

