1832597 Members
3090 Online
110043 Solutions
New Discussion

Re: Switch setup

 
SOLVED
Go to solution
Lacrosse
Regular Advisor

Switch setup

I want to hookup 4 HPUX servers to a Brocade switch and a 2 port FC60 (going cheap obviously) I realize I will see all disks by all systems without some sort of LUN masking software....is there a poor mans way to limit what LUNS are seen by which hosts i.e. in Solaris I can configure the sd.conf file to limit which disks are seen can I do the same or something else in HPUX
8 REPLIES 8
James A. Donovan
Honored Contributor

Re: Switch setup

It would be so nice, but HP-UX has no equivalent to the Solaris sd.conf file.

The only thing you can do is setup a script using ioscan/rmsf which checks for, and removes, unwanted disks.
Remember, wherever you go, there you are...
Lacrosse
Regular Advisor

Re: Switch setup

I guess I could remove and recreate the disk device files as a kludge to being able to hide and see the disk as needed? this should work right? i.e when I wanted the backup system to see all disks for backup purposes I could recreate the disk device files
Jan-Erik Karlsson_2
Frequent Advisor

Re: Switch setup

how about zooning in the switch?
Peter Mattei
Honored Contributor

Re: Switch setup

Zoning will not do the job because you would have to zone the host HBAs to the FC60 ports (overlapping); thus the result would be the same: all servers will see all LUNs.
Your options are:
- To only mount individual LUNs to the respective server!
- A better way is to use MC Service Guard and build a 4 way HP-UX cluster which will take care of your LUNs and resources. This would also make your services higher available, but of course also means $!

Cheers
Peter
I love storage
Lacrosse
Regular Advisor

Re: Switch setup

Peter is correct about the zoneing....already been down that thought process...but I guess I can see all LUNS and control which ones get mounted to which servers as long as I control this properly it should work correct???
Peter Mattei
Honored Contributor
Solution

Re: Switch setup

Yes, you are right!
As long as you do not mount a LUN/HP-UX device you cannot do any harm to a LUN of an other server!
I know quite a few HP-UX installations that run this way!

Cheers
Peter
I love storage
James A. Donovan
Honored Contributor

Re: Switch setup

Uhm, I wouldn't say that it's impossible to do harm. Without a script to constantly monitor and delete (i.e. rmsf) those luns, a reboot will automatically add the devices to the system. Then it's just a matter of time before someone accidently adds the wrong disk at the wrong time to the wrong volume group, and which then writes the wrong data and ends the wrong career (OK, maybe a little overdramatic, but just trying to emphasize the point...).
Everyone goes on vacation eventually. You don't want to come back to problems.
Remember, wherever you go, there you are...
Lacrosse
Regular Advisor

Re: Switch setup

Cool thanks