HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unable to boot due to failure to mount
Operating System - HP-UX
1835195
Members
2590
Online
110077
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
02-25-2000 01:30 PM
02-25-2000 01:30 PM
unable to boot due to failure to mount
After incorrectly changing the mounting directory of a secondary harddrive in
/etc/fstab and doing a shutdown the HP-715/50 I am using, the system is unable
to boot completely. After it reports loading of the partitions as failing
(along with most other options that it runs through) it cycles through a 5
minute retry cycle with a 'INIT: command is responding." How can I boot this
machine so that I can corrent my mount error in fstab? Also, keep in mind that
I have just begun to use HP-UX recently (thus the dumb mistakes).
Brett Gengler
/etc/fstab and doing a shutdown the HP-715/50 I am using, the system is unable
to boot completely. After it reports loading of the partitions as failing
(along with most other options that it runs through) it cycles through a 5
minute retry cycle with a 'INIT: command is responding." How can I boot this
machine so that I can corrent my mount error in fstab? Also, keep in mind that
I have just begun to use HP-UX recently (thus the dumb mistakes).
Brett Gengler
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2000 10:35 PM
02-27-2000 10:35 PM
Re: unable to boot due to failure to mount
Interrupt your system when it is starting up and interact with IPL. Tpye hpux
-is and this should provide you with a basic operating environment.
You will have to know what lvols belong as what filesystems.
Try this, the filesystem layout was from a machine installed from CD. I have
seen filesystem layout that differs from this.
cp /etc/fstab /etc/fstab.old
echo /dev/vg00/lvol3 / hfs defaults 0 1>/etc/fstab
echo /dev/vg00/lvol1 /stand hfs defaults 0 1>>/etc/fstab
echo /dev/vg00/lvol4 /home hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /opt hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /tmp hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /usr hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /var hfs defaults 0 2>>/etc/fstab
You may need to change the filesystem type from hfs to vxfs depending on your
configuration.
You should also verify the following:
lvlnboot -v
This should show
/dev/vg00/lvol1 boot
/dev/vg00/lvol2 dump
/dev/vg00/lvol2 swap
/dev/vg00/lvol3 root
You should be reaaly carefull when reworking this machine.
I would now reboot the system and let it start up naturally as see how it goes.
-is and this should provide you with a basic operating environment.
You will have to know what lvols belong as what filesystems.
Try this, the filesystem layout was from a machine installed from CD. I have
seen filesystem layout that differs from this.
cp /etc/fstab /etc/fstab.old
echo /dev/vg00/lvol3 / hfs defaults 0 1>/etc/fstab
echo /dev/vg00/lvol1 /stand hfs defaults 0 1>>/etc/fstab
echo /dev/vg00/lvol4 /home hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /opt hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /tmp hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /usr hfs defaults 0 2>>/etc/fstab
echo /dev/vg00/lvol3 /var hfs defaults 0 2>>/etc/fstab
You may need to change the filesystem type from hfs to vxfs depending on your
configuration.
You should also verify the following:
lvlnboot -v
This should show
/dev/vg00/lvol1 boot
/dev/vg00/lvol2 dump
/dev/vg00/lvol2 swap
/dev/vg00/lvol3 root
You should be reaaly carefull when reworking this machine.
I would now reboot the system and let it start up naturally as see how it goes.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP