Operating System - HP-UX
1752591 Members
3175 Online
108788 Solutions
New Discussion

route: socket: Host is down , set ndd parameter

 
subodhbagade
Regular Advisor

route: socket: Host is down , set ndd parameter

 

Hello Experts , 

 

Need your valuable inputs,

 

I have HP-UX 11iv3 running on RX6600 , facing some NFS issue , NFS FS gets hanged at server

Due to NFS issue multiple production client system gets impacted we able unmount on 11.31 forcefully but not able to unmount NFS on 11.11 ?  umount -f does not work

 

So we rebooted this NFS server to get rid of NFS issues but it get stuck at nfs.core during system startup so rebooted system into single user mode changed the nfs_core , ngs_client ,, nfs_server to 0 and able to boot .

But now it is not coming up on network 

 

sockfd error: : Host is down
ERROR: Failed to set ndd tunable parameters
ERROR: lan1 interface: ifconfig: socket: Host is down
ERROR: lan7 interface: ifconfig: socket: Host is down
ERROR: route: socket: Host is down

 

Also continueously getting pop up 

 

INIT: Command is respawning too rapidly.
Will try again in 5 minutes.
Check for possible errors.
id: ed "/opt/GESedt-acsls/SSI/rc.edt api 1>/dev/null 2>&1"

 

Checked the rc.log  ,getting below error 

 

Configure Loopback interfaces (lo0)
Output from "/sbin/rc2.d/S008net.init start":
----------------------------
Boot time cleanup of /etc/ifconfig.muxids completed.
fopen: No such file or directory
/usr/bin/autopush: Can't open file: -
Errno 2: No such file or directory
ERROR: lo0 interface: ifconfig: socket: Host is down
sockfd error: : Host is down
ERROR: Failed to set ndd tunable parameters
ERROR: lo0 interface: ifconfig: IPv6 software has not been installed
"/sbin/rc2.d/S008net.init start" FAILED


Start IP Security (IPSec)
Output from "/sbin/rc2.d/S011ipsec start":
----------------------------
IPSEC_ADMIN: ALERT-UDP socket open error, errno: 241.


ERROR: Failed to set ndd tunable parameters

/sbin/rc2.d/S590Rpcd start" FAILED
PGS14200: RECEIVED ERROR NUMBER 241 WHILE CREATING THE INTERNAL SOCKET.
"/sbin/rc2.d/S870swagentd start" FAILED

 

 

#ndd -get  /dev/tcp ? |grep rex

No o/p 

 

I have other system it shows 

 

#ndd -get  /dev/tcp ? |grep rex

tcp_rexmit_interval_max (read and write)
tcp_rexmit_interval_min (read and write)
tcp_rexmit_interval_initial (read and write)
tcp_rexmit_interval_initial_lnp(read and write)

 

How to bring it on network ? Production is highly impacted 

Thanks in advance 

 

--SVB