HP XP P9000 RAID Manager Reference Guide (T1610-96061, January 2014)

W(%): Displays the threshold value for 'WARNING' set for this Thin Provisioning pool.
H(%): Displays the threshold rate set for the Thin Provisioning pool as high water mark.
Num: Displays the number of LDEVs configured the Thin Provisioning pool.
LDEV#: Displays the first number of LDEV configured the Thin Provisioning pool.
LCNT: Displays the total number of Thin Provisioning volumes mapped to this Thin Provisioning
pool.
TL_CAP(MB): Displays the total capacity of all Thin Provisioning volumes mapped to this Thin
Provisioning pool.
horcmstart
The horcmstart command is a script that starts HORCM. This script also sets the environment
variables for HORCM as needed (for example, HORCM_CONF, HORCM_LOG, HORCM_LOGS).
Syntax
horcmstart.sh { inst ... } (UNIX systems)
horcmstart.exe { inst ... } (Windows systems)
Options and parameters
DescriptionOption
Specifies the HORCM instance number (range= from 0 to 2047). When this option is specified, the
horcmstart shell script sets the environment variables (HORCMINST, HORCM_CONF, HORCM_LOG,
inst
HORCM_LOGS) corresponding to the instance number, and starts the specified HORCM instance.
(Environment variables set by the user become invalid.) When this option is not specified, the
horcmstart shell script starts 1 HORCM and uses the environment variables set by the user. If you
have designated full environment variables, use horcmstart.sh without any arguments. If you did not
designate environment variables (HORCM_CONF, HORCM_LOG, HORCM_LOGS), then this shell
script sets the environment variables as follows:
For UNIX-based platforms:
If HORCMINST is specified:
HORCM_CONF = /etc/horcm*.conf (* is instance number)
HORCM_LOG = /HORCM/log*/curlog
HORCM_LOGS = /HORCM/log*/tmplog
If HORCMINST is not specified:
HORCM_CONF = /etc/horcm.conf
HORCM_LOG = /HORCM/log/curlog
HORCM_LOGS = /HORCM/log/tmplog
For Windows platform:
If HORCMINST is specified:
HORCM_CONF = %windir%\horcm*.conf (* is the instance number)
HORCM_LOG = \HORCM\log*\curlog
HORCM_LOGS = \HORCM\log*\tmplog
If HORCMINST is not specified:
HORCM_CONF = %windir%\horcm.conf
HORCM_LOG = \HORCM\log\curlog
HORCM_LOGS = \HORCM\log\tmplog
[environmental variable]
The HORCM_LOGS environment variable is used when specifying the log file directory for automatic
storing. When HORCM starts up, the log files created in the operation are stored automatically in
the HORCM_LOGS directory. This log directory must give an equality class with HORCM_LOG
horcmstart 95