- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- can not boot
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
12-08-2003 07:29 AM
12-08-2003 07:29 AM
can not boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 07:33 AM
12-08-2003 07:33 AM
Re: can not boot
That will skip NFS part and boot.
Do you have NFS mounts in /etc/fstab? If yes check if those servers are accessible, can you mount manually after boot and after startinf NFS processes?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 07:36 AM
12-08-2003 07:36 AM
Re: can not boot
Do the following,
mountall should mount all the required file systems.
TERM=vt100 (if it doesn't work try vt220 or ansi)
export TERM
I am not sure if your /usr/bin comes from a NFS share.
review /etc/fstab if it contains any NFS mounts.
Post /etc/fstab
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 07:43 AM
12-08-2003 07:43 AM
Re: can not boot
/etc/rc.config.d/netconf
If you have recently made changes check the syntax. Even a misplaced dot once did this to me.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 07:52 AM
12-08-2003 07:52 AM
Re: can not boot
shift-cntl-|
To check the integrity of the netconf config file, type:
. /etc/rc.config.d/netconf
If anything is printed other then a return to the prompt then there is a syntax error )(look for missing quote marks as a common thing) and the file should be modified.
Best regards,
Kent Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-08-2003 07:56 AM
12-08-2003 07:56 AM
Re: can not boot
Also, you can use vi in single user mode. In single user mode, most of the mountpoints are not mounted. Just issue the commands:
mount /var
mount /tmp
mount /usr
and now vi will work just fine.
Bill Hassell, sysadmin