6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
Configure ibrix_collect:
ibrix_collect -C -a YES/NO
The -a option enables or disables automatic collection after a system crash.
ibrix_collect -C -r NUMBER
The -r option specifies the maximum number of data collection sets to be retained.
ibrix_collect -C -m YES/NO [-s SMTPSERVER][-f FROM] [-t TO]
The -m option enables or disables sending the cluster configuration at the end of a collection, -s
specifies the SMTP server to which the cluster configuration will be sent, -f specifies the FROM
email ID, and -t specifies the TO email ID for sending the cluster configuration.
NOTE: Keep in mind the following:
When using the -t option, more than one email ID can be specified by separating with a
semicolon.
If YES is selected for -m, the options -t, -f and -s are mandatory. If NO is selected for -m,
you do not need to provide any other options.
Initiate collection of system and StoreAll logs and command output:
ibrix_collect -c -n NAME
The name is used for the .tgz file containing the logs and command results from all cluster nodes.
Delete the specified data collection set:
ibrix_collect -d -n NAME
Delete all data collection sets:
ibrix_collect -d -F
Show details for the specified data collection:
ibrix_collect -v -n NAME
The details include the description, state, initiator, and time of invocation.
List the details of all data collections:
ibrix_collect -l
For each collection, the output reports the collection name, description, state, time of invocation,
and initiator.
List the ibrix_collect configuration:
ibrix_collect -i
Options
DescriptionOption
Configures ibrix_collect.-C options
Specifies comprehensive collection type.-N
Enables or disables automatic collection at the time of a system crash.-a YES/NO
Invokes the collection of logs and command output.-c
Deletes a specific data collection set.-d
Deletes all data collection sets.-F
Specifies the email ID from which the cluster configuration will be sent.-f FROM
ibrix_collect 43