- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- system showing two root file systems
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
10-31-2007 03:22 AM
10-31-2007 03:22 AM
Filesystem kbytes used avail %used Mounted on
/dev/root 409600 244515 155962 61% /
and
#strings /etc/fstab
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
"Please guide me which one is my root file system."
Please Reply me ASAP.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 03:25 AM
10-31-2007 03:25 AM
Re: system showing two root file systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 03:26 AM
10-31-2007 03:26 AM
Solution/dev/root sometimes shows up if any work has been done in LVM maintenance mode.
The basic fix is:
# mv /etc/mnttab /etc/mnttab.old
# mount -a
Now do a 'bdf' and see if the "/" filesystem shows up correctly.
If that doesn't work have a look at this document in the HP Tech Knowledge base:
Submitted Date: Fri Apr 20 23:00:00 MDT 2007
Title: Mirrored Root Volume Group with bdf shows /dev/root mounted on /
Document ID: emr_na-c01027831-2
Last Modified Date: Tue May 29 23:00:00 MDT 2007
http://www2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en&docId=emr_na-c01027831-2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 03:36 AM
10-31-2007 03:36 AM
Re: system showing two root file systems
As mentioned by the previous replier, the most likely reason will be that you have booted in maintanence mode. In this case
you don't have to worry much (unless there
was some other reason to boot -lm mode )
you can reboot the server in normal mode and
the bdf will show /dev/vg00/lvol1 as /.
check what runlevel you are currently.
# who -r [[ if it is > 2 then you are not in maintanence mode and this will not apply ]]
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 04:55 AM
10-31-2007 04:55 AM
Re: system showing two root file systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 08:50 PM
10-31-2007 08:50 PM
Re: system showing two root file systems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2007 12:34 AM
11-05-2007 12:34 AM