- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IP/TCP Parameters Via NDD
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
07-08-2008 06:25 AM
07-08-2008 06:25 AM
Starting sendmail [ OK ] Starting sm-client [ OK ]
Output from "/sbin/rc2.d/S540sendmail start":
----------------------------
/sbin/rc2.d/S540sendmail[115]: ip_forward_src_routed: not found.
/sbin/rc2.d/S540sendmail[115]: ip_respond_to_echo_broadcast: not found.
/sbin/rc2.d/S540sendmail[115]: tcp_isn_passphrase: not found.
Starting sendmail : send only [ OK ]
Starting sm-client : send only [FAILED]
ndd -get /dev/ip ip_forward_src_routed
0
ndd -get /dev/ip ip_respond_to_echo_broadcast
0
ndd -get /dev/tcp tcp_isn_passphrase 1
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 06:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 07:03 AM
07-08-2008 07:03 AM
Re: IP/TCP Parameters Via NDD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 09:12 AM
07-08-2008 09:12 AM
Re: IP/TCP Parameters Via NDD
ll /sbin/rc2.d/S540sendmail
See if it is linked to the right file, it should be pointing to /sbin/init.d/sendmail. Also what is in line 115 of the actual file that S540sendmail is pointing to. Something is either overwritten or wrongly edited there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 10:21 AM
07-08-2008 10:21 AM
Re: IP/TCP Parameters Via NDD
114 if [ -f /etc/rc.config ] ; then
115 . /etc/rc.config
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 10:28 AM
07-08-2008 10:28 AM
Re: IP/TCP Parameters Via NDD
Check in /etc/rc.config.d if there are any additional files in it that should not be there, such as backup file of nddconf or any other file. This is what mobidyc hinted earlier.
A syntax error in any of the files in /etc/rc.config.d will throw this kind of error. Look for the recently modified files as suspects as well. If nothing obvius, you can source all the files in /etc/rc.config.d, one by one or in a loop to find out where the error is.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-08-2008 11:24 AM
07-08-2008 11:24 AM
Re: IP/TCP Parameters Via NDD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2008 03:13 AM
07-09-2008 03:13 AM
Re: IP/TCP Parameters Via NDD
P.S. What is the rule about rc.config.d? I know I read it somewhere about having only certain files there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2008 04:05 AM
07-09-2008 04:05 AM
Re: IP/TCP Parameters Via NDD
And if there are syntax errors in nddconf.org processing may stop altogether and the booting process of the server may be affected. That is if the sourcing of /etc/rc.config.d files is stopped let's say at nddconf, the startup scripts that depend on files after nddconf, might not execute properly.
So the rules are, 1) when you edit files in /etc/rc.config.d be very careful that you don't make any syntax errors 2) do not leave any backup copies of files in this folder and 3) do not place any new files in this folder that are not needed by a startup script in /sbin/init.d.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2008 10:13 AM
07-09-2008 10:13 AM
Re: IP/TCP Parameters Via NDD
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2008 10:15 AM
07-09-2008 10:15 AM