서비스 isi_webui의 Isilon 프로세스 httpd를 여러 번 시도했지만 재시작하지 못함 - 이벤트 ID: 400030001
Summary: webui_httpd.conf 파일이 오래된 경우 OneFS WebUI에 액세스할 수 있습니다.
This article applies to
This article does not apply to
This article is not tied to any specific product.
Not all product versions are identified in this article.
Symptoms
/var/run/apache2/ 아래의 webui_httpd.conf 파일이 문제가 있는 노드에서 오래된 경우 OneFS WebUI에 액세스할 수 없습니다.
isilon-1# ps axuww | grep httpd | grep -v grep root 43633 0.0 0.5 170644 10188 - Ss 2:49PM 0:00.06 /usr/local/apache2/bin/httpd -k start daemon 43634 0.0 0.5 170332 9840 - I 2:49PM 0:00.00 /usr/local/apache2/bin/httpd -k start daemon 43638 0.0 0.6 174360 11652 - I 2:49PM 0:00.00 /usr/local/apache2/bin/httpd -k start <<< the output is missing "/usr/local/apache2/bin/httpd -f /usr/local/apache2/conf/webui_httpd.conf -k start" thread. There should be 3 or more threads on each node
isi_webui 서비스의 httpd를 수동으로 시작하려고 하면 다음 메시지가 표시됩니다.
isilon-1# /usr/local/sbin/webui_httpd_ctl start httpd: Could not reliably determine the server's fully qualified domain name, using 27.27.27.102 for ServerName httpd (pid 72923) already running isilon-1# cat /var/apache2/run/webui_httpd.pid 72923
Cause
노드가 예기치 않게 다시 시작되거나 webui 프로세스가 특정 방식으로 종료되면 pid 파일이 남습니다. MCP 또는 노드 재부팅이 webui를 다시 시작하면 webui가 올바르게 시작되지 않고 다음 오류가 발생할 수 있습니다.
> httpd (pid 72923) already running
(여기서 72923은 이전에 실행 중인 webui 데몬의 PID임)
Resolution
SSH를 통해 "root" 계정으로
문제가 있는 노드에 연결합니다. webui_httpd.pid가 있는지 확인합니다.
# ls -l /var/apache2/run/webui_httpd.pid
그렇다면 아래 명령으로 해당 .pid 파일을 제거하십시오.
# cd /var/apache2/run/; rm -f webui_httpd.pid
- 다음을 사용하여 httpd를 다시 시작해 봅니다.
# /usr/local/sbin/webui_httpd_ctl start
위의 단계를 수행한 후 출력은 webui 스레드의 httpd가 3개 이상이어야 하는 아래와 유사해야 합니다.
jv8004-1# ps axuww | grep "webui_httpd.conf" | grep -v grep root 3135 0.0 0.6 261704 13280 - Ss 4Apr18 0:18.62 /usr/local/apache2/bin/httpd -f /usr/local/apache2/conf/webui_httpd.conf -k start daemon 3140 0.0 0.6 261668 13268 - I@ 4Apr18 0:00.23 /usr/local/apache2/bin/httpd -f /usr/local/apache2/conf/webui_httpd.conf -k start daemon 3145 0.0 1.5 307568 30924 - I 4Apr18 0:10.58 /usr/local/apache2/bin/httpd -f /usr/local/apache2/conf/webui_httpd.conf -k start
위의 단계를 수행한 후 문제가 있는 노드에서 웹 관리에 로그인해 봅니다.
Affected Products
IsilonProducts
Isilon, PowerScale OneFSArticle Properties
Article Number: 000050422
Article Type: Solution
Last Modified: 19 Nov 2025
Version: 4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.