- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX - SAN Change (Zoning)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:05 AM
тАО09-13-2004 07:05 AM
HPUX - SAN Change (Zoning)
We have 55 servers all running HPUX 11i connected to 3 XP1024 storage devices through about 44 Brocade 3900 SAN switches. There are 12 tape libraries connected to SAN as well. There is no zoning in the env. so everybody sees everybody out there. Now we are planning to introduce zoning to control who can see who.
What we are told is that if we introduce zoing and then reboot each hpux server, things will be fine but someone says that there could be issue with /etc/ioconfig and/or /stand/ioconfig files as they will have to be manually updated to reflect what devices HBAs on that particular server are not able to see now.
Please advise a solution.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:10 AM
тАО09-13-2004 07:10 AM
Re: HPUX - SAN Change (Zoning)
1) Introduce zoning
2) execute ioscan and refersh the kernel
3) execute rmsf and remove the device files of those disks the system is no longer going to see
4) If still in doubt
# mv /etc/ioconfig /etc/ioconfig.OLD
# mv /stand/ioconfig /stand/ioconfig.OLD
# ioinit -c
ioinit will recreate the ioconfig files for you
-- Sundar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:10 AM
тАО09-13-2004 07:10 AM
Re: HPUX - SAN Change (Zoning)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:13 AM
тАО09-13-2004 07:13 AM
Re: HPUX - SAN Change (Zoning)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:24 AM
тАО09-13-2004 07:24 AM
Re: HPUX - SAN Change (Zoning)
# ioscan -fnC ext_bus | egrep -v "H/W|==" | awk '{print $3,$1,$2}' > /root/infile
# mv /etc/ioconfig /etc/ioconfig.OLD
# mv /stand/ioconfig /stand/ioconfig.OLD
# ioinit -f /root/infile
If there are only "line ignored" messages from ioinit, then you are good to go and dont have to reboot the system
If there are any inconsistencies, ioinit will report. But you cannot make the changes without rebooting the system
# mv /etc/ioconfig /etc/ioconfig.OLD
# mv /stand/ioconfig /stand/ioconfig.OLD
# /usr/sbin/shutdown -r -y 0
system will stop at ioinit prompt at bootup
ioinitrc) ioinit -f /root/infile -r
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:26 AM
тАО09-13-2004 07:26 AM
Re: HPUX - SAN Change (Zoning)
So long as your disks are all only owned by a single host. Then when you zone the disks to specific hosts, and then vgimport -s your disks and filesystems will come back properly.
I am doing a similar thing in a few months were I am vgexporting while we redo our entire switch fabric, when we redo the switches I will vgimport -s and the disks will be read back in just as they were before. then I reboot and good to go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 07:32 AM
тАО09-13-2004 07:32 AM
Re: HPUX - SAN Change (Zoning)
full backup of data prior to the change.
A vgexport is a good idea as well.
ioscan or boot, your choice.
With these steps you should be covered.
SAN administrators are famous for reassuring sysadmins that everything will be fine. Sometimes its true, sometimes not.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 08:45 AM
тАО09-13-2004 08:45 AM
Re: HPUX - SAN Change (Zoning)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 09:04 AM
тАО09-13-2004 09:04 AM
Re: HPUX - SAN Change (Zoning)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-13-2004 09:15 AM
тАО09-13-2004 09:15 AM
Re: HPUX - SAN Change (Zoning)
I agree, we use lun masking, and it works very well.