Disk Enclosures
1752788 Members
5937 Online
108789 Solutions
New Discussion юеВ

Cant attach to HORC Manager

 
Fenny_1
Super Advisor

Cant attach to HORC Manager

Hi,
I have exported my HORCMINST properly but after that when am trying to shutdown/start my HORCMINST it giving me following error

tppora01:/etc#horcmshutdown.sh
horcctl: [EX_ATTHOR] Can't be attached to HORC manager
Refer to the command log(/HORCM/log305/horcc_tppora01.log) for details.
failed in shutting HORCM inst 305 down
tppora01:/etc#horcmstart.sh
starting HORCM inst 305
HORCM inst 305 has failed to start.


[EX_ATTHOR] Can't be attached to HORC manager
[Cause ]:Couldn't connect with the HORC manager.
[Action]:Please check if HORC manager is running or if HORCMINST is set correctly.
COMMAND ERROR : EUserId for HOMRCF[305] : root (0) Sat May 19 11:14:01 2007
CMDLINE : horcctl -D
*********** SYSTEM ERROR ***********
P.P. : Raid Manager XP for HP-UX
Model : Raid-Manager-XP/HP-UX
Ver&Rev: 01.19.03
Release: Production

Host: tppora01
EUserId: root (0)
Process: 11351

[System Call Error]
SysCall: bind
Errorno: 2 (No such file or directory)
ErrInfo: Internal Error
ErrTime: Sat May 19 11:14:01 2007
SrcFile: shorcmc.c
SrcLine: 650

11:14:01-331f6-11351- 11351:HORCM death detected
11:14:04-5a0a5-11351- ERROR:cm_open[scmclcon() timeout_err]
11:14:04-5bc12-11351- ERROR:horcm_lep_create
11:14:04-5cba5-11351- [horcctl][exit(251)]
[EX_ATTHOR] Can't be attached to HORC manager
[Cause ]:Couldn't connect with the HORC manager.
[Action]:Please check if HORC manager is running or if HORCMINST is set correctly.
COMMAND ERROR : EUserId for HOMRCF[305] : root (0) Sat May 19 11:14:53 2007
CMDLINE : /usr/bin/horcctl -S
*********** SYSTEM ERROR ***********
P.P. : Raid Manager XP for HP-UX
Model : Raid-Manager-XP/HP-UX
Ver&Rev: 01.19.03
Release: Production

Host: tppora01
EUserId: root (0)
Process: 11601

[System Call Error]
SysCall: bind
Errorno: 2 (No such file or directory)
ErrInfo: Internal Error
ErrTime: Sat May 19 11:14:53 2007
SrcFile: shorcmc.c
SrcLine: 650

11:14:53-67d39-11601- 11601:HORCM death detected
11:14:56-8b2a8-11601- ERROR:cm_open[scmclcon() timeout_err]
11:14:56-8c51c-11601- ERROR:horcm_lep_create
11:14:56-91a8e-11601- [horcctl][exit(251)]
[EX_ATTHOR] Can't be attached to HORC manager
[Cause ]:Couldn't connect with the HORC manager.
[Action]:Please check if HORC manager is running or if HORCMINST is set correctly.
tppora01:/etc#date
Sat May 19 11:16:43 PST 2007
tppora01:/etc#

Please help me in this regard as it's very critical.
thnks in advance
4 REPLIES 4
mavrick
Regular Advisor

Re: Cant attach to HORC Manager

Hi Fenny

Please look into the below commands..if it is
suitable for your scenario try this..

Do one thing just see what are all the horcm currently running/hanged

ps -ef | grep -i horcm*

then u can manually kill the process and
the try for horcmshutdown.sh and horcm.start.sh

After that export the required horcm instances ..
thanks...
Amar_Joshi
Honored Contributor

Re: Cant attach to HORC Manager

I did not see that your command include the syntax of HORCM instance but output shows that.. Follow this:

1. #export HORCMINST=305
2. #horcmshutdown.sh 305
3. #horcmstart.sh 305

If still doesn't work:

a. Check the horcm305.conf for proper configuration.
b. Make sure the CMD device is still presented to server (run #xpinfo -il)
c. RAID-MANAGER might be corrupted due to accidental deletion of any of the required file. Re-install XPRM.
d. Finally log a call to HPRC.
mavrick
Regular Advisor

Re: Cant attach to HORC Manager

Hi,

Are you able to start the horcm..
John Kelly_3
Regular Advisor

Re: Cant attach to HORC Manager

Try creating the directory /HORCM/.uds

JohnK