- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- available/stale?
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
04-07-2003 08:49 AM
04-07-2003 08:49 AM
I got following message, when I run vgdisplay on:
LV Name /dev/vg02/lvol2
LV Status available/stale
same message on lvol3.
However, I don't have any problem to access lvol2. What causes stale problem, and how to remove the message?
Thanks,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:55 AM
04-07-2003 08:55 AM
Re: available/stale?
Do a:
# vgdisplay -v /dev/vg02
At the very bottom where it lists the disk, see if one of the disks is unavailable. If it is then you will need to get the disk replaced, make it part of the VG again and resync your mirrors. Once the mirrors have been re-synced, you will see the status as "available/syncd".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:57 AM
04-07-2003 08:57 AM
Re: available/stale?
Do an 'lvdisplay -v /dev/vg02/lvol2' and you'll see all the LEs for that logical volume. You should be able to see which ones are stale. If you aren't having any disk problems, you can just do a 'vgsync vg02' and that should resync things. I'd check into any possible problems, though. Having stale extents can be a sign of trouble. Maybe you are having some SCSI issues with a PV, such as the drive is starting to go bad, or maybe a cabling issue?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 08:58 AM
04-07-2003 08:58 AM
Re: available/stale?
LV Status is stale when "Logical volume is available but contains physical extents that are not current".
- ramd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:02 AM
04-07-2003 09:02 AM
Re: available/stale?
This indicates that you have a mirrord logical volume which is operating *as intended*. That is, you are able to read and write data even though you have lost (temporarily or "permanently" the ability to access all or part of one of the mirrors).
It is possible that one of the physical disk to which the logical volume's extents map, has failed or is failing.
Try resynchronizing the logical volume and/or the whole volume group:
# lvsync /dev/vg02/lvol2
# vgsync /dev/vg02
Since you see stale extents on lvol3, too, I'd try resynchronization at the volume group level.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:11 AM
04-07-2003 09:11 AM
Solutionvgdisplay -v | more
ioscan -fnkC disk (* for HW address *)
-or-
lssf /dev/rdsk/cXtYdZ
Then test the disk.
dd if=/dev/dsk/cXtYdZ of=/dev/null count=1000000
control c (* to break *)
Note: You need the count=1000000 to get past the cache.
Also check STM for I/O errors. You'll need the HW address now.
STM > TOOLS > UTILITY > RUN > LOGTOOL > FILE > VIEW > RAW SUMMARY.
Note the first and last dates of transactions and calculate the difference. If the difference is short, like 4 hours, then this is important to note. Now read down the report of hardware addresses and observe the integer numbers in parenthesis. Anything over 150 in this 4 hour period should be called into HP for replacement.
Finally, a lot of people don't mirror their swap and this is a mistake for there is no "...swapoff..." command. Swap is reduced by commenting out its entry in /etc/fstab and rebooting. In this case if you lose a disk that has swap on it the system will panic and reboot itself.
Consequently, get your backups in order especially your make_tape_recovery tapes. Take a couple.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 09:48 AM
04-07-2003 09:48 AM
Re: available/stale?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 10:00 AM
04-07-2003 10:00 AM
Re: available/stale?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 11:44 AM
04-07-2003 11:44 AM
Re: available/stale?
dd if=/dev/dsk/cXtYdZ of=/dev/null count=1000000
control c (* after a count of 6 or so. *)
If the prompt doesn't return it???s a bad disk.
Also use the STM > LOGTOOL procedure.
Just read the above posting carefully and execute.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2003 11:48 AM
04-07-2003 11:48 AM
Re: available/stale?
Try
strings /etc/lvmtab
and note the disks under the vg02 entry.
-or-
vgcfgrestore -f /dev/lvmconfg/vg02.conf -l
This will also work
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2003 05:57 AM
04-08-2003 05:57 AM
Re: available/stale?
We found one of disk in Jamica enclosure had problem to acces, and we replaced it. However, strangely I can not find the disk drive in xstm window. The HW is 8/4.3.0(c1t3d0), I can find it in the result of ioscan -fnC disk, but not in xstm window?