Procedure for HORCM and RAIDCOM
This question has been Answered.
rockstar Aug 11, 2014 3:56 PM
Hello All,
Can anyone please share RAIDCOM and HORCM documents. I am new to this and need to learn
installation, procedure to setup, simple commands to start, how to work on it, etc. I know there are few
hitachi documents but what i need are the simple steps which will help me to start working on both of
them.
I request all the everyone to share your knowledge with me.
Thanks
Correct Answerby mac4techs on Aug 12, 2014 10:54 PM
Check out this link, this might of good help.
http://www.storit-blog.com/2011/07/25/raidcom-newest-edition-to-the-cci-family/
See the answer in context
188 Views
Tags: raidcom
Content tagged with raidcom
, horcm
Content tagged with horcm
, vsp_raidcom
Content tagged with vsp_raidcom
, vsp_horcm
Content tagged with vsp_horcm
Average User Rating: No ratings (0 ratings)
Average User Rating
No ratings
(0 ratings)
RE: PROCEDURE FOR HORCM AND RAIDCOM
webfox Aug 11, 2014 4:20 PM (in response to rockstar)
This is the manual that is in the public domain
http://www.hds.com/assets/pdf/cci-user-and-reference-guide.pdf
If you are customer you can register at Hitachi Data Systems Portal and get additional documents.
Or you can ping your account team to get additional documents.
o
o
Actions
RE: PROCEDURE FOR HORCM AND RAIDCOM
Like Show 1 Like(1)
rockstar Aug 11, 2014 4:55 PM (in response to webfox)
Thanks Vinod for the document but I am specifically looking for some hand written documents prepared
by anyone which will help me in understanding fast and better - like some blogs or something like that.
Anyways, if I dont find any, I will go through the document for sure.
Thanks man !!
Like Show 0 Likes(0)
Actions
CORRECT ANSWERRE: PROCEDURE FOR HORCM AND
RAIDCOM
mac4techs Aug 12, 2014 10:54 PM (in response to rockstar)
Check out this link, this might of good help.
http://www.storit-blog.com/2011/07/25/raidcom-newest-edition-to-the-cci-family/
Like Show 0 Likes(0)
Actions
RE: PROCEDURE FOR HORCM AND RAIDCOM
rockstar Aug 12, 2014 10:59 PM (in response to mac4techs)
Thanks Kamalarajan.
Actions
RE: PROCEDURE FOR HORCM AND RAIDCOM
karthikpappu Aug 14, 2014 4:05 PM (in response to rockstar)
Horcm using Using cmd device:
Create the below horcm file under C:\Windows
#/************************* For HORCM_MON *************************************/
HORCM_MON
#ip_address
service
172.xx.xx.xx
horcmxx
poll(10ms)
1000
timeout(10ms)
3000
Like Show 0 Likes(0)
#/************************** For HORCM_CMD ************************************/
HORCM_CMD
#dev_name
dev_name
dev_name
# Use the first CMD device from VSP SN vspserial
\\.\CMD-vspserial
#/************************** For HORCM_LDEV ***********************************/
HORCM_LDEV
#dev_group
dev_name
Serial# CU:LDEV(LDEV#) MU#
#VG01
oracledrive
xxxxx 01:04
0
# no HORCM_LDEV needed for using RAIDCOM to create new LDEV's
#/************************* For HORCM_INST ************************************/
HORCM_INST
#dev_group
ip_address
#VG01
172.xx.xx.xx
service
horcmxxC:\>set HORCMINST=xx
Then after creating the above file add the a line to server file
C:\Windows\System32\drivers\etc
add the below to services file:
horcmxx xxxxx/udp # Hitachi RAIDCom horcmxx Port
Easy was is using ip command device ip address would be of SVP
HORCM_MON
# ip_address service poll(10ms) timeout(10ms)
localhost Vspserial 1000 3000
HORCM_CMD
#cmd_dev_name (IP_CMD / FC_CMD)
\\.\IPCMD-172.xx.x.xxx-31001
HORCM_LDEV
# create relation with other ldevs
HORCM_INST
# dev_group ip_address service
hope it helps