- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Cheking that PVLINKS configured correctly
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
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
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
11-26-2006 12:24 AM
11-26-2006 12:24 AM
Cheking that PVLINKS configured correctly
I had one xp128 connected to 2 superdomes which are running an "SG/oracle Rac" cluster. the paltform was formerly configured and monitored by another Admin. Now, I need to do some maintenance on one of the redundant SAN switches which induce down time. I need to make sure that all the pvlinks are configured correctly (I have doubt about that). So is there a way to check that the config is ok ?
(the disks are presented in Open-e 13 GB each which make the config impossible to check manually: I have nearly 800 LUN !)
Many thaks,
Farid
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2006 11:41 PM
11-26-2006 11:41 PM
Re: Cheking that PVLINKS configured correctly
when you execute the command:
xpinfo - i |grep /dev/dsk/cxxtxxxx
anger to appear lunid it executes the command: xpinfo - i |grep lunid anger then to appear all alternate path after this vgxxx verifies with the command vgdisplay -v if all the devices that are alternates are added inside of the VG.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 06:28 AM
11-27-2006 06:28 AM
Re: Cheking that PVLINKS configured correctly
With vgdisplay -v you should see the following:
PV Name /dev/dsk/c3t5d6
PV Name /dev/dsk/c6t5d6 Alternate Link
The only way that I knew to test them to ensure they worked was to physically unplug the FC cables to test fail-over. I pulled the primary first - did a bdf (took a few seconds to come back) - then plugged it back in - waited around 5 minutes; then pulled the alternate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2006 09:01 AM
11-27-2006 09:01 AM
Re: Cheking that PVLINKS configured correctly
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2006 10:26 PM
11-29-2006 10:26 PM
Re: Cheking that PVLINKS configured correctly
Thaks for the various and valuable hints you gave. But, I'm asking about any utility or home mad script that helps me get a descent human readable form of the output. I'm telling you this because I had a bout 450 LUN to check ??!!!
Many thanks,
Farid.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:42 AM
11-30-2006 02:42 AM
Re: Cheking that PVLINKS configured correctly
you could try to ask your hp account support for the "switchxp" script - it combines the various lvm data with xpinfo.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2006 02:47 AM
11-30-2006 02:47 AM
Re: Cheking that PVLINKS configured correctly
The script has instructions at the top, but the short version is that you pipe "vgdisplay -v" in to the script and it prints a summary for every PV it finds. It just uses standard input and standard output so pipes and I/O redirection should work exactly how you expect.
You can run it all as a non-root user. It will probably take a while to go through that many devices.