PRIMECLUSTER Global File Services Configuration and Administration Guide 4.1 (Solaris(TM) 10 Operating System)
Contents Index PreviousNext

Appendix C Trouble shooting> C.2 Collecting information for troubleshooting

C.2.2 Collecting a core image of the daemon

It may be necessary to collect a core image of each daemon according to the corrective action of the GFS Shared File System.

The following procedure shows how to collect a core image of the sfcfrmd daemon on all the nodes that share the GFS Shared File System using super user access privileges.

1. Determine the process ID

Determine the process ID using ps(1). For non sfcfrmd daemons, change argument of grep(1).

# /usr/bin/ps -e | /usr/bin/grep sfcfrmd <Enter>
  5639 ?        0:25 sfcfrmd

The beginning of the above output shows a process ID of the sfcfrmd daemon. If the sfcfrmd daemon is not running, the process number will not be output. In such a case, collect troubleshooting information on the other node.

For details about ps(1) and grep(1), see the "Solaris X Reference Manual Collection".

2. Acquire a core image

Acquire the core image of sfcfrmd in the "/var/temp/sfcfrmd_node1.5639" file using gcore(1). After that, compress the file using compress(1).

# /usr/bin/gcore -o /var/tmp/sfcfrmd_node1 5639 <Enter>
gcore: /var/tmp/sfcfrmd_node1.5639 dumped
# /usr/bin/compress /var/tmp/sfcfrmd_node1.5639 <Enter>
# /usr/bin/ls -l /var/tmp/sfcfrmd_node1.5639.Z <Enter>
-rw-rw-r--   1 root     other    1075577  Jun 12  16:30 /var/tmp/sfcfrmd_node1.5639.Z
#

For details about compress(1), see the "Solaris X Reference Manual Collection".

Contents Index PreviousNext

All Rights Reserved, Copyright(C) FUJITSU LIMITED 2006