- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- rc instead rcp now startup errors
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-11-2003 12:29 AM
04-11-2003 12:29 AM
rc instead rcp now startup errors
file Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
----------------------------
/sbin/rc2.d/S340net[118]: If: not found.
Start name server daemon
Output from "/sbin/rc2.d/S370named start":
----------------------------
/sbin/rc2.d/S370named[48]: If: not found.
"/sbin/rc2.d/S370named start" SKIPPED
on many of the files. I have checked the file dates in /sbin/init.d and none show a modified date that coincides with me running this command.
/etc/rc.config or /sbin/rc.utils + /etc.inittab have no mod date on them
What am I missing?
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 01:19 AM
04-11-2003 01:19 AM
Re: rc instead rcp now startup errors
I'm not so sure that your problem is related to your bad typing. I would rather suspect a typo in /etc/rc.config.d files. Try :
grep "If" /etc/rc.conf.d/*
and look at the file.
Regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 01:42 AM
04-11-2003 01:42 AM
Re: rc instead rcp now startup errors
Anyway decided to rebuild the server!
Thanks for your help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 03:36 AM
04-11-2003 03:36 AM
Re: rc instead rcp now startup errors
Reinstalled the server. Loaded the HWE1100 patches, rebooted and guess what.....
rc.log errors -exactly as before
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2003 05:17 AM
04-11-2003 05:17 AM
Re: rc instead rcp now startup errors
cat /etc/rc.config.d/* | sort -n | more
-or-
ls -lart /etc/rc.config.d/*
Boot into single user and come up one level at a time.
'sh -x /ec/rc.config'
-and-
init 1,2,3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 12:31 AM
04-14-2003 12:31 AM
Re: rc instead rcp now startup errors
have you looked at 'rc'? man rc
Check your /sbin compare with my 'll' at the attached file.
Volkmar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2003 12:37 AM
04-14-2003 12:37 AM
Re: rc instead rcp now startup errors
Have you tried this?
sh -x /sbin/rc2.d/S370named start
It might show you just what the script is choking on. Also, since it is happening in many scripts, I would suspect the /etc/rc.config file which gets sourced into nearly all of those scripts. I'd suggest trying this also:
sh -x /etc/rc.config
Can you post your rc.config file?
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-16-2003 02:45 AM
04-16-2003 02:45 AM
Re: rc instead rcp now startup errors
...
> /sbin/rc2.d/S370named[48]: If: not found.
What is on these lines, i.e. on line 118 of S340net and on line 48 of S370named?