Skip To Content

Linux에서 Portal for ArcGIS 사일런트 설치

다음 단계에서는 Portal for ArcGIS 사일런트 설치 프로세스를 안내합니다.

참고 사항:

10.5.1 버전으로 업그레이드하시겠습니까? 자세한 내용은 업그레이드Portal for ArcGIS를 참고하세요.

Portal for ArcGIS 설치 준비

  1. 최소 시스템 요구 사항을 충족하는지 확인합니다.
  2. 관리 권한이 있는 사용자로 머신에 로그인합니다. 루트 사용자로는 Portal for ArcGIS를 설치할 수 없습니다.
  3. Portal for ArcGIS에서 사용하는 포트에 설명된 대로 포트를 엽니다.
  4. 서버에서 중요하지 않은 모든 응용프로그램을 닫습니다.
  5. Portal for ArcGIS 설치 프로그램이 포함된 다운로드한 폴더를 찾아보거나 Portal for ArcGIS 미디어를 해당 드라이브에 삽입하여 설치 프로그램을 자동으로 시작합니다.

이제 Portal for ArcGIS 설치를 진행할 준비가 완료되었습니다.

Linux에서 Portal for ArcGIS 사일런트 설치

  1. 설치를 시작하기 전에 <CD_ROOT or untar directory>/Documentation/EULA.pdf에 있는 라이선스 동의서를 읽고 조건에 동의합니다.
  2. 프롬프트에서 설치 프로그램을 사일런트 실행합니다. 아래의 샘플 구문을 참고하세요.

    <CD_ROOT or untar directory>/Setup -m silent -l yes

    사용: 설치 [옵션]

    옵션설명

    -m; --mode MODE

    선택 사항입니다. 기본 설정에 따라 GUI로 설정됩니다.

    모드는 다음 중 하나입니다. 사일런트, 콘솔 또는 gui.

    -l; --license-agreement CHOICE

    사일런트 모드에 필요합니다(필수). CHOICE는 Yes 또는 No가 될 수 있습니다.

    Yes는 Esri 마스터 동의서(E204, E300)를 읽고 동의했음을 나타냅니다. 동의서를 읽으려면 http://www.esri.com/legal/licensing-translations를 방문하세요.

    -a; --authorization-file FULL_PATH_TO_AUTHORIZATION_FILE

    선택 사항입니다. 이 옵션을 사용하지 않는 경우 설치 후 소프트웨어를 인증해야 합니다. FULL_PATH_TO_AUTHORIZATION_FILE은 Esri에서 제공한 .ecp 또는 .prvc 파일의 전체 절대 경로입니다.

    FULL_PATH_TO_AUTHORIZATION_FILE 예시:

    --authorization-file /home/user/ArcGIS_Portal.ecp

    -a /data/auth_files/ArcGIS_Portal.prvc

    -d; --directory DIRECTORY

    선택 사항입니다. 기본 설정에 따라 Portal for ArcGIS는 사용자의 $HOME 디렉터리에 설치됩니다. DIRECTORY는 다른 설치 디렉터리를 지정합니다.

    /arcgis/portal 경로가 설치 디렉터리에 추가됩니다.

    설치 프로그램이 이전 설치 디렉터리를 가리키는 경우 해당 디렉토리의 콘텐츠가 새 설치에서 자동으로 사용됩니다. 10.2 이전 버전의 설치 콘텐츠는 지원되지 않습니다.

    -v; --verbose

    설치 관리자가 자세한 정보 보기 모드로 실행됩니다.

    -h; --help

    커맨드 라인 도움말을 나타내고 종료합니다.

    -e; --examples

    이러한 옵션의 사용 예시를 나타내고 종료합니다.

  3. Configure Portal for ArcGIS to be started with the operating system by following these instructions:
    1. Switch to root user.
    2. Copy the <Portal for ArcGIS installation directory>/framework/etc/arcgisportal shell script to the appropriate supported Linux distribution-based locations provided below:
      • RHEL: /etc/rc.d/init.d/
      • SUSE: /etc/init.d/
    3. Change the directory to the applicable init.d folder, and check the arcgisportal script to make sure that root has at least read and execute permissions.
    4. Edit the script as follows:
      1. Update the portalhome variable to the Portal for ArcGIS installation directory, for example, /home/username/arcgis/portal.

      2. For RHEL only, add the line below just before # Description: Portal for ArcGIS Service:

        # chkconfig: 35 99 01

      3. Save the edits to the arcgisportal script.

    5. Still as root user, run the following commands to automatically create the links in /etc/rc*.d with the appropriate run levels:
      • RHEL:
        $ chkconfig --add arcgisportal
        $ chkconfig arcgisportal on
      • SUSE:
        $ insserv arcgisportal
        $ chkconfig arcgisportal on
    6. End the root user session.
    7. Reboot the operating system, and verify that Portal for ArcGIS restarts properly.