z/OS®용 WebSphere® Application Server 버전 8.5에 대한 IBM® HTTP Server의 코드는 IBM Installation Manager를 사용하여 설치됩니다.
z/OS 시스템에 Installation Manager를 작성하십시오. Installation Manager의 바이너리 디렉토리의 위치를 알고 Installation Manager를 호출할 수 있는 사용자 ID에 액세스할 수 있어야 합니다.
z/OS용 WebSphere Application Server 버전 8.5의 저장소를 확보하십시오. 저장소는 읽기 전용으로 마운트할 수 있습니다.
Installation Manager가 설치, 설치 제거 또는 수정하기 위해 액세스할 때마다 이 IBM HTTP Server 사본이 이 위치에 마운트되어야 합니다. 이것이 제품이 프로덕션에서 사용될 때 마운트될 동일한 위치일 필요는 없습니다.
Installation Manager는 모든 설치된 제품 또는 제품 그룹이 고유한 설치 위치를 가져야 합니다. z/OS용 WebSphere Application Server를 위한 IBM HTTP Server를 다른 제품이 사용하는 위치에 설치하지 마십시오.
chown IMADMIN:IMGROUP /usr/lpp/IHSA/V8R5
chmod 775 /usr/lpp/IHSA/V8R5
cd /InstallationManager/bin/eclipse/tools
zCreateFileSystem.sh -name WAS.V85.SHAPHFS -type ZFS
-megabytes 50 10 -volume PRV005
-mountpoint /usr/lpp/IHSA/V8R5
-owner IMADMIN -group IMGROUP
SMP/E를 사용하여 초기 제품 저장소를 설치한 경우, SBBOJCL 데이터 세트의 샘플 작업 BBO4CFS를 사용하여 이 파일 시스템을 할당하고 마운트할 수 있습니다.
cd /InstallationManager/bin/eclipse/tools
installation_manager_binaries_directory/eclipse/tools/imutilsc saveCredential
-keyring keyring_file
-userName user_ID -userPassword user_password
-url http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHS.zOS.v85/repository.xml
여기서 keyring_file은
작성될 키 링의 경로 및 파일 이름이고, user_ID 및 user_password는
보호 설정된 IBM 소프트웨어 웹 사이트에 액세스하는 데 사용하는 유니버셜 IBM 사용자 ID와
비밀번호입니다. /InstallationManager/eclipse/tools/imutilsc saveCredential
-keyring /u/jane/IBM.software.keyring
-userName jsmith01 -userPassword 732Ukelele
-url http://www.ibm.com/software/repositorymanager/com.ibm.websphere.IHS.zOS.v85/repository.xml
Installation Manager 사용자 ID가 키 링 파일을 읽을 수 있는지 확인하십시오.
imcl listAvailablePackages -repositories list_of_repository_locations
z/OS용 WebSphere Application Server 버전 8.5 오퍼링인 com.ibm.websphere.IHS.zOS.v85에 대한 IBM HTTP Server의 하나 이상의 레벨이 표시되어야 합니다.
list_of_repository_locations이 초기 제품 저장소에 대한 경로와 모든 추가 서비스 저장소에 대한 경로를 포함해야 합니다. list_of_repository_locations에서 URL은 쉼표로 구분하십시오.
imcl listAvailablePackages
-repositories /usr/lpp/InstallationManagerRepository/HBBO850
-useServiceRepository
-keyring /u/jane/IBM.software.keyring
imcl install com.ibm.websphere.IHS.zOS.v85
-installationDirectory installation_location
-repositories list_of_repository_locations
-sharedResourcesDirectory shared_data_location
-acceptLicense
[-useServiceRepository -keyring keyring_file]
[-installFixes <all | recommended | none>]
-sharedResourcesDirectory 매개변수는 Installation Manager가 설치 처리 중에 저장소의 아티팩트를 저장할 디렉토리를 가리킵니다. 이 값은 처음 제품이 특정 Installation Manager를 사용하여 설치될 때 설정됩니다. 이 디렉토리는 최소 30,000 트랙 이상의 여유 공간을 가져야 합니다. 공유 자원 디렉토리가 설정된 후에 이 매개변수를 생략할 수 있습니다.
-acceptLicense를 지정하여 제품 저장소에 들어있는 제품 라이센스의 조항을 승인합니다.
설치될 제품 버전을 지정하지 않는 경우 Installation Manager는 제품의 최신 버전을 저장소 위치에 있는 모든 수정사항과 함께 설치합니다. -installFixes none을 지정하여 수정사항 설치를 막거나 -installFixes recommended를 지정하여 권장 수정사항만 설치할 수 있습니다.
설치될 제품 버전을 지정하는 경우, 저장소 위치에 있는 모든 수정사항은 -installFixes recommended 또는 -installFixes all을 지정하는 경우에만 설치됩니다.
SMP/E를 사용하여 초기 제품 저장소를 설치한 경우 SBBOJCL 데이터 세트의 샘플 작업 BBO4INST를 사용하여 제품 설치를 수행할 수 있습니다.
Installation Manager 런타임 데이터 위치의 logs 서브디렉토리에서 설치에 대한 로그를 찾을 수 있습니다.