6.0 HP X9320 Network Storage System Administrator Guide (AW542-96009, December 2011)

Management console failover and the Statistics tool configuration
In an X9000 Software High Availability scenario, migrate the Stats active management console
and the collected data (including reports) to the current active management console.
On the current active node:
1. Stop statstool:
# /etc/init.d/ibrix_statsagent stop ––agilefm_passive
2. Back up /var/lib/ibrix/histstats to another location on the current active node:
# mv /var/lib/ibrix/histstats <CAN_histstats_backup/DD:MM:YYYY>
NOTE: If a symbolic link was created to the statistics reports (histstats) folder, move the
symbolically linked folder and create a histstats folder in /local/statstool:
# mv /local/statstool/histstats <CAN_histstats_backup/DD:MM:YYYY>
nl
# mkdir -p /local/statstool/histstats
3. Run the setup command on the current active node:
# /etc/init.d/ibrix_statsagent setup ––agilefm_active
4. Run the loadfm command on the current active node:
# /usr/local/ibrix/stats/bin/stmanage loadfm
On the old active node:
If the old active node is up and running, perform steps 5–7; otherwise, go to step 8.
5. Start statstool:
# /etc/init.d/ibrix_statsagent stop ––agilefm_active
6. Back up the histstats folder:
# mv /var/lib/ibrix/histstats <OAN_histstats_backup/DD:MM:YYYY>
NOTE: If a symbolic link was created to the statistics reports (histstats) folder, move the
symbolically linked folder and create a histstats folder in /local/statstool:
# mv /local/statstool/histstats <OAN_histstats_backup/DD:MM:YYYY>
nl
# mkdir -p /local/statstool/histstats
7. Restore the reports folder from <OAN_histstats_backup/DD:MM:YYYY> to
/var/lib/ibrix/histstats/reports on the current active node. If a symbolic link was
created, restore the folder under /local/statstool/histstats/reports.
On the current active node:
8. Start statstool:
# /etc/init.d/ibrix_statsagent start --agilefm_active
9. Set the rsync mechanism:
# /usr/local/ibrix/stats/bin/stmanage setrsync <active node> <passive
node1>...<passive node N>
On the old active node:
If you completed steps 5–7 earlier, perform only steps 10 and 11.
62 Using the Statistics tool