HP XP7 RAID Manager Installation and Configuration User Guide (T1610-96065)
Table Of Contents
- XP7 RAID Manager Installation and Configuration User Guide
- Contents
- 1 Installation requirements
- System requirements
- Supported environments
- Supported Business Copy environments
- Supported Continuous Access Synchronous environments
- Supported Continuous Access Asynchronous environments
- Supported Continuous Access Journal environments
- Supported Snapshot environments
- Supported Data Retention environments
- Supported Database Validator environments
- Supported guest OS for VM
- Supported IPv4, IPv6 platforms
- Requirements and restrictions for z/Linux
- Requirements and restrictions for VM
- Porting notice for OpenVMS
- Using RAID Manager with Hitachi and other storage systems
- 2 Installing and configuring RAID Manager
- 3 Upgrading RAID Manager
- 4 Removing RAID Manager
- 5 Troubleshooting
- 6 Support and other resources
- A Fibre-to-SCSI address conversion
- B Sample configuration definition files
- Glossary
- Index
For Windows: set HORCC_MRCF=1
• Designate a group name (Oradb2) and a local host P-VOL a case.
# paircreate -g Oradb2 -vl
This command creates pairs for all LUs assigned to group Oradb2 in the configuration definition
file (two pairs for the configuration in above figure).
• Designate a volume name (oradev2-1) and a local host P-VOL a case.
# paircreate -g Oradb2 -d oradev2-1 -vl
This command creates pairs for all LUs designated as oradev2-1 in the configuration definition file
(CL1-A,T1,L1 and CL1-D,T2,L1 for the configuration in the above figure).
• Designate a group name and display pair status.
# pairdisplay -g Oradb2
Group PairVol(L/R) (Port#,TID,LU-M), Seq#, LDEV#..P/S, Status, Seq#, P-LDEV# M
oradb2 oradev2-1(L) (CL1-A, 1, 1 - 2) 30053 18..P-VOL COPY 30053 24 -
oradb2 oradev2-1(R) (CL2-D, 2, 1 - 0) 30053 24..S-VOL COPY ----- 18 -
oradb2 oradev2-2(L) (CL1-A, 1, 2 - 2) 30053 19..P-VOL COPY 30053 25 -
oradb2 oradev2-2(R) (CL2-D, 2, 2 - 0) 30053 25..S-VOL COPY ----- 19 -
Example of RAID Manager commands with HOSTD (group Oradb2):
• When the command execution environment is not set, set HORCC_MRCF to the environment
variable.
For C shell: # setenv HORCC_MRCF 1
For Windows: set HORCC_MRCF=1
• Designate a group name and a remote host P-VOL a case.
# paircreate -g Oradb2 -vr
This command creates pairs for all LUs assigned to group Oradb2 in the configuration definition
file (two pairs for the configuration in the above figure).
• Designate a volume name (oradev2-1) and a remote host P-VOL a case.
# paircreate -g Oradb2 -d oradev2-1 -vr
This command creates pairs for all LUs designated as oradev2-1 in the configuration definition file
(CL1-A,T1,L1 and CL1-D,T2,L1 for the configuration in the above figure).
• Designate a group name and display pair status.
# pairdisplay -g Oradb2
Group PairVol(L/R) (Port#,TID,LU-M), Seq#, LDEV#..P/S, Status, Seq#,P-LDEV# M
oradb2 oradev2-1(L) (CL2-D, 2, 1 - 0) 30053 24..S-VOL COPY ----- 18 -
oradb2 oradev2-1(R) (CL1-A, 1, 1 - 2) 30053 18..P-VOL COPY 30053 24 -
oradb2 oradev2-2(L) (CL2-D, 2, 2 - 0) 30053 25..S-VOL COPY ----- 19 -
oradb2 oradev2-2(R) (CL1-A, 1, 2 - 2) 30053 19..P-VOL COPY 30053 25 -
The command device is defined using the system raw device name (character-type device file
name). The command device defined in the configuration definition file must be established in a
way to be following either every instance. If one command device is used between different
instances on the same SCSI port, then the number of instances is up to 16 per command device.
Examples of RAID Manager configurations 81