[Name]
rvnet_snap - Collect troubleshooting information for maintaining the virtual NIC mode
[Synopsis]
/opt/FJSVrvnet/bin/rvnet_snap [-s] [save-directory]
[Feature description]
Collect troubleshooting information for maintaining the virtual NIC mode. This command is available only in the case of super-user authority.
[Options]
The following options can be specified.
Specify the -s option when collecting troubleshooting information to the minimum necessary. If this option is omitted, the entire troubleshooting information will be collected.
The save-directory specifies the storage destination that stores troubleshooting information. If this option is omitted, the information is stored in "/tmp."
A list of collected information is as follows:
[Meaning of the symbols] Y: Collect -: Not collect
Type | File name when collected | Collected information | Minimum information |
---|---|---|---|
System information: | etc/ | /etc/hosts | Y |
/etc/netmasks | Y | ||
/etc/nsswitch.conf | Y | ||
/etc/gateways | Y | ||
/etc/defaultrouter | Y | ||
etc/inet | /etc/inet/* | Y | |
etc/ipf/ | /etc/ipf/* | Y | |
adm/ | /var/adm/messages* | - | |
var/svc/log/ | /var/svc/log/network-loopback:default.log | - | |
/var/svc/log/network-physical:default.log | - | ||
/var/svc/log/network-initial:default.log | - | ||
/var/svc/log/network-service:default.log | - | ||
/var/svc/log/system-zones:default.log | - | ||
/var/svc/log/network-inetd:default.log | - | ||
/var/svc/log/network-fjsvrvnet:default.log | - | ||
/var/svc/log/system-filesystem-minimal:default.log | - | ||
uname_a | uname -a | Y | |
ifconfig_a | ifconfig -a | Y | |
dladm_info | dladm show-link | Y | |
ipadm_info | ipadm show-if | Y | |
netstat | netstat -na | Y | |
ip_forward | /usr/sbin/ndd -get /dev/ip | Y | |
ipcs_a | ipcs -a | Y | |
ipaddrsel | ipaddrsel | Y | |
ipfstat | ipfstat -io | Y | |
ps_ef | ps -ef | - | |
pstack | pstack pid | - | |
svcs | /bin/svcs -apv | Y | |
uam | /var/opt/FJSVfupdate/log/* | - | |
timezone | date +'%Z' | Y | |
virtinfo_info | virtinfo | Y | |
ldm_list-domain_e | ldm list-domain -e | Y | |
prtconf_vb | prtconf -vb | Y | |
Information of the virtual NIC mode: | config/ | /etc/opt/FJSVrvnet/config/* | Y |
log/ | /var/opt/FJSVrvnet/log/* | Y | |
version | rvnetadm version | Y | |
filelist_tmp | ls -la /var/opt/FJSVrvnet/tmp/ | Y | |
rvnetadm_print | rvnetadm print | Y | |
rvnetadm_show-prop | rvnetadm show-prop | Y | |
rvnetadm_show-param | rvnetadm show-param | Y | |
rvnetstat_v | rvnetstat -v | Y | |
rvnetstat_s_v | rvnetstat -s -v | Y | |
rvnetstat_f | rvnetstat -f | Y |
[Output file name]
The collected information are compressed and stored by the tar and compress commands. A stored file name is "rvnet_" + "machine name" + "Date collected (YYMMDDhhmmss)".tar.Z.
Example: rvnet_hostname031030084916.tar.Z
[Examples]
When collecting all information under /tmp.
/opt/FJSVrvnet/bin/rvnet_snap
When collecting the minimum information under /tmp.
/opt/FJSVrvnet/bin/rvnet_snap -s
When collecting the minimum information under /export/home/user1.
/opt/FJSVrvnet/bin/rvnet_snap -s /export/home/user1