Symptom
The following syslog messages may be seen on an 8000 router
RP/0/RP0/CPU0:Feb 8 14:42:33.120 UTC: processmgr[51]: type6_server(1) (jid
210) (pid 19759) (fail_count 249) abnormally terminated, restart scheduled
RP/0/RP0/CPU0:Feb 8 14:42:33.120 UTC: processmgr[51]: %OS-SYSMGR-3-ERROR :
type6_server(1) (jid 210) exited, will be respawned with a delay (slow-
restart)
RP/0/RP0/CPU0:Feb 8 14:42:33.120 UTC: processmgr[51]: %OS-SYSMGR-3-ERROR :
type6_server(210) (fail count 249) will be respawned in 120 seconds
RP/0/RP0/CPU0:Feb 8 14:42:33.120 UTC: processmgr[51]: %OS-SYSMGR-7-DEBUG :
type6_server(1) (jid 210) did not signal end of initialization
Conditions
This may be seen on the Cisco 8000 router running 7.3.x SW versions
Workaround
1) execute a process shutdown of the tamsvcs_tamm process on the RP
process shutdown tamsvcs_tamm location 0/RP0/CPU0
2) drop into the Linux shell and execute following commands
run
ps -ef | grep tamsvcs
rm -rf /misc/config/SWTAmRoot
exit
3) exit the Linux shell and restart the tamsvcs_tamm process on the RP
process start tamsvcs_tamm location 0/RP0/CPU0
Further Problem Description
Note: if these error messages are seen on the line card, then the same steps should be followed after attaching to the line card.
1) shutdown the tamsvcs_tamm process on the LC
process shutdown tamsvcs_tamm location 0/0/cpu0
2)drop into the Linux shell and execute following commands
attach location 0/0/cpu0
ps -ef | grep tamsvcs
rm -rf /misc/config/SWTAmRoot
exit
3) exit the Linux shell and restart the tamsvcs_tamm process on the LC
process start tamsvcs_tamm location 0/0/cpu0