- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgdisplay shows status stale of some mirrored ...
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-26-2001 12:13 AM
06-26-2001 12:13 AM
vgdisplay shows status stale of some mirrored extends
My volume group vg00 is mirrored by MirrorDisk/UX
vgdisplay shows a lot of stale extends .
My questions:
1.) how can extends get stale ?? does it point to some hardware problems ??
2.) I know that vgsync can syncronize the mirror again. Can I run vgsync at any time or better reboot the box to automatically have vgsync run at activation of vg ???
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 12:21 AM
06-26-2001 12:21 AM
Re: vgdisplay shows status stale of some mirrored extends
Regards,
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 12:31 AM
06-26-2001 12:31 AM
Re: vgdisplay shows status stale of some mirrored extends
the PV Status is 'available' on both disks.
the stale extends occur only on one disk and the number seems to be constant (374)
The mirror disk seems to work (at least it is blinking green)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 12:42 AM
06-26-2001 12:42 AM
Re: vgdisplay shows status stale of some mirrored extends
Does the syslog report any possible hardware problems?
A vgsync or lvsync can take a long time, depending on how much data is contained in the vg/lv.
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 01:24 AM
06-26-2001 01:24 AM
Re: vgdisplay shows status stale of some mirrored extends
Vincent,
there are no indications of HW errors in syslog.
I started the support tools manager (xstm) and found some I/O errors reported for the device.
As I dont't know too much about STM I'll contact technical support now to have this cleared,
thanks
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2001 01:49 AM
06-26-2001 01:49 AM
Re: vgdisplay shows status stale of some mirrored extends
You may be having H/W problem for the stale state. You may use pvdisplay -v to check which disks has got the statle extends, then use dd command to check whether you have any read problems for that disks(dd if=/dev/dsk/c?t?d? of=/dev/null bs=8192k) rgds,