If you are unable to solve a critical problem with the network or network service, you should complete the following steps:
You might be asked to submit some of the information that is listed in the sections that follow. This information can help isolate problems to a particular area of the system and speed the resolution of the problem. It is a good idea to keep all basic information in a system.information file. Then you can easily include it with your problem report.
Gather the following information about your system:
Add this to the system.information file.
If possible, include a sample test program that demonstrates the problem.
Gather the following information about the hardware architecture:
To find out which type you are running, enter the following command:
#
ps ax | grep /usr/bin/X
For example, if your system disk is unit 0, enter the following commands as root to add this information to the system.information file:
#
disklabel -r /dev/rrz0a >> system.information
#
echo df: >> /system.information
#
df >> /system.information
#
echo mount: >> /system.information
#
mount >> /system.information
#
echo xdpyinfo: >> /system.information
#
xdpyinfo >> /system.information
To add this to the system.information file, enter the following commands:
#
echo netstat: >> /system.information
#
netstat -i -n >> system.information
#
netstat -r -n >> /system.information
#
echo nslookup: >> /system.information
#
nslookup localhost >> /system.information
To add this to the system.information file, enter the following commands:
#
uerf -R -o full | head -200 >> /system.information
Gather the following information about the software architecture:
To add this to the system.information file, enter the following commands:
#
echo setld: >> /system.information
#
setld -i >> /system.information
To add this to the system.information file, enter the following command:
#
pr /usr/adm/smlogs/setld.log >> /system.information
#
pr /etc/rc.config /sbin/rc{0,2,3} >> /system.information
#
pr /sbin/init./* >> /system.information