- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mirroring 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-18-2002 09:49 AM
12-18-2002 09:49 AM
will lvdisplay show this?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 09:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 09:53 AM
12-18-2002 09:53 AM
Re: mirroring issue
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2002 09:59 AM
12-18-2002 09:59 AM
Re: mirroring issue
lvdisplay -v /dev/vg00/lvol*|grep "stale"
If all is well, this won't return anything; otherwise you'll see the partitions that have gone stale. If you have any, look through the syslog for any disk and/or IO related errors.
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2002 01:43 AM
12-19-2002 01:43 AM
Re: mirroring issue
Run:
if [ -f /etc/lvmtab ] then boot=`lvlnboot -v 2>&1 | awk '/Boot Disk/ {print $1} '` else boot=`mount | awk '/^\/ / { print $3 }'` fi for i in $boot do boot2=`echo $i|sed "s/s[0-9].*/s6/p"|sed "s/dsk/rdsk/p"|grep rdsk` echo "\n" diskinfo $boot2 | fold echo "\n--- LIF contents of $i ---\n" lifls -l $i echo "\n--- LIF AUTO boot string of $i ---\n" lifcp $i:AUTO - echo "\n" done
The output should contain '--- LIF AUTO boot string of