3.7.0 HP StorageWorks HP Scalable NAS File Serving Software administration guide - HP Scalable NAS 3.7 for Linux (AG513-96002, October 2009)

Following is a sample script that lets you specify the nodes on which mxcollect
should be run. The script names the zip files with the node names specified on the
command line.
Example log collection script 'logs.sh':
#! /bin/sh -x
for i in $*
do
curl -ksu <user>:<password> https://$i:6771/cgi-bin/pmxs/mxcollect -o
$i.zip
&
done
wait
for i in $*
do
unzip $i.zip &
done
wait
Usage: logs.sh <node1> <node2> ...
NOTE:
The version of mxcollect provided in earlier Matrix Server/HP Clustered File
System releases is still available in the /opt/hpcfs/tools directory. This version
is deprecated and does not collect all of the information gathered by the new version
of mxcollect.
Check the server configuration
The HP Scalable NAS mxcheck utility can be used to verify that a server meets the
configuration requirements for HP Scalable NAS. The utility is run automatically
whenever HP Scalable NAS is booted. You can also run mxcheck manually. It is
located in the installation directory.
The utility performs the following checks on the server:
System check: hardware, operating system version, service pack version, available
physical memory.
Other cluster maintenance388