- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ypclient startup fail when 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
04-27-2004 09:53 PM
04-27-2004 09:53 PM
I have a xw4100 with RH7.3 installed.
ypclient start up fail when booting ,but after system is ready, I can start it up (# ypbind) manually and works fine.
Any suggestion?
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2004 10:05 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 12:33 AM
04-28-2004 12:33 AM
Re: ypclient startup fail when booting
Which error does it return?
Is portmap ok?
Is nis server listed in /etc/hosts?
Is nis started after network setup?
Please, post errors.
Peace, R.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2004 04:00 AM
04-28-2004 04:00 AM
Re: ypclient startup fail when booting
At the command prompt as root:
env > /tmp/regenv.txt
In the startup script
env > /tmp/startenv.txt
boot the box
log on as root
cd /tmp
diff regenv.txt startenv.txt
Modify the startup script until all environment variables are consistent.
Then it will probably start.
I know its a lot of work, and probably won't earn me a rabbit, but sometimes you just have to do it the hard way.
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
05-13-2004 03:52 PM
05-13-2004 03:52 PM
Re: ypclient startup fail when booting
the error message is something like " can not connect with NIS server, timeout"
the hostname of NIS server is already in /etc/hosts.
I found that there's 2 way to make it work.
1. rename to a bigger number S90 as Alexander said.
or
2. add an entry in script
sleep 20
so it probebly network problem.
Next time I'll try the "hard way"
Thanks All
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-13-2004 04:01 PM
05-13-2004 04:01 PM
Re: ypclient startup fail when booting
the error message is something like " can not connect with NIS server, timeout"
the hostname of NIS server is already in /etc/hosts.
I found that there's 2 way to make it work.
1. rename to a bigger number S90 as Alexander said.
or
2. add an entry in script
sleep 20
so it probebly network problem.
Next time I'll try the "hard way"
Thanks a lot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2004 08:09 AM
08-27-2004 08:09 AM
Re: ypclient startup fail when booting
using NIS server IP instead of server hostname