- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- problems with / file system
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-24-2006 06:03 AM
07-24-2006 06:03 AM
problems with / file system
I have a rp7400 with HP-UX 11.11 when I did a bdf command a can see that the / file system is mount in /dev/root.
In the /etc/fstab file is the following line:
/dev/vg00/lvol3 / vxfs delaylog 0 1
Are any people for help me?
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:06 AM
07-24-2006 06:06 AM
Re: problems with / file system
# mv /etc/mnttab /etc/mnttab.bad
# mountall
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:07 AM
07-24-2006 06:07 AM
Re: problems with / file system
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:10 AM
07-24-2006 06:10 AM
Re: problems with / file system
If you have a chance, reboot it and let it come up without any interruptions on the boot time (10 second delay point that is, just do not touch anything and let it go). If the setup does not change, your autoboot sequence might have been changed and you may need to reset it.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 06:57 AM
07-24-2006 06:57 AM
Re: problems with / file system
I rebooted the server and I went to the single user mode, so I moved the /etc/mnttab to mnttab.prev and mount all again. The problem was there.
I checked the /dev/vg00 and the volumen Lvol3 is not there.
crw-r----- 1 root sys 64 0x000000 May 15 2002 group
brw-r----- 1 root sys 64 0x000001 Jul 13 09:56 lvol1
brw-r----- 1 root sys 64 0x000002 May 15 2002 lvol2
brw-r----- 1 root sys 64 0x000004 May 15 2002 lvol4
brw-r----- 1 root sys 64 0x000005 May 15 2002 lvol5
brw-r----- 1 root sys 64 0x000006 May 15 2002 lvol6
brw-r----- 1 root sys 64 0x000007 May 15 2002 lvol7
brw-r----- 1 root sys 64 0x000008 May 15 2002 lvol8
Can I recreate the lvol3 in the vg00 wihtout loss of data?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2006 08:33 AM
07-24-2006 08:33 AM
Re: problems with / file system
UNIX because I majored in cryptology...