HP XP Array Manager Software User Manual
Page 26

3-6
Preparing for Cache Manager Operations
Hitachi Cache Manager User’s Guide
The format for comments is as follows:
•
The first column must have a forward slash and an asterisk sign (
/*
).
•
Comment statements can be written after a parameter.
Example:
STATUS DEV(5837) DKU /*COMMENT*/
•
Comment statements can be written between parameters.
Example:
BIND EA DEV(5837) /*COMMENT*/ VTOC
•
Comment statements can be written after commands.
Example:
STATUS /*COMMENT*/ DEV(5837) DKU
•
Comment statements can be written before commands.
Example:
/*COMMENT*/ BIND DA DEV(5837) DKU
•
Comment statements can be written after a parameter using a semicolon
(
;
). Example:
STATUS DEV(5837) DKU ;COMMENT
•
Parameters can be continued to the next line using a plus sign (
+
).
Example:
BIND EA DEV(58+37) VTOC
•
Parameters can be continued to the next line using a hyphen (
-
).
Example:
STATUS - DEV(5837) DKU