Operating System - HP-UX
1826062 Members
3978 Online
109690 Solutions
New Discussion

rc execution freeze on rx2660 with hpux 1123

 
Ohata
Occasional Advisor

rc execution freeze on rx2660 with hpux 1123

Hi guys,

I have rx2660 with hpux1123.
After shutdown -ry from terminal window, server was shutdowned properly and also kernel was loaded from primary boot path,but rc execution freezed and no completion message was recorded in syslog.log
The last message of rc.log was not same.
sometime there was no rc.log recorded, othertime rc.log show
Output from "/sbin/rc2.d/S700xf86 start":
and freeze.

Even above, I can login to server through MP "co" command.

What is possible cause ?

attached:
syslog.log_OK .. normal startup
syslog.log_NG .. bad startup
rc.log_NG .. bad startup
2 REPLIES 2
TTr
Honored Contributor

Re: rc execution freeze on rx2660 with hpux 1123

> I can login to server through MP "co" command
When you are in MP, check the hardware logs (SL) and look for errors. Also run the XD command for diagnostics.
Ohata
Occasional Advisor

Re: rc execution freeze on rx2660 with hpux 1123

The problem was solved.

It is due to the tcp keepalive setting of Terminal emulator software.
When term is connected through MP "co" command,
terminal emulator acts as telnet client and send tcp keepalive packet,thus this packet data is sent to control terminal which is executing rc script and freeze the script.

To disable tcp keepalive, rc execution is not
disturbed.

thank you,