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
This command creates pairs for all LU designated as Oradb in the configuration definition file (two
pairs for the configuration in the above figure).
• Designate a volume name (oradev1) and a remote host P-VOL a case.
# paircreate -g Oradb -d oradev1 -f never -vr
This command creates pairs for all LUs designated as oradev1 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 Oradb
Group PairVol(L/R) (P,T#,L#), Seq#, LDEV#..P/S, Status, Fence, Seq#, P-LDEV# M
oradb oradev1(L) (CL1-D, 2,1) 30054 19...S-VOL COPY NEVER, ----- 18 -
oradb oradev1(R) (CL1-A, 1,1) 30053 18...P-VOL COPY NEVER, 30054 19 -
oradb oradev2(L) (CL1-D, 2,2) 30054 21...S-VOL COPY NEVER, ----- 20 -
oradb oradev2(R) (CL1-A, 1,2) 30053 20...P-VOL COPY NEVER, 30054 21 -
The command device is defined using the system raw device name (character-type device file
name). For example, the command devices for the following figure would be:
• HP-UX:
HORCM_CMD of HOSTA = /dev/rdsk/c0t0d1 HORCM_CMD of HOSTB =
/dev/rdsk/c1t0d1
• Solaris:
HORCM_CMD of HOSTA = /dev/rdsk/c0t0d1s2 HORCM_CMD of HOSTB =
/dev/rdsk/c1t0d1s2
For Solaris operations with RAID Manager version 01-09-03/04 and higher, the command
device does not need to be labeled during format command.
• AIX:
HORCM_CMD of HOSTA = /dev/rhdiskXX HORCM_CMD of HOSTB = /dev/rhdiskXX
where XX = device number assigned by AIX
• Tru64 UNIX:
HORCM_CMD of HOSTA = /dev/rdisk/dskXXc HORCM_CMD of HOSTB =
/dev/rdisk/dskXXc
where XX = device number assigned by Tru64 UNIX
• DYNIX/ptx™:
HORCM_CMD of HOSTA = /dev/rdsk/sdXX HORCM_CMD of HOSTB = /dev/rdsk/sdXX
where XX = device number assigned by DYNIX/ptx™
• Windows 2012/2008/2003/2000:
HORCM_CMD of HOSTA = \\.\CMD-Ser#-ldev#-Port# HORCM_CMD of HOSTB = \\.\CMD-Ser#-ldev#-Port#
• Windows NT:
HORCM_CMD of HOSTA = \\.\CMD-Ser#-ldev#-Port# HORCM_CMD of HOSTB = \\.\CMD-Ser#-ldev#-Port#
• Linux, z/Linux:
HORCM_CMD of HOSTA = /dev/sdX HORCM_CMD of HOSTB = /dev/sdX
where X = disk number assigned by Linux, z/Linux
• IRIX64:
HORCM_CMD for HOSTA .../dev/rdsk/dks0d0l1vol or /dev/rdsk/node_wwn/lun1vol/c0p0
HORCM_CMD for HOSTB .../dev/rdsk/dks1d0l1vol or /dev/rdsk/node_wwn/lun1vol/c1p0
70 Sample configuration definition files