- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I/O error while mirroring
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-23-2003 03:12 PM
06-23-2003 03:12 PM
I/O error while mirroring
I'm running into a problem mirroring a lvol. When I run the lvextend, I get an I/O error a couple of minutes in the sync porcess.
Thanks for any help on this.
Bill D
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 03:24 PM
06-23-2003 03:24 PM
Re: I/O error while mirroring
Find out the dev's of the disks in that volume group...and do a non-destructive dd from them to /dev/null
dd if=/dev/rdsk/cxxxxxx of=/dev/null bs=1024k
If any of them fail - then you have a bad disk...
Before doing the above, do:
What is the exact command you are doing for lvextend? What is the ouput of vgdisplay /dev/vgxx of the volume group?
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 03:24 PM
06-23-2003 03:24 PM
Re: I/O error while mirroring
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-23-2003 04:41 PM
06-23-2003 04:41 PM
Re: I/O error while mirroring
lvdisplay -v /dev/vg00/lvolname | more
replace vg00 with actual volume group lvolname with actaual logical volume name.
That will give you the status of the mirror. It might have gotten done before the error.
Probably not.
dmesg
vi /var/adm/syslog/syslog.log to look for error messages.
You can use cstm mstm or in X Windows xstm to try and find a bad disk. Bet you will find something wrong somewhere.
Good Luck,
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
06-23-2003 07:27 PM
06-23-2003 07:27 PM
Re: I/O error while mirroring
is the right place to start.
REvert with messages
Thanks