- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Setting Logical Volume Timeout (LVTO) on HP-UX 11/...
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
10-14-2003 01:11 AM
10-14-2003 01:11 AM
Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
Thanks in advance,
Jonathan F. Van Avery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:15 AM
10-14-2003 01:15 AM
Re: Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
Check out the lvchange(1M) manpage, specifically the "-t" option. That allows you to specify a timeout on the Logical Volume level.
If you have several LVs on which you wish to change the timeout, then separate 'lvchange' commands will be needed...
Hope that helps...
Steve Hamilton
Beechglen Development
steveh@beechglen.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:16 AM
10-14-2003 01:16 AM
Re: Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
Use the following at the LV level:
lvchange -t XXX /dev/vg_name/lv_name # Where XXX equals timeout in seconds
Or at the PV level:
pvchange -t XXX /dev/dsk/cXtYdZ
HTH,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:17 AM
10-14-2003 01:17 AM
Re: Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
If you want to change ot on the physical volumes then its "pvchange -t seconds /dev/dsk/whatever"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:17 AM
10-14-2003 01:17 AM
Re: Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:19 AM
10-14-2003 01:19 AM
Re: Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
However, why are you doing this? I have never heard of it before.
We do physical volume timeout changes, for our EMC disks. EMC recommends it.
pvchange -t 90 /dev/dsk/cXtYdZ.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 01:20 AM
10-14-2003 01:20 AM
Re: Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
Check this doc,
Date: 8/25/97
Document description: How to adjust logical volume timeout variables
Document id: UNX1030078
http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062952613
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-14-2003 05:52 AM
10-14-2003 05:52 AM
Re: Setting Logical Volume Timeout (LVTO) on HP-UX 11/11i
When setting an lvol timeout you must be absolutely sure what you're doing.
When the lvol timeout pops, even retryable IO errors are passed up to the above layers which need to be aware of how to handle them! E.g. a file system is a prominent example of not being aware, which means it is corrupted and needs checking then.
In generel lvol timeouts <> 0 are only for applications that work directly on raw devices and are able to handle those IO errors. The default '0' means 'retry forever for retryable errors'.
Best regards...
Dietmar.