- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- /dev/vg00/lvol3 vs /dev/root
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
07-11-2002 01:28 AM
07-11-2002 01:28 AM
I just encounter a strange problem that when I use bdf to check the filesystem structure of my machine.....I found that the root filesystem is mounted to /dev/root. While a different result was shown (/dev/vg00/lvol3) when I use SAM. I've check against the /etc/fstab file and found that the logical volume for root filesystem should be /dev/vg00/lvol3 but not /dev/root.
Now I encounter a problem when I use Ignite backup to take golden image for my system. The backup couldn't be restore because it cannot recognise the different volume name !!
Any idea? Appreciated if you can give me information to solve this problem.
Many thanks,
Chris
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 01:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 01:32 AM
07-11-2002 01:32 AM
Re: /dev/vg00/lvol3 vs /dev/root
To repair this do:
# mv /etc/mnttab /etc/mnttab.old
# mount -a
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 01:39 AM
07-11-2002 01:39 AM
Re: /dev/vg00/lvol3 vs /dev/root
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x25337b8d1de3d5118ff40090279cd0f9,00.html
rename your mnttab file and reread your /etc/fstab by doing a mount -a.
Re-run your ignite process after this.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 02:11 AM
07-11-2002 02:11 AM
Re: /dev/vg00/lvol3 vs /dev/root
Cheers,
Chris,