- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Use of vgchange -s_?
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
01-20-2004 02:45 AM
01-20-2004 02:45 AM
thnx.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 02:51 AM
01-20-2004 02:51 AM
SolutionDoes this quote from the man page help any or have you already seen it:
". . . mirror synchronization refreshes stale mirror copies by copying
data from a nonstale copy. If the -s option is specified on the
command line, mirror synchronization does not occur. However, for
those logical volumes that have Mirror Write Cache turned off, mirror
synchronization is done independently of whether the -s option appear on the command line."
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 02:51 AM
01-20-2004 02:51 AM
Re: Use of vgchange -s_?
check man vgchange:
-s Disable the synchronization of stale physical
extents within the volume group specified by
vg_name. This option is only effective when
used with the -a y or -a e option.
So you can only use it if you activate the volumegroup exclusive ( cluster) or on one node only.
Stale physical extend are not synced. this means if one disk is corrupt the corrupt extends are not copied to the mirror disk.
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 02:54 AM
01-20-2004 02:54 AM
Re: Use of vgchange -s_?
When you do a vgchange -a y on a volume group that has mirror logical volumes, it will try to sync the mirrors. -s option will disable it. You can later manually sync the mirrors by doing a vgsync.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 03:42 AM
01-20-2004 03:42 AM
Re: Use of vgchange -s_?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2004 06:00 AM
01-20-2004 06:00 AM
Re: Use of vgchange -s_?
The above answer the question "What?" Hopefully, I can explain where you would use it.
We use it in 2 instances...(1) ServiceGuard, and (2) Oracle RAC. This option is used in conjunction with -S. You first have to make the volumes Shareable (-S), then make sure you don't sync up stale volume (-s). That is basics behind it.
If you would like a more detailed definition, check out the manuals for installing ServiceGuard. They is much more info there.
D