beautypg.com

Hitachi TAGMASTORE MK-90RD011-25 User Manual

Page 162

background image

144

Chapter 3 Preparing for CCI Operations

For Installing:

$ PRODUCT INSTALL RM /source=Device:[directory]/LOG -
_$ /destination=SYS$POSIX_ROOT:[000000]
Device:[directory] where HITACHI-ARMVMS-RM-V0122-2-1.PCSI exists
:
:
$ PRODUCT SHOW PRODUCT RM
----------------------------------------- ----------- ------------
PRODUCT KIT TYPE STATE
----------------------------------------- ----------- ------------
HITACHI ARMVMS RM V1.22-2 Full LP Installed
----------------------------------------- ----------- ------------

$ raidqry -h
Model : RAID-Manager/OpenVMS
Ver&Rev: 01-22-03/02
:
:

For Installation history:

$ PRODUCT SHOW HISTORY RM /FULL

For removing :

$ PRODUCT REMOVE RM /LOG

(13) About exit code of the command on DCL
RAID Manager return codes are the same for all platform, however if the process was
invoked by the DCL, the status is interpreted by DCL and a message is displayed as below.

---------------------------on DCL of OpenVMS-------------------------

$ pairdisplay jjj

PAIRDISPLAY: requires '-jjj' or '/jjj' as argument

PAIRDISPLAY: [EX_REQARG] Required Arg list

Refer to the command log(SYS$POSIX_ROOT:[HORCM.LOG]HORCC_RMOVMS.LOG

(/HORCM/log/horcc_rmovms.log)) for details.

$ sh sym $status

$STATUS == "%X0035A7F1"

$

$ pairdisplay -g aaa

PAIRDISPLAY: [EX_ATTHOR] Can't be attached to HORC manager

Refer to the command log(SYS$POSIX_ROOT:[HORCM.LOG]HORCC_RMOVMS.LOG

(/HORCM/log/horcc_rmovms.log)) for details.

$ sh sym $status

$STATUS == "%X0035A7D9"

--------------------------on DCL of OpenVMS--------------------------

You can get “Exit code” of Raid Manager from $status of DCL using below formula.

Formula for calculating the exit code is:
Exit code of RM command = ( $status % 2048 ) / 8