- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Any script/tool to check multipathing of VGs t...
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
08-19-2005 01:29 AM
08-19-2005 01:29 AM
Any script/tool to check multipathing of VGs to XP Array
We wish to verify thro' a script that all configured VGs have multiple paths to ACP pairs ( redundant clusters). One way to verify using vgdisplay VG by VG and looking at XP output. Since we have large numbers of servers and if there is a tool/script out there which can check in one go would be a great help.
TIA,
-Q
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 01:40 AM
08-19-2005 01:40 AM
Re: Any script/tool to check multipathing of VGs to XP Array
That gives a lot of detailed information that you could use.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 01:53 AM
08-19-2005 01:53 AM
Re: Any script/tool to check multipathing of VGs to XP Array
do
vgdisplay -v ${i} | grep -i "PV Name" | awk '{print $3}') >> /tmp/disk_list
done.
for a in $(cat /tmp/disk_list)
do
pvdisplay ${a} | grep -iE "PV Name|VG Name|Alternate" >> /tmp/details
done.
Check /tmp/details file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 02:21 AM
08-19-2005 02:21 AM
Re: Any script/tool to check multipathing of VGs to XP Array
Any more ideas ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 02:26 AM
08-19-2005 02:26 AM
Re: Any script/tool to check multipathing of VGs to XP Array
You can check out the script I posted in this thread. That may be what you're looking for...
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=888182
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2005 07:44 AM
08-19-2005 07:44 AM
Re: Any script/tool to check multipathing of VGs to XP Array
Your scsi path assignments should verify multiple pathing.
Best of luck.
Regards,
dl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2005 08:49 AM
08-24-2005 08:49 AM