Disk Enclosures
1748154 Members
3688 Online
108758 Solutions
New Discussion юеВ

Re: erro on paircrate

 
suchit_1
New Member

erro on paircrate

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
2 REPLIES 2
Frank Neumann
New Member

Re: erro on paircrate

@suchit

In case you didn't already solve your problem through contact to a HP representative, I guess the answer is already there:

"(1) Check if the 'HORC or HOMRCF function' is installed in the RAID."

All Raid Manager command can operate in two ways, either for Business Copy XP or for Continuous Access XP. Your information looks like a BC layout and the default manner of the commands is CA mode. Therefor your paircreate command will rejected, if there is no CA license installed on the array.

Call the command in the right way and tell paircreate to operate in BC mode:

- paircreate.exe -IBC0 VG01 -vl -c 15

Regards
Frank
XP Array Specialist
Amar_Joshi
Honored Contributor

Re: erro on paircrate

I will suggest you present another CMD drive to this server and try the operation again.

FYI, you can present multiple CMD drives to server and HORCM_CMD section. I had the same issue on Windows server and sometimes it was corrected over the time automatically.

My 2 cents.