- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- pvchange/lvchange Oracle question
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
06-01-2005 12:17 PM
06-01-2005 12:17 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 12:35 PM
06-01-2005 12:35 PM
Solution- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2005 01:38 PM
06-01-2005 01:38 PM
Re: pvchange/lvchange Oracle question
Cluster usually use vg in share mode. It is impossible to change vg or lv online in this mode.
If not you can change it online.
tienna
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 07:01 PM
06-02-2005 07:01 PM
Re: pvchange/lvchange Oracle question
Allthough it do not casue any problems except if it is in cluster or shared mode. But still it will cause huge I/O on the devices which actually depends on size of volume and so should be planned at a time when oracle database utilization is minimal.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2005 10:43 PM
06-02-2005 10:43 PM
Re: pvchange/lvchange Oracle question
Is there an order I should do them in (pvchange & lvchange)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 01:28 AM
06-03-2005 01:28 AM
Re: pvchange/lvchange Oracle question
regarding the EMC and your HPUX host... might want to also take a look at the "queue depth".
see: queue depth in this link:
http://web.tampabay.rr.com/batcave/unixnotes.htm
the point is, pvchange -t option can also be closely associated to the SCSI controller's queue depth for pending I/O's.
--
Change the timeout value to 60:
# pvchange -t 60 /dev/dsk/c?t?d?
Check the queue depth, should be 2:
# scsictl -a /dev/rdsk/c?t?d?
Change it to the value of 2:
# scsictl -m queue_depth=2 /dev/rdsk/c?t?d?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-03-2005 07:38 AM
06-03-2005 07:38 AM
Re: pvchange/lvchange Oracle question
pvchange the timeout value on all PVs that belong to the oracle VGs. Don't need to run lvchange on the lvols unless you want to change another parameter like (strict allocation policy).
cheers!