This document list steps for gathering information about a naming problem and is applicable to AIX 3.2. This document assumes that you are working with AIX Support under one of the service options.
Use the following steps to gather information about your naming problem to
send to AIX Support.
NOTES
mkdir /tmp/XXXXX
mkdir /tmp/XXXXX/pri mkdir /tmp/XXXXX/sec.1 mkdir /tmp/XXXXX/sec.2
cp /etc/named.boot /tmp/XXXXX/pri cp /etc/named.data /tmp/XXXXX/pri
Start named with level 9 debugging or, if named is already running, send it "kill -USR1 <named_pid>" 9 times. Please note that "named" debugging will be collected in "/var/tmp" and that you must have sufficient space in that file system. IF you run out of space you will have to give signals to stop "named" debugging occasionally, backup the debug output, and send "named" a signal to start debug output. Examples of starting and stopping debugging are:
startsrc -s named -a "-d 9" kill -USR1 `cat /etc/named.pid`
kill -2 `cat /etc/named.pid`
kill -USR2 `cat /etc/named.pid`
cp /var/tmp/named.run /tmp/XXXXX cp /var/tmp/named_dump.db /tmp/XXXXX
cp /usr/tmp/xfr* /tmp/XXXXX
tar -cvf- XXXXX | compress > XXXXX.tar.Z
tar -cvf /dev/(device) XXXXX.tar.Z