- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ROOT DISK STALE EXTENT ISSUE
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
12-21-2006 08:49 PM
12-21-2006 08:49 PM
ROOT DISK STALE EXTENT ISSUE
00848 /dev/dsk/c0t6d0 00867 current /dev/dsk/c4t6d0 02734 stale
I have swapped out the root disk c4t6d0 and tried rebuilding it but the same stale extent was present which is strange.
We had an engineer out before who said that this could be a false error and we should swap out the primary root disk instead.
I just wanted to check if this was true as I guess that if it is then in fact the disk I have replaced c4t6d0 is now identical to the corrupt c0t6d0 and I need to put it back in quick?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 11:01 PM
12-21-2006 11:01 PM
Re: ROOT DISK STALE EXTENT ISSUE
regards,
ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-21-2006 11:27 PM
12-21-2006 11:27 PM
Re: ROOT DISK STALE EXTENT ISSUE
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2006 12:50 AM
12-22-2006 12:50 AM
Re: ROOT DISK STALE EXTENT ISSUE
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-25-2006 03:11 PM
12-25-2006 03:11 PM
Re: ROOT DISK STALE EXTENT ISSUE
Yup, the possibility that other disk (c0t6d0) having a problem is there. You need to check both disk by using 'dd' command :
# dd if=/dev/rdsk/c0t6d0 of=/dev/null bs=1024k
# dd if=/dev/rdsk/c4t6d0 of=/dev/null bs=1024k
If you saw the I/O error, that's the disk that you should replace.
Hope this information can help.
Cheers,
AW