- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: NFS donnt start while booting
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-28-2004 01:17 AM
10-28-2004 01:17 AM
NFS donnt start while booting
its a HP-UX 11.0
problem is that i cannt log into CDE.
I can see that NFS donnt startup so i thought that there could be a connection
peter / siemens denmark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 01:21 AM
10-28-2004 01:21 AM
Re: NFS donnt start while booting
/etc/rc.config.d/nfsconf
I believe NFS_START shall be set equal to 1.
Check all relevant things here. It will resolve problem.
For now make them 1 and start from /sbin/init.d/nfs start.
Hope this helps.
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 01:24 AM
10-28-2004 01:24 AM
Re: NFS donnt start while booting
for client
NFS_CLIENT=1.
Thanks
Prashant
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2004 01:38 AM
10-28-2004 01:38 AM
Re: NFS donnt start while booting
NFS should not effect your ability to log on via cde unless the boot hangs.
ctrl-shift-\ on the console should get the boot process to move to the next step.
Useful errors should be in /var/adm/syslog/syslog.log and/or /etc/rc.log
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
10-28-2004 05:44 AM
10-28-2004 05:44 AM
Re: NFS donnt start while booting
in the /etc/rc.config.d/netconf file
on two identicial workstation ( the one is fully working ) there is a differense in file
LANCONFIG_ARGS[0]=ETHER
ROUTEMASK[0]=""
This on the not working box ( CDE not starting )
peter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2004 03:23 AM
11-25-2004 03:23 AM
Re: NFS donnt start while booting
- take the command line login
- what result gives "nslookup" on the hostname?
- edit /etc/nsswitch.conf and /etc/resolv.conf to get name resolving work
NFS, too, has trouble to start, when name resolving doesn't work properly. This is a further indication to this sort of problem.
Hope this helps.