Difference between revisions of "Backing up clients with make net recovery"

From jasonhoss.com
Jump to: navigation, search
 
Line 1: Line 1:
 +
On the host system, ensure the /etc/dfs/dfstab configuration is as below:
  
 +
share -F nfs -o anon=2 /var/opt/ignite/depots
 +
share -F nfs -o anon=2 /var/opt/ignite/archives
 +
share -F nfs -o anon=2 /var/opt/ignite/clients
 +
share -F nfs -o anon=2 /var/opt/ignite/recovery
 +
 +
On the system to backup, add this entry to cron.
  
 
  /opt/ignite/bin/make_net_recovery -v -s hx02b -P s -x inc_entire=vgroot -x exclude=/var/adm/crash -n 2 >/var/log/make_net_recovery.log 2>&
 
  /opt/ignite/bin/make_net_recovery -v -s hx02b -P s -x inc_entire=vgroot -x exclude=/var/adm/crash -n 2 >/var/log/make_net_recovery.log 2>&

Latest revision as of 13:17, 22 January 2013

On the host system, ensure the /etc/dfs/dfstab configuration is as below:

share -F nfs -o anon=2 /var/opt/ignite/depots
share -F nfs -o anon=2 /var/opt/ignite/archives
share -F nfs -o anon=2 /var/opt/ignite/clients
share -F nfs -o anon=2 /var/opt/ignite/recovery

On the system to backup, add this entry to cron.

/opt/ignite/bin/make_net_recovery -v -s hx02b -P s -x inc_entire=vgroot -x exclude=/var/adm/crash -n 2 >/var/log/make_net_recovery.log 2>&