dongyang2637 发表于 2019-1-17 17:38:56

ACS报错INIT: Id ”S0” respawning too fast:disabled for 5 minutes

处理错误1、INIT: Id ”S0” respawning too fast:disabled for 5 minutes安装完成后可能会报错,是因为启动进程中有一项把所有信息发送到串口,而安装在虚拟机中没有console口,故把这一项屏蔽可以解决此问题。2、HTTP服务无法启动    HTTP服务无法启动和这个问题无关。       由于单用户模式被加密,所以要用系统光盘引导进入拯救模式             1.使用光盘引导,本例使用CentOS6.7             2.选择“Rescue installed system”拯救已安装系统             3.选择语言、键盘,默认即可;不启用网络;看到提示选继续;             4.提示原有系统被自动挂载到/mnt/sysimage,选择”shell“进入命令行             5. vi /mnt/sysimage/etc/inittab,删掉/注释掉“S0:2345:respawn:/sbin/agettyttyS0 9600 vt100-nav”                      6.vi /mnt/sysimage/boot/grub/grub.conf,删掉/注释password和hiddenmenu所在行(顺便去除单用户模式加密)             7.保存,输入reboot重启             HTTP is nonresponsive             按照思科文档CSCta49062,建议等一会             HTTP is nonresponsive when ACS starts.                  Symptom: When ACS starts up, the show application status acs commandmight display the management running (HTTP nonresponsive) status.                  Conditions: This issue occurs when you start ACS. It also happens whenyou enter the acs start command and follow it up with the show applicationstatus acs command.                  Workaround: Wait for ACS to start completely and then re-enter thiscommand.                如果等得太久还是这样,可以尝试先关闭服务acs stop,再重启服务acs start。
页: [1]
查看完整版本: ACS报错INIT: Id ”S0” respawning too fast:disabled for 5 minutes