6.1 HP IBRIX X9000 Network Storage System CLI Reference (TA768-96057, June 2012)

ibrix_healthconfig
Manages health check sets.
Description
Use this command to create or update sets of health checks. You can also delete health check sets
display existing health check sets.
Synopsis
Create a set of health checks:
ibrix_healthconfig -c -n SETNAME -t HEALTH_CHECKLIST
SETNAME is the name for the set being created and HEALTH_CHECKLIST lists the checks to be
added.
Add health checks to health check sets:
ibrix_healthconfig -u -A -n SETLIST -t HEALTH_CHECKLIST
Remove health checks from health check sets:
ibrix_healthconfig -u -D -n SETLIST -t HEALTH_CHECKLIST
Delete health sets:
ibrix_healthconfig -d -n SETLIST
Display detailed information about health check sets:
ibrix_healthconfig -i -n SETLIST
Lists the available health checks:
ibrix_healthconfig -L
Options
DescriptionOption
Adds health checks to a set.A
Removes health checks from a set.D
Lists the names of available health checks.L
Creates a set of health checks.-c
Deletes a set of health checks.d
Displays detailed information about health check sets.i
The name of a health check set.-n SETLIST
List of health checks.-t HEALTH_CHECKLIST
Updates a set of health checks.-u
Shows the usage for this command.?
ibrix_healthconfig 77