Unsolved
This post is more than 5 years old
8 Posts
0
1108
March 3rd, 2008 22:00
Sharing LUN between hosts
Hi All
I have two hosts having
Hosts1 : a,b,c,d
Hosts2 : e,f,g,h
I want to share the LUNs of Host1 from Host2 and vice versa, so that i can use them if one host fails. I wont use the LUNs from other host without 1 host fails.
Can any one help me with this.
Thanks
I have two hosts having
Hosts1 : a,b,c,d
Hosts2 : e,f,g,h
I want to share the LUNs of Host1 from Host2 and vice versa, so that i can use them if one host fails. I wont use the LUNs from other host without 1 host fails.
Can any one help me with this.
Thanks
No Events found!


dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
March 4th, 2008 13:00
SKT2
2 Intern
•
1.3K Posts
0
March 4th, 2008 19:00
RRR
6 Operator
•
5.7K Posts
0
March 5th, 2008 10:00
A cluster would be better.
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
March 5th, 2008 11:00
RRR
6 Operator
•
5.7K Posts
0
March 5th, 2008 12:00
dynamox
11 Legend
•
20.4K Posts
•
87.4K Points
0
March 5th, 2008 12:00
SKT2
2 Intern
•
1.3K Posts
0
March 5th, 2008 13:00
bertdereus
1 Message
0
March 7th, 2008 02:00
Like anyone is advising USE a kind of CLUSTERING SW.
Otherwise your data can get corrupted.... Even if you are taking good care....
xe2sdc
6 Operator
•
2.8K Posts
0
March 7th, 2008 02:00
versa, so that i can use them if one host fails. I
wont use the LUNs from other host without 1 host
fails.
I read: "I want to loose data. Is it the best way??"
Sharing luns between hosts without something managing the access leads usually to data corruption.
Dynamox, Rob and Santhosh gave you good advices .. But please DON'T DO THAT.
bodnarg
2 Intern
•
385 Posts
0
March 10th, 2008 05:00
In the event of a hardware failure move the LUNs from the failed node's storage group to the "active" node's storage group and then run whatever host specific commands you need to run to add the devices and get the application running. This will remove any risk of data corruption.
If you are running Windows I would strongly recommend not sharing LUNs as it can be tricky to avoid having both servers attempt to own/import these devices. There is an option to disable automatic scan/mount (mountvol /N) but once again use at your own risk.
For UNIX variants (AIX/HP) this is a good bit safer, but still presents good opportunity for human error to occur if you are not VERY careful.
Good luck and take care - you could cause yourself a lot of trouble if you miss some steps.
RRR
6 Operator
•
5.7K Posts
0
March 10th, 2008 12:00
That's exactly what I meant