Backup¶
Backup of Virtual Machine (VM)¶
If you are running the MOM on a virtual machine, take the snapshot of the VM.
Backup of Physical Machine¶
If you are running the MOM on a physical machine, follow below steps:
Take SSH of Motadata server.
login into motadata:
login as: root root@172.16.10.64: <enter-password>
Stop the motadata service.:
service motadata stop
Go to root directory:
cd
Create a backup directory:
mkdir /home/backup
Copy motadata folder (inside motadata folder) and paste it into backup directory:
cp -r /motadata/motadata ../home/backup