- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Stale physical extents
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
11-23-2004 03:01 AM
11-23-2004 03:01 AM
Stale physical extents
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 03:04 AM
11-23-2004 03:04 AM
Re: Stale physical extents
Stale physical extents means the extents for the primary / mirror copy are not in sync.
Stale --> Old / not current.
pvdisplay -v /dev/dsk/cxtydz |grep -i stale |more
This will all the stale extents on the physical disk.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-23-2004 03:06 AM
11-23-2004 03:06 AM
Re: Stale physical extents
If a disk has failed, you'll need to replace it.
Once thats done you can break the mirror with lvsplit and then rebuild it with lvextend -m 1 /dev/vg01/lvolname /dev/dsk/c1t1d0
Use a real logical volume name and a real disk.
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
11-23-2004 06:28 AM
11-23-2004 06:28 AM
Re: Stale physical extents
YOu may also find stale extents on unmirrored PVs in case if there are any issues with the disks associated with them. Basically the extent that is not accessible by LVM will be marked as stale.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-24-2004 12:12 AM
11-24-2004 12:12 AM
Re: Stale physical extents
As rightly said by steven lvsplit and lvextend should do the trick.
Stale extent could be an extent without reference or bad extent.
Well it is better to confirm the disk with stale extent for any physical problem. Use dd command to do the same,
# dd if=
This will try reading the entire disk without harming the data inside and gives error for any bad blocks.
Hope that helps.
Regards,