« Back to Technical Questions

What happend with "pending_unknown" state ?

Combination View Flat View Tree View
My AXP app show "pending_unknown" with "show app state" command.
And after AXP OS booted up, this state coninue about 8 minutes.
 
What happend on AXP or my app environment ?
 
I use AXP reference OS CentOS 5.2.
 
On http://cisco.com web search, "pending_unknown" keyword does not hit any pages.

My AXP app show "pending_unknown" with "show app state" command.
And after AXP OS booted up, this state coninue about 8 minutes.
 
What happend on AXP or my app environment ?
 
I use AXP reference OS CentOS 5.2.
 
On http://cisco.com web search, "pending_unknown" keyword does not hit any pages.

 
After some no-needed rc.d/ sciprts are removed, this state is shortend to 1 minutes.
 
no-needed rc.d/ scripts are:
- S10network
- K50netconsole
- K89netplugd
- K89rdisc
 
Thanks.
 

Hi Satoshi,
 
The startup, kill scripts should be placed in /etc/rc.d/rc3.d/ ,  /etc/rc.d/rc6.d/  respecive folders and also make sure that If you application relies on libraries then make sure PATH and LD_LIBRARY_PATH environment variables set to the required libraries.
 
BTW is your application coming to online after 8 minutes
 
 
Thanks,
raghavendra

Hi Satoshi,
 
The startup, kill scripts should be placed in /etc/rc.d/rc3.d/ ,  /etc/rc.d/rc6.d/  respecive folders and also make sure that If you application relies on libraries then make sure PATH and LD_LIBRARY_PATH environment variables set to the required libraries.
 
BTW is your application coming to online after 8 minutes
 
 
Thanks,
raghavendra

 
Thank you advice. Yes my app is coming to online less than 1 minute.
Including AXP OS startup, about 3 minutes are spent for boot up my app.