- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- 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
01-30-2002 02:12 AM
01-30-2002 02:12 AM
Mirroring
Yesterday the root disk was mirrored using MirrorDisk on one of the DR boxes. Now when you do a bdf it shows:
Filesystem kbytes used avail %used Mounted on
/dev/root 143360 26106 109962 19% /
rather than
/dev/vg00/lvol3
Can anyone explain why and if this is going to cause any problems
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 02:18 AM
01-30-2002 02:18 AM
Re: Mirroring
You can fix it by performing the following:
# rm /etc/mnttab
# mount -a
However, because /dev/root when the actual device file /dev/vg00/lvol3 cannt be found, your LVM configuration may not be correct. It can be caused by a mirror'ing mistake.
Verify your boot configuration by performing the following:
# lvlnboot -v
# vgdisplay -v vg00
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 02:20 AM
01-30-2002 02:20 AM
Re: Mirroring
To fix this, do:
# rm /etc/mnttab
# mount -a
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 02:27 AM
01-30-2002 02:27 AM
Re: Mirroring
Any idea where the 'mirroring mistake' may have occurred?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 02:42 AM
01-30-2002 02:42 AM
Re: Mirroring
One way to find yourself with /dev/root in /etc/mnttab is to go into LVM maintenance mode and then reboot.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-30-2002 02:57 AM
01-30-2002 02:57 AM
Re: Mirroring
There's a number or threads about /dev/root in the forums. It'd be worth you time to go to http://search.hp.com/ and search for /dev/root.
Darrell