ACS GUI not responding
Application process boot up review:
**# show application status acs**
ACS role: PRIMARY
Process 'database' running
Process 'management' running (HTTP is nonresponsive)
Process 'runtime' running
Process 'ntpd' running
Process 'view-database' Restarting
Process 'view-jobmanager' not monitored
Process 'view-alertmanager' not monitored
Process 'view-collector' initializing
Process 'view-logprocessor' not monitored
**# show application status acs**
ACS role: PRIMARY
Process 'database' running
Process 'management' running (HTTP is nonresponsive)
Process 'runtime' running
Process 'ntpd' running
Process 'view-database' Restarting
Process 'view-jobmanager' not monitored
Process 'view-alertmanager' not monitored
Process 'view-collector' initializing
Process 'view-logprocessor' initializing
**# show application status acs**
ACS role: PRIMARY
Process 'database' running
Process 'management' running (HTTP is nonresponsive)
Process 'runtime' running
Process 'ntpd' running
Process 'view-database' Restarting
Process 'view-jobmanager' initializing
Process 'view-alertmanager' initializing
Process 'view-collector' initializing
Process 'view-logprocessor' initializing
# show application status acs
ACS role: PRIMARY
Process 'database' running
Process 'management' running (HTTP is nonresponsive)
Process 'runtime' running
Process 'ntpd' running
Process 'view-database' Restarting
Process 'view-jobmanager' not monitored
Process 'view-alertmanager' not monitored
Process 'view-collector' initializing
Process 'view-logprocessor' not monitored
**# show application status acs**
ACS role: PRIMARY
Process 'database' running
Process 'management' running (HTTP is nonresponsive)
Process 'runtime' running
Process 'ntpd' running
Process 'view-database' not monitored
Process 'view-jobmanager' not monitored
Process 'view-alertmanager' not monitored
Process 'view-collector' running
Process 'view-logprocessor' not monitoredIn the long run HTTP became responsive but the database process remained “non monitored”. The ACS server was unmanageable but responded well to authentication requests.
How to start individual processes
**# show application status acs**
ACS role: PRIMARY
Process 'database' running
Process 'management' running
Process 'runtime' running
Process 'ntpd' running
Process 'view-database' not monitored
Process 'view-jobmanager' not monitored
Process 'view-alertmanager' not monitored
Process 'view-collector' running
Process 'view-logprocessor' not monitored
**# acs start ?**
adclient Start adclient
database Start database
management Start management
runtime Start runtime
view-alertmanager Start view-alertmanager
view-collector Start view-collector
view-database Start view-database
view-jobmanager Start view-jobmanager
view-logprocessor Start view-logprocessor
<cr> Carriage return.
**# acs start view-logprocessor**
Starting view-logprocessor
**# show application status acs**
ACS role: PRIMARY
Process 'database' running
Process 'management' running
Process 'runtime' running
Process 'ntpd' running
Process 'view-database' not monitored
Process 'view-jobmanager' not monitored
Process 'view-alertmanager' not monitored
Process 'view-collector' running
Process 'view-logprocessor' runningI was not able to start the database process this way. It was stuck in “not monitored” state.
Checked the logs:
**#show logging application MonitoringAndReportingDatabase.log | b ERROR**E. 08/27 03:27:25. *** ERROR *** Assertion failed: 201129 (12.0.1.3798)[tempdb]
File is shorter than expected Let’s see what Google says about this error:
“File is shorter than expected” can happen when the database file’s file-system metadata has not been flushed to disk correctly and power is lost to the drive. In my case it was a routine HA test process without powercycling. The ACS server was restared from CLI and never returned to normal state.
--------from http://evilttl.com/ . ACS Troubleshooting | Evil TTL - Network Solutions
本文记录了一次ACS服务器遇到的问题及解决过程。主要问题是HTTP服务在启动过程中无法响应,且数据库进程状态异常。通过重启相关服务并检查日志文件,发现数据库文件系统元数据存在问题,并给出了可能的原因和解决思路。

3093

被折叠的 条评论
为什么被折叠?



