검색 쿼리를 입력하십시오.
<book_title> 검색…
Linux용 APTARE IT Analytics 설치 및 업그레이드 설명서
Last Published:
2022-09-02
Product(s):
APTARE IT Analytics (10.6)
- Linux 서버에 APTARE IT Analytics 포털 설치
- Linux에서 APTARE IT Analytics 포털 업그레이드
- 데이터베이스 서버용 Oracle 패치
- 새 서버로 업그레이드 및 마이그레이션
- 부록 A. X Virtual Frame Buffer
작업 3: Oracle 데이터베이스 응용 프로그램 바이너리 설치(Linux)
이 섹션에서는 Oracle 데이터베이스 응용 프로그램 바이너리 설치에 대해 설명합니다. 일반적으로 Oracle 데이터베이스 응용 프로그램 바이너리는 포털 바이너리와 동일한 서버에 설치하지만 경우에 따라 별도의 서버를 지정할 수도 있습니다.
작업 1: 포털 및 데이터베이스 배포 전략(Linux) 참조
참고:
APTARE IT Analytics 서버에는 다른 Oracle 데이터베이스 인스턴스를 설치할 수 없습니다.
구매 계약 확인서와 함께 제공된 지침을 참고하고 추가 지원이 필요한 경우 Veritas 지원에 문의하십시오.
Oracle 데이터베이스 바이너리를 설치하려면 다음과 같이 하십시오.
- 최신 버전의 Oracle 19c 설치 프로그램 바이너리가 있는지 확인하십시오.
- APTARE IT Analytics 데이터베이스를 설치할 서버에 root로 로그인하십시오. 일반적으로 이 서버는 포털 서버이기도 합니다.
- ISO 이미지를
/mnt
디렉터리에 넣으십시오. - 다운로드한 ISO 이미지를 마운트하십시오.
mkdir /mnt/diskd
mount -o loop <sc_dbinstaller_XXXXX_XXX_linux.iso> /mnt/diskd
여기서 다운로드한 해당 ISO 파일 이름으로 바꿉니다.
- 다음 명령을 입력하여 설치 프로그램을 시작하십시오.
cd / /mnt/diskd/install_oracle.sh
이 명령은 Oracle 바이너리를 /opt/aptare/oracle에 복사합니다.
- Enter 키를 눌러 전체 EULA 라이센스 계약을 읽으십시오. 그러면 사전 수락 프로세스가 시작됩니다.
/opt/aptare/oracle19c에 파일을 설치하므로 완료하는 데 3~5분이 걸립니다.
A complete log of this session is in this file /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxxxxxxx.log ************************************************************************** * APTARE IT Analytics ORACLE Installer Version 19.3.0.0.0 (xxxxxxxxxxxxx) ************************************************************************** To use this software you must agree to the following terms and conditions. Press ENTER to continue: Enter "accept" to accept these Terms and Conditions: accept Creating group aptare ...groupadd: group 'aptare' already exists Done. Creating group dba ...groupadd: group 'dba' already exists Done. Adding user aptare to group dba ...Done. Adding user aptare to group dba ...Done.
The Database upgrade process will install the Oracle security patches if they are available in this system. aptare user must have write access to the directory where these patches are downloaded. Enter the absolute directory path where these patches are downloaded:/tmp/ora_patches Creating ORACLE_HOME directory in /opt/aptare/oracle ... Done. Creating ORACLE_HOME/logs directory ... Setting up IT Analytics database directories /data01 /data02 /data03 /data04 /data05 /data06 ...Done.
Installing Oracle binaries in /opt/aptare/oracle ... Extracting files ... This process may take 3-5 minutes to complete ... Done. . . creating: 31281355/etc/config/ inflating: 31281355/etc/config/actions.xml inflating: 31281355/etc/config/inventory.xml inflating: 31281355/README.html inflating: PatchSearch.xml Oracle Interim Patch Installer version 12.2.0.1.21 Copyright (c) 2020, Oracle Corporation. All rights reserved.
Oracle Home : /opt/aptare/oracle Central Inventory : /opt/oraInventory from : /opt/aptare/oracle/oraInst.loc OPatch version : 12.2.0.1.21 OUI version : 12.2.0.7.0 Log file location : /opt/aptare/oracle/cfgtoollogs /opatch/opatchxxxxxxxxxxxxxxx.log Verifying environment and performing prerequisite checks... OPatch continues with these patches: 31281355 Do you want to proceed? [y|n] Y (auto-answered by -silent) User Responded with: Y All checks passed.
Please shutdown Oracle instances running out of this ORACLE_HOME on the local system. (Oracle Home = '/opt/aptare/oracle') Is the local system ready for patching? [y|n] Y (auto-answered by -silent) User Responded with: Y Backing up files... Applying interim patch '31281355' to OH '/opt/aptare/oracle' Done. A complete log of this session can be found at /opt/aptare/logs/install/install_oracle_xxxxxxxxxxxxxxxxx.log