IBM HACMP (cluster) data collection

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

IBM HACMP (cluster) data collection

Post by cah »

Clears out old snap data (say 'yes' if there is old data to remove)

Code: Select all

laxm1dmsp2:/root%snap -r 

The following directories and files will be deleted:
-----------------------------------------------------------
/tmp/ibmsupt/filesys (directory)
/tmp/ibmsupt/general (directory)
/tmp/ibmsupt/kernel (directory)
/tmp/ibmsupt/other (directory)
/tmp/ibmsupt/tcpip (directory)
/tmp/ibmsupt/testcase (directory)
/tmp/ibmsupt/ssa (directory)
/tmp/ibmsupt/scraid (directory)
/tmp/ibmsupt/lvm (directory)
/tmp/ibmsupt/pcixscsi (directory)
/tmp/ibmsupt/sissas (directory)
/tmp/ibmsupt/client_collect (directory)
/tmp/ibmsupt/script.log (file)

Do you want me to remove these directories (y/n)? y
Removing... done.
Checking clcomd:

Code: Select all

laxm1dmsp2:/root%lssrc -a | grep clcomd
 clcomdES         clcomdES         843782       active
Collects a fresh HA snap file plus all HA log files (filename generated: /tmp/ibmsupt/snap.pax.Z)

Code: Select all

laxm1dmsp2:/root%snap -e -m laxm1dmsp2
********Checking and initializing directory structure
Creating /tmp/ibmsupt/hacmp directory tree... done.
Creating /tmp/ibmsupt/testcase directory tree... done.
Creating /tmp/ibmsupt/other directory tree... done.
********Finished setting up directory /tmp/ibmsupt

Checking Space requirement for hacmp
done.
Checking for enough free space in filesystem... done.

Gathering hacmp data.done.

Creating compressed pax file... 
Starting pax/compress process... Please wait... done.

-rw-------    1 0        0          43366691 Nov 12 05:30 snap.pax.Z
Rename to include PMR in filename:

Code: Select all

#mv  /tmp/ibmsupt/snap.pax.Z   /tmp/ibmsupt/88387.227.000.hacmp.snap.pax.Z
FTP TO IBM:

Code: Select all

#ftp   testcase.boulder.ibm.com
login: anonymous
password: <your_email_address>
ftp> cd /toibm/aix
ftp> bin
ftp> hash
ftp> put /tmp/ibmsupt/88387.227.000.hacmp.snap.pax.Z  
ftp> bye
CAH, The Great
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

SMIT log

Post by cah »

The real files are in /root firectory:

Code: Select all

laxm1dmsp2:/root%ls -l smit* 
-rw-r--r--    1 root     system      4406696 Nov 12 06:10 smit.log
-rw-r--r--    1 root     system       124161 Nov 12 05:33 smit.script
-rw-r--r--    1 root     system       132901 Nov 12 05:33 smit.transaction
CAH, The Great
Post Reply