Taking regular backups of Veritas InfoScale Operations Manager data on Linux and Windows Veritas Infoscale Operations Manager Management Server.
Windows:
1) Backup:
a) Start > Run and open CLI in elevated mode
b) Run the following command,
C:\Program Files\Veritas\VRTSsfmh\bin>perl "C:\Program Files\VERITAS\VRTSsfmcs\config\adm\vom_bkup.pl" --backup d:\vombackup
Stop SNMP Trap Service.
Stop xprtld Service.
Stop Web Service.
Stop AT Service.
Stop DB Service.
Backup files to D:\vombackup\vom_backup_win_7.4.2.0000.zip.
Backup files to D:\vombackup\vom_backup_db_win_7.4.2.0000.zip.
Backup files completed.
Start DB Service.
Start AT Service.
Start Web Service.
c) Take a manual backup of the following files,
C:\ProgramData\Symantec\VRTSsfmcs\sec
C:\ProgramData\Symantec\VRTSsfmh\sec
C:\ProgramData\Symantec\VRTSsfmh\sfm_MS.local
C:\ProgramData\Symantec\VRTSsfmh\trusted
d) Also take a complete DIR backup of following location (for added backup security)
C:\ProgramData\Symantec\VRTSsfmcs\
C:\ProgramData\Symantec\VRTSsfmh\
2) Restore:
C:\Program Files\Veritas\VRTSsfmh\bin>perl.exe "C:\Program Files\Veritas\VRTSsfmcs\config\adm\vom_bkup.pl" --restore D:\vombackup
Stop SNMP Trap Service.
Stop xprtld Service.
Stop Web Service.
Stop AT Service.
Stop DB Service.
Restore files from D:\vombackup\vom_backup_win_7.4.2.0000.zip.
Read from listfile: D:\vombackup\vom_backup_win_7.4.2.0000.list
Restore files completed.
Start AT Service.
Setup trust.
Reset dbdsn files.
Start DB Service.
Start AT Service.
Start Web Service.
Start xprtld Service.
Start SNMP Trap Service.
Running mh_ctl.pl --refresh
Running mh_ctl.pl --rescan
Please login to the CMS and run the following:
"C:\Program Files\Veritas\VRTSsfmh\bin\perl.exe" "C:\Program Files\Veritas\VRTSsfmh\bin\xdistc" --run -- mh_ctl.pl --rescan
Veritas InfoScale Operations Manager restores files successfully.
For detail information, please see vom_bkup.restore_log located in D:\vombackup directory.
Stop VIOM services,
C:\Program Files\Veritas\VRTSsfmcs\bin>vomsc --stop ALL
Veritas InfoScale Operations Manager Services:
Web Server............................................................[STOPPED]
Authentication Service................................................[STOPPED]
Messaging Service.....................................................[STOPPED]
Database Service......................................................[STOPPED]
SNMP Trap Service.....................................................[STOPPED]
Rename following files,
C:\ProgramData\Symantec\VRTSsfmcs\sec.blank
C:\ProgramData\Symantec\VRTSsfmh\sec (Stop XPRTLD process from task manager before renaming it to sec.blank)
C:\ProgramData\Symantec\VRTSsfmh\sfm_MS.local.blank
C:\ProgramData\Symantec\VRTSsfmh\trusted.blank
-Replace below files which was backed up earlier before uninstallation/reinstall of VERITAS Infoscale Operations Manager
C:\ProgramData\Symantec\VRTSsfmcs\sec
C:\ProgramData\Symantec\VRTSsfmh\sec
C:\ProgramData\Symantec\VRTSsfmh\sfm_MS.local
C:\ProgramData\Symantec\VRTSsfmh\trusted
Linux:
You can regularly back up the Management Server data to prevent data loss in the event of a failure. Veritas InfoScale Operations Manager provides the vom_bkup.pl script that you can use to back up and restore data.
Before you take the backup, review information on what is supported, and the limitations.
To take regular backups of Veritas InfoScale Operations Manager data on Linux
a). On the host where you plan to back up Management Server, log on as a root user.
b). Locate the vom_bkup.pl perl script at the following location:
. /opt/VRTSsfmcs/config/adm/
c). To take the backup, run the script at the command prompt:
./vom_bkup.pl --backup dir
where, dir is the location that you specify for creating the backup. You can specify any location except /var/opt/VRTSsfmh, /opt/VRTSsfmh, /var/opt/VRTSsfmcs, or /opt/VRTSsfmcs.