- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- pv time out in LINUX
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
05-13-2009 07:20 AM
05-13-2009 07:20 AM
LVM1 and LVM2 version
I am looking for an equivalent in LINUX for "pvhchange -t xx" which is common in HP-UX.
I never changed the default settings in LINUX. So is there some thing at the LINUX kernel which takes care if there is a "time out" scenario.
How its done at your shops.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 07:41 AM
05-13-2009 07:41 AM
Re: pv time out in LINUX
lvm for Linux was supposed to work like HP-UX LVM.
I think the man page for pvchange should have your answer.
Changing time time out rarely solves this issue which normally comes from disks that are too busy.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 08:09 AM
05-13-2009 08:09 AM
Re: pv time out in LINUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 02:53 PM
05-13-2009 02:53 PM
Re: pv time out in LINUX
I'm not sure if it's an exact match for the HP LVM option, but you have some control over timeouts on 2.6-based systems through /sys/block/DEVICE/device/timeout, where DEVICE is a whole-disk device name like sda.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2009 04:32 PM
05-13-2009 04:32 PM
Re: pv time out in LINUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-15-2009 06:53 AM
05-15-2009 06:53 AM
SolutionI'm not sure if there is a way to set a global default, and I don't know if there is a ready-to-use tool for managing settings under /sys like sysctl does for /proc. Calling scripts from udev would be a reasonable solution, especially for places that are already using udev for persistent device naming.