Last Updated: May 16, 2012 - Raj Patel ( rajpat@us.ibm.com )
Title: Enable debug CAA debug logs
===================================
Please follow steps below for ALL nodes.
1) In each /home/ios/logs/ directory rename all the files to "old" and
touch them to recreate with zero size.
2) Truncate the syslog.caa file first, to having to read
through the old data. The following command uses the
shell '>' (redirect standard output) character to accomplish
that.
# >/var/adm/ras/syslog.caa
3) edit /etc/syslog.conf and change "info" to "debug" as follows:
From:
*.info /var/adm/ras/syslog.caa rotate size 1m files 10
Change to:
*.debug /var/adm/ras/syslog.caa rotate size 10m files 10
4) Then, refresh the syslogd daemon to pick up the change:
# refresh -s syslogd
5) Then export in padmin shell on ALL nodes
$ export VIO_API_DEBUG=7
6) Then run create cluster command from padmin shell
$ cluster -create -clustername tx-ssp1 -repopvs hdisk6
-spname svc_tier1 -sppvs hdisk7 hdisk8 hdisk9 hdisk10 -hostname
hp-lpar4_vio2.co.ihc.com
7) Then collect syslog.caa from ALL nodes
# /var/adm/ras/syslog.caa file from ALL nodes
8) Then collect snaps from ALL nodes
$ snap ( file created /home/padmin/snap.pax.Z )
$ mv /home/padmin/snap.pax.Z PMRno.ZZZ.000.snap.pax.Z
9) Collect ctsnaps
oem_setup_env
# ctsnap -x runrpttr
- This will create => /tmp/ctsupt/ctsnap*.tar.gz
- move /tmp/ctsupt/ctsnap*.tar.gz to
/tmp/PMRno.ZZZ.000.vio1.source.ctsnap.pax.Z
10) Also ftp /var/adm/ras/syslog.caa file from ALL nodes