Users Guide

Clustered Server Installation Checklist | Clustering
136 OMNM 6.5.3 Installation Guide
ORACLE Database Backup Steps
MySQL Database Backup Steps
Upgrading Clusters
1
Shutdown All Servers and Clients
NOTE:
If the site’s separate lab system does not share the same database as the production system, it can be
kept running while the Production System Servers are brought down and upgraded, and visa versa.
Instructions:
a. Stop the processes: stoppm
b. Wait a minute
c. Check if any dorado processes still running:
ps -ef | grep <installed dir; default is 'dorado'>
d. Kill any remaining processes running from the installed directory (you might need to be
root to kill the processes):
su
<password>
kill -9 <process ID>
Completed ORACLE backup steps
q
q
q
q
Completed MySQL backup steps
q
login as the OMNM User ID on
the Database Server
q
Navigate to a directory outside
of the OMNM installation path
with writable access.
Example:
cd $HOME/dbbackups
q
mysqldump -a -uoware -pdorado
owbusdb>./
owbusdb.backup.mysql
q
mysqldump -a -uoware -pdorado
owmetadb>./
owmetadb.backup.mysql