- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Pvlink question for HPUX 11i servers.
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
04-01-2004 05:15 AM
04-01-2004 05:15 AM
Servers: HPUX 11.11 L3000 MC/SG 11.14 (2 node)
EMC DMX 800 PVlinks/Alt links.
We are migrating from a EMC DMX 800 to a DMX 1000. As part of this plan EMC has run reports and they flagged several things that need updating. Here is the items they recommend:
- "Pvlinks timeout=90"
- "BBR set to None"
- "GOLDQPK11i, GOLDBASE11i, GOLDAPPS11i,
B.11.11.0312.4"
I'm not sure what they mean about "BBR" and
setting the "PVLINKS timeout".
The third item must be OS patches.
10 points to any good answer.
TIA, Gino
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:28 AM
04-01-2004 05:28 AM
SolutionThe PVlink timeout will be the setting LVM will use as timeout before fail-over to the alternate link (second path to the LUN on the SAN) when a link/disk fails.
BBR I have no idea, sorry.
3rd, yes is OS and HW related.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:30 AM
04-01-2004 05:30 AM
Re: Pvlink question for HPUX 11i servers.
Just came up in my mind.
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:36 AM
04-01-2004 05:36 AM
Re: Pvlink question for HPUX 11i servers.
BBR-No idea. (Is it Bad Block Relocation?)
Yes third is patches. Make sure you are up tp date on patches.
Anil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:44 AM
04-01-2004 05:44 AM
Re: Pvlink question for HPUX 11i servers.
The BBR is bad block re-alocation.
You need to address this...remember if an area of disk goes bad the O/S will re-allocate to another spot and 'mark' that area of space as bad so it can not be used. Now if HP does the re-allocation, it knows where it moved things...but HP BBR is not going to communicate that to EMC.
Generally Storage/Disk Array vendors recommend you use their technology to handle BBR. If you don't set all your logical volumes to NONE than it is possible if something goes wrong that your disk array software will not know where the data went if HP O/S handles marking and moving for BBR instances. See my point...
Hence their suggestion to set BBR to NONE.
Rgrds,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 05:50 AM
04-01-2004 05:50 AM
Re: Pvlink question for HPUX 11i servers.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=184368
To set it to None:
lvchange -r N
Regards,
Peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2004 06:07 AM
04-01-2004 06:07 AM
Re: Pvlink question for HPUX 11i servers.
Recently HP suggests to increase the IO timeout for SAN disk array when HP help tuning some of our systems, also Storage team requests some of our SA to increase this value too for upcoming HDS disk array microcode upgrade.
IO_timeout is used by the device driver to determine how long to wait for disk transactions to complete before concluding that an IO request can not be completed (and the device is offline or unavailable). Pvdisplay command will show the current setting for IO timeout for each device (see pvdisplay example below), most of them will show "default" value, which mostly is 30 seconds. The effect of having 'default' is occasional Patrol pages about "power failure" although the disks are function fine.
By recommendation from HP and storage team, I have changed the IO timeout to 180 seconds on all disks belong to a active volume group on all your systems