Adding/deleting commands or logs in the XML file
To add or change the logs that are collected or commands that are executed during data collection,
you can modify the Ibrix Collect XML files that are stored in the directory
/usr/local/ibrix/
ibrixcollect
.
The
/usr/local/ibrix/ibrixcollect
commands executed and the logs collected during
data collection are maintained in the following files under
/usr/local/ibrix/ibrixcollect
directory:
•
fm_summary.xml
- Commands pertaining to the Fusion Manager node
•
ss_summary.xml
- Commands pertaining to the file serving node
•
common_summary.xml
- Commands and logs common to both Fusion Manager and file
serving nodes
NOTE:
These xml files should be modified carefully. Any missing tags during modification might
cause Ibrix Collect to not work properly.
Viewing software version numbers
To view version information for a list of hosts, use the following command:
ibrix_version -l [-h HOSTLIST]
For each host, the output includes:
•
Version number of the installed file system
•
Version numbers of the IAD and File System module
•
Operating system type and OS kernel version
•
Processor architecture
The
-S
option shows this information for all file serving nodes. The
-C
option shows the information
for all StoreAll clients.
The file system and IAD/FS output fields should show matching version numbers unless you have
installed special releases or patches. If the output fields show mismatched version numbers and
you do not know of any reason for the mismatch, contact HP Support. A mismatch might affect the
operation of your cluster.
Troubleshooting specific issues
Software services
Cannot start services on a file serving node, or Linux StoreAll client
SELinux might be enabled. To determine the current state of SELinux, use the
getenforce
command. If it returns
enforcing
, disable SELinux using either of these commands:
setenforce Permissive
setenforce 0
To permanently disable SELinux, edit its configuration file (
/etc/selinux/config
) and set
SELINUX=parameter
to either
permissive
or
disabled
. SELinux will be stopped at the next
boot.
For StoreAll clients, the client might not be registered with the Fusion Manager. For information on
registering clients, see the
HP StoreAll Storage Installation Guide
.
Viewing software version numbers
125