6.5 HP StoreAll OS CLI Reference Guide

Table Of Contents
ibrix_healthconfig
Manages health check sets.
IMPORTANT: This command is no longer used and will be deprecated from the code in a future
release. Please use ibrix_health instead.
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 103