9 Eylül 2021 Perşembe

NetBackup / vxupdate

Use the nbrepo command line to add packages to the repository

Download the files with the desired NetBackup client version (nbclient_version) and operating system (operatingsystem). The files to dowload will be named in the following format:

vxupdate_nbclient_version_operatingsystem_platform.sja

Once downloaded, place this in a directory on the master server, for example:
/tmp
C:\temp

The packages can then be added to the repository with the command:

Windows master:
<install_path>\Veritas\NetBackup\bin\admincmd\nbrepo.exe -a C:\temp\vxupdate_nbclient_version_operatingsystem_platform.sja

UNIX/Linux master:
# /usr/openv/netbackup/bin/admincmd/nbrepo -a /tmp/vxupdate_nbclient_version_operatingsystem_platform.sja

Use the following command to confirm the package has been added to the repository:
Windows master:  <install>\Veritas\NetBackup\bin\admincmd\nbrepo -l

UNIX/Linux master:  /usr/openv/netbackup/bin/admincmd/nbrepo -l

---------------------------------------------------------------------

C:\Program Files\Veritas\NetBackup\bin\admincmd>nbrepo.exe -a C:\temp\vxupdate_nb_9.1.0.1_windows_x64.sja
Adding package to the repository. This may take a few minutes...
Successfully added deployment package ID: 1 to the repository.

C:\Program Files\Veritas\NetBackup\bin\admincmd>nbrepo.exe -l
ID Type          Version OS          File Name
-- ------------- ------- ----------- -----------------------------------
1  server+client 9.1.0.1 windows_x64 vxupdate_nb_9.1.0.1_windows_x64.sja



Hiç yorum yok:

Yorum Gönder

Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde;  Internet Explorer, FileZilla vb. uygulamalar ile erişim ...