1. The number of configuration copies saved in /etc/vx/cbr/bk/
2. Versions of VRTSvxvm 5.x and greater allows for larger default private region and and as a result may require large amount of space on the / (root) filessystem. The default directory for the configuration database is located in /etc/vx/cb/bk and may cause space issues.
For either one or both options above to take effect, the "vxconfigdbackupd" daemon has to be restarted manually or the change will take effect on the next reboot:
To restart vxconfigbackupd
# ps -ef | grep vxconfig
root 14297 1 0 Mar 02 ? 0:22 vxconfigd -x syslog -m boot
root 17900 17759 0 17:03:33 pts/3 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
root 17759 28896 0 17:03:32 pts/3 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
# kill -9 17900
# kill -9 28896
# ps -ef | grep vxconfig
root 14297 1 0 Mar 02 ? 0:22 vxconfigd -x syslog -m boot
# /usr/lib/vxvm/bin/vxconfigbackupd &
# ps -ef | grep vxconfig
root 14297 1 0 Mar 02 ? 0:22 vxconfigd -x syslog -m boot
root 18497 18356 0 17:05:26 pts/3 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
root 18356 28896 0 17:05:25 pts/3 0:00 /sbin/sh - /usr/lib/vxvm/bin/vxconfigbackupd
Depending on which options where implemented the results are as follows:
Option 1 only: vxconfigbackupd will now backup up to 5 configuration copies in the /etc/vx/cbr/bk/ directory for each diskgroup in the system.
Option 2 only: vxconfigbackupd will now backup up to 1 configuration copies in the /my_backup/new_loc directory for each diskgroup in the system
Option 1 & 2: vxconfigbackupd will now backup up to 5 configuration copies in the /my_backup/new_loc directory for each diskgroup in the system
Applies To
All platforms and VRTSvxvm verisions 5.x and greater