Veritas NetBackup™ Upgrade Guide
- Introduction
- About changes in NetBackup 8.1.2
- Planning for an upgrade
- Master server upgrade
- Media server upgrade
- MSDP upgrade for NetBackup
- NetBackup Deployment Management with VxUpdate
- Appendix A. Reference
- About the NetBackup web user interface
Performing silent upgrades on Windows systems
A silent upgrade avoids the need for interactive input in the same manner as performing a remote upgrade. Silent NetBackup installations are not supported if you want to run the NetBackup services as a specific user rather than the local system.
To perform a silent upgrade, you must first modify the appropriate NetBackup script. After script modification, you can run the script to initiate the silent upgrade.
The script shuts down all NetBackup services so that the upgrade can be initiated. If the script detects that other system processes still maintain a handle on any NetBackup files, the upgrade fails. To identify which NetBackup processes are still running, check the NetBackup Install
log file at the following location:
%ALLUSERSPROFILE%\Veritas\NetBackup\InstallLogs
After you have manually stopped each of the identified processes, you can run the upgrade script again.
Note:
For Windows 2008/2012/2012 R2/2016 Server Core systems, you can only upgrade NetBackup with this procedure.
To upgrade NetBackup server software silently
- Log on as administrator to the system where you want to upgrade NetBackup.
- Navigate to the location where the ESD images (downloaded files) reside.
- Open Windows Explorer and copy the contents of the X86 or the X64 directory to a temporary directory on your hard drive. Choose the directory that is associated with the platform type that you want to install.
- Since the source files are read-only, you must change the permissions for the copied files to allow the installation or the update.
In the temporary directory where the copied files reside, select the appropriate script to modify:
To upgrade a master server, edit
silentmaster.cmd
To upgrade a media server, edit
silentmedia.cmd
To upgrade a NetBackup Remote Administration Console, edit
silentadmin.cmd
Edit the following lines as needed for your installation:
SET ADDITIONALSERVERS=media1,media2,media3
Enter the names of any additional NetBackup master servers and media servers that you want to communicate with this host. Include the names of servers where you plan to install NetBackup later.
If no other servers are to communicate with this host, remove this line from the script.
SET ABORT_REBOOT_INSTALL=0
This line lets you determine how you want the upgrade to continue if a restart is required. Select from the following settings:
0 (default)
By default, a silent upgrade does not abort if it is determined that a restart is required. If you leave this setting at 0, select one of the following tasks:
After the upgrade is complete, check the installation log to see if a restart is required.
If the string in use appears anywhere in the log, you must restart the system manually.
Force an automatic restart after the upgrade is complete.
To force an automatic restart, before you run the script, remove the following option from the silent installation command script (silent*.cmd):
REBOOT="ReallySuppress"
Warning:
A forced restart occurs with no warning to the user. It does not cancel the upgrade or roll back the system to its original state.
1
Select this setting to abort the upgrade if it is determined that a restart is required.
If a restart is needed, this setting cancels the upgrade and the system is rolled back to its original state.
SET SMART_METER_FILE_PATH=path
For master servers only, you must specify the path to the Veritas Smart Meter customer registration key. More information is available. See About Veritas Smart Meter.
- Save the script and run it.
- Examine the installation log at the following location:
%ALLUSERSPROFILE%\Veritas\NetBackup\InstallLogs\
Search the installation log for the following error indications:
Strings that include
Return Value 3
.Important log messages are color coded as follows:
Yellow = warning.
Red = error.
- The binaries are successfully installed. Proceed to the post-installation procedure. More information is available.
See Post-install procedure for upgrading to NetBackup 8.1.2.