웹 서버 시작 및 중지

Operations Center 의 웹 서버는 서비스로 실행되며 자동으로 시작됩니다. 예를 들어, 구성을 변경하기 위해 웹 서버를 중지하고 시작해야 할 수 있습니다.

시작하기 전에

참고: systemctl 명령에는 루트 권한이 필요합니다. 명령은 루트 사용자 또는 sudo 명령으로 실행해야 합니다.

프로시저

  1. 웹 서버를 중지하십시오.
    • AIX 운영 체제 /installation_dir/ui/utils 디렉토리( 은 이 설치된 디렉터리를 나타냄)에서 다음 명령을 실행합니다: installation_dir Operations Center
      ./stopserver.sh
    • Linux 운영 체제다음 명령을 실행하십시오.
      systemctl stop opscenter.service
    • Windows 운영 체제서비스 창에서 IBM Storage Protect 운영 센터 서비스를 중지합니다.
  2. 웹 서버를 시작하십시오.
    • AIX 운영 체제 /installation_dir/ui/utils 디렉토리( 은 이 설치된 디렉터리를 나타냄)에서 다음 명령을 실행합니다: installation_dir Operations Center
      ./startserver.sh
    • Linux 운영 체제다음 명령을 실행하십시오.
      서버를 시작하십시오.
      systemctl start opscenter.service
      서버를 다시 시작하십시오.
      systemctl restart opscenter.service
      서버가 실행 중인지 여부를 판별하십시오.
      systemctl status opscenter.service
    • Windows 운영 체제서비스 창에서 IBM Storage Protect 운영 센터 서비스를 시작합니다.