- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IO timeout change in PV - how to change and can it...
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
02-20-2009 05:09 AM
02-20-2009 05:09 AM
IO timeout change in PV - how to change and can it be done online?
Hi,
Could anyone can guide me in changing the IO timeout value for a PV.
EMC has recommended to change the IO timeout value to overcome our sap performance issues.
so i tried to find the procedure to do the change of value for IO timeout parameter.
Can it be done online?
What effect it will have if we change online?
Or how should we modify the value and what are the prerequisites to do that.
Waiting for your comments and help.
PV Name /dev/dsk/c13t1d7
PV Name /dev/dsk/c7t1d7 Alternate Link
VG Name /dev/vgIAD
PV Status available
Allocatable yes
VGDA 2
Cur LV 2
PE Size (Mbytes) 16
Total PE 6399
Free PE 0
Allocated PE 6399
Stale PE 0
IO Timeout (Seconds) default
Autoswitch On
Proactive Polling Off
Regards,
sanwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2009 05:14 AM
02-20-2009 05:14 AM
Re: IO timeout change in PV - how to change and can it be done online?
yes this can be done online.
#pvchange -t 120 /dev/dsk/cXtYdZ
this sets the Time for IO timeout attempts from LVM in which if a response is not recd form the PV or the Path of the PV , that will be marked as failed ands if that is a pTH failure and Alternate Paths are configured then the Alternate path will be used for IO.
This can be done online.
regards
sujit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2009 05:15 AM
02-20-2009 05:15 AM
Re: IO timeout change in PV - how to change and can it be done online?
lvchange
http://docs.hp.com/en/B9106-90008/lvchange.1M.html
pvchange
http://docs.hp.com/en/B2355-60130/pvchange.1M.html
As to how an EMC LUN will react, I'm not sure. I see no indication requiring downtime. You should be able to do this hot.
Be sure you are comfy with EMC recommended changes. I once saw a case where a simple change was made in a customer system and 18 months of diagnosis for performance issues came next.
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
02-20-2009 05:15 AM
02-20-2009 05:15 AM
Re: IO timeout change in PV - how to change and can it be done online?
/usr/sbin/pvchange [-A autobackup] -t IO_timeout
-t IO_timeout Set IO_timeout for the physical volume to the
number of seconds indicated. An IO_timeout
value of zero (0) causes the system to use
the default value supplied by the device
driver associated with the physical device.
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).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2009 05:56 AM
02-20-2009 05:56 AM
Re: IO timeout change in PV - how to change and can it be done online?
Usually we leave the I/O timeout value to default which is derived from the device driver unless if it is needed to change for heavily loaded disk or recommanded by the vendor.
Use pvchange -t
There won't be any impact. For example, if you set to 60sec, system will wait till 60sec to declare the disk/path as offline if any I/O failed to that disk/path.
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2009 06:09 AM
02-20-2009 06:09 AM
Re: IO timeout change in PV - how to change and can it be done online?
I'd be interested to know how EMC expect an IO timeout (which only comes into play when a PV cannot be accessed and is measured in multiples of seconds) is going to effect SAP performance...
Have you asked EMC to explain *why* they think changing this parameter will help?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2009 06:17 AM
02-20-2009 06:17 AM
Re: IO timeout change in PV - how to change and can it be done online?
Let me echo Duncan's remark.
Changing this parameter will not improve performance.
Other EMC parms might help, would a thorough review of I/O layout and LUN configuration.
Heavy write disks/LUNS should be raid 1 or raid 10.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com