- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: LVM PV timeput vs LV timeout
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
тАО11-07-2001 07:22 AM
тАО11-07-2001 07:22 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2001 07:26 AM
тАО11-07-2001 07:26 AM
Re: LVM PV timeput vs LV timeout
a pv is a physical volume (Usually a disk, or a pseudo disk - as on an emc or diskarray).
a lv is a slice of a pv, or sometimes the whole thing.
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2001 07:27 AM
тАО11-07-2001 07:27 AM
Re: LVM PV timeput vs LV timeout
Take a look at the threads below,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=feff137f0c60163595/screen=ckiDisplayDocument?docId=200000024625751
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=99cebb5001cd186263/screen=ckiDisplayDocument?docId=200000015663097
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2001 07:38 AM
тАО11-07-2001 07:38 AM
SolutionBy theory, yes. they are
different. LV timeout is
at the LV level and specifies how long a request to the LV should wait for response, before it times out. The default LV timeout value is "'Forever"" and I have *NEVER* seen it modified anywhere . Why? Because it does not matter. What matters is the PV timeout value. The pV timeout is at the PV layer and it specifies how long a request to the PV should wait before it times-out. PVtimeout overrides LV timeout, so LV timeout is largely irrelevant and should remain unchanged from its default value.
Regarding the timeout concept, it is to allow delays in response from the disks. For instance, while using EMC disks,we increase the PV timeout to 180 seconds. Otherwise, it may
consider a valid delay as disk unaccessible errors.
Bottomline: Timeout refers to PV timeout.
-raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2001 07:44 AM
тАО11-07-2001 07:44 AM
Re: LVM PV timeput vs LV timeout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2001 07:49 AM
тАО11-07-2001 07:49 AM
Re: LVM PV timeput vs LV timeout
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-07-2001 07:52 AM
тАО11-07-2001 07:52 AM
Re: LVM PV timeput vs LV timeout
Here are two links from hp doc site on lvchange and pvchange which details about the timeout variable.
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B9106-90008/B9106-90008_top.html&con=/hpux/onlinedocs/B9106-90008/00/02/207-con.html&toc=/hpux/onlinedocs/B9106-90008/00/02/207-toc.html&searchterms=timeout%7cdisk%7cvolume&queryid=20011107-075108
http://docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B2355-90681/B2355-90681_top.html&con=/hpux/onlinedocs/B2355-90681/00/02/270-con.html&toc=/hpux/onlinedocs/B2355-90681/00/02/270-toc.html&searchterms=pvchange&queryid=20011107-075537
Hope this helps.
Regds