Disk Enclosures
1748067 Members
5283 Online
108758 Solutions
New Discussion юеВ

Re: paircreate error

 
SOLVED
Go to solution
Bakang Moatlhodi
Frequent Advisor

paircreate error

When I try to run paircreate i get the following error
paircreate: [EX_INVSTP] Invalid pair status
Refer to the command log(/HORCM/log/cmdlog/horcc_morula.log) for details
7 REPLIES 7
Sanjay Kumar Suri
Honored Contributor
Solution

Re: paircreate error

1. Have you done the configuration correctly in the horcm configuration file?

2. Also look at the log file /HORCM/log/cmdlog/horcc_morula.log for the possible reasons.

3. Check the correctness of the configuration using the command: # pairdisplay -c -g group_name

4. Run pairdisplay to display the status of the volumes in the group designated with the -g option.

# pairdisplay -g group_name -fcx

Note: The status of S-Vol and P-Vol at this stage will be SMPL.

5. After this only try for the paircreate command.

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Bakang Moatlhodi
Frequent Advisor

Re: paircreate error

Hi SKS
I think I have done the horcm cofirguration file correctly. Maybe I have done it wrongly , do you have sample file you could maybe send to me to compare with what I have.

The error from the log is COMMAND ERROR : EUserId for HOMRCF : root (0) Tue Aug 3 21:14:01 2004
CMDLINE : pairvolchk -g BC1_PRBIDDAT
21:14:01-ea45e-29089- ERROR:cm_sndrcv[rc < 0 from HORCM]
21:14:02-0502d-29089- [pairvolchk][exit(236)]
[EX_ENQVOL] Unmatched volume status within the group
[Cause ]:The volume attribute or the fence level within a group isn't identical.
[Action]:Please confirm volume status by using the pairdisplay command,it make sure all volumes in the group have the same fence level and volume attributes.

The pair display command run ouput comes as SMPL. Then we tried to run paircreate which comes with that error the initial error I posted.

SO we are just stuck. Please help
Sanjay Kumar Suri
Honored Contributor

Re: paircreate error

Hello

If you are using array such as XP128. Can you post the following info in a document:

#xpinfo ├в i

Mention which LDEVs will be S-Vol and which will be P-Vols.

2. List your horcm file.

3. List the output of following command:

# raidscan -p cluster_port -fx

For example cluster_port=CL1-A

sks

A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Sanjay Kumar Suri
Honored Contributor

Re: paircreate error

It is #xpinfo -i

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Sanjay Kumar Suri
Honored Contributor

Re: paircreate error

Please also share the the exact paicreate command and from which instance/host this command is fired.

sks
A rigid mind is very sure, but often wrong. A flexible mind is generally unsure, but often right.
Bakang Moatlhodi
Frequent Advisor

Re: paircreate error

Thanks a lot SKS, The problem is solved.
suchit_1
New Member

Re: paircreate error

when i try to paircreate command i am geeing below error pls give some idea.so resolve the problem


paircreate.exe -g VG01 -vl -c 15
18:16:12-376b8-00432- ERROR:cm_sndrcv[rc < 0 from HORCM]
18:16:12-3b150-00432- [paircreate] L_CMD(CREATEPAIR) ERROR :rc = -35
18:16:12-3b150-00432- [paircreate][exit(221)]
[EX_CMDRJE] An order to the control/command device was rejected
[Cause ]: An order to the command(control) device failed,or was rejected.
[Action]:Please confirm the following items.If this trouble doesn't resolve,then collect HORCM error logs(HORCM_LOG=C:\HORCM\log0\curlog) and Remote HORCM logs,and send them to service personnel.
(1) Check if the 'HORC or HOMRCF function' is installed in the RAID.
(2) Check if the RCP and LCP are installed in the RAID.
(3) Check if the path between the RAID CUs is established by using the SVP.
(4) Check if the pair target volume is an appropriate status.

horcm0.conf

#/************************* For HORCM_MON ****************************/

HORCM_MON
#ip_address service poll(10ms) timeout(10ms)
192.168.10.22 11000 1000 3000

#/************************** For HORCM_CMD ***************************/

HORCM_CMD
#dev_name dev_name dev_name
\\.\PhysicalDrive2

#/************************** For HORCM_LDEV **************************/

HORCM_DEV
#dev_group dev_name port# TargetID LU# MU#
VG01 dbdata CL1-A 1 26 0




#/************************* For HORCM_INST ************************************/

HORCM_INST
#dev_group ip_address service
VG01 192.168.10.22 11001


horcm1.conf

#/************************* For HORCM_MON ****************************/

HORCM_MON
#ip_address service poll(10ms) timeout(10ms)
192.168.10.22 11001 1000 3000

#/************************** For HORCM_CMD ***************************/

HORCM_CMD
#dev_name dev_name dev_name
\\.\PhysicalDrive2

#/************************** For HORCM_LDEV **************************/

HORCM_DEV
#dev_group dev_name port# TargetID LU# MU#
VG01 dbdata CL2-A 1 27 0


#/************************* For HORCM_INST ************************************/

HORCM_INST
#dev_group ip_address service
VG01 192.168.10.22 11000

pls Reply