- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- / on /dev/root instead of /dev/vg00/lvol3
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
05-02-2003 04:26 AM
05-02-2003 04:26 AM
We 7 systems, all identical for the most part. All but one have / mounted on /dev/vg00/lvol3. All 7 have "/dev/vg00/lvol3 / vxfs delaylog 0 1" as the first line in /etc/fstab. Yet one mounts / on /dev/root. Can anyone enlightend a beginner as to what governs this mount other than /etc/fstab?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 04:30 AM
05-02-2003 04:30 AM
Re: / on /dev/root instead of /dev/vg00/lvol3
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 04:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 04:38 AM
05-02-2003 04:38 AM
Re: / on /dev/root instead of /dev/vg00/lvol3
pete is rigth , when you boot to maintence mode your volume group is not active so the system create the /dev/root for the lvol3 .
do a reboot to your system and this need to solve your problem .
if a reboot will not solve this issue you can boot to maintence mode again do a vgexport to /dev/root and then vgimport to the /dev/vg00
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 04:39 AM
05-02-2003 04:39 AM
Re: / on /dev/root instead of /dev/vg00/lvol3
Hi,
could you check /etc/passwd file. shell for root user should be sh (/sbin/sh)
#init 3
or
#reboot
command should solve this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 05:13 AM
05-02-2003 05:13 AM
Re: / on /dev/root instead of /dev/vg00/lvol3
I can see the same thing every day on a 10.20 machine. The machine has been booted many times since "something happend" that caused /dev/root to appear. I was not present when ???something happened??? and the story has probably got a little extra colour every time it has been told ??? the short version: a person, who apparently did not know where he was, started a mass-deletion of files on the machine in question. As the deletion lasted a bit longer than expected, he became aware of his mistake and stopped the deletion. It has never been quite clear how much had been deleted, but he replaced many files in /var and /etc by copying them from a similar machine. Strangely enough, the machine could reboot successfully afterwards.
But keeping that in mind, I think that the occurrance of /dev/root does not signify a very healthy system. Check also Bill Hassel's answer in this thread:
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x25337b8d1de3d5118ff40090279cd0f9,00.html
I must admit that I have not tried any of the solutions suggested in the thread.
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 05:15 AM
05-02-2003 05:15 AM
Re: / on /dev/root instead of /dev/vg00/lvol3
Pete and eran, now I have to dive into LVM maintenance mode and see what that's about. How to use it and how to get out of it.
Keely, recreating mnttab worked while interactive.
I rebooted and it stuck.
Thanks all.
Daniel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 05:27 AM
05-02-2003 05:27 AM
Re: / on /dev/root instead of /dev/vg00/lvol3
deleting /etc/lvmtab is foolishness. mount -a will look into this file to check for the devices which are all belongs to the vg's.
Now the solution is to get into single user mode
. mount the file systems manually
(i.e /sbin/mount /dev/vg00/lvolx /
. lvlnboot -v
. vgscan -a -v
. reboot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2003 07:16 AM
05-02-2003 07:16 AM
Re: / on /dev/root instead of /dev/vg00/lvol3
HTH
Marty