본문 바로가기
반응형

분류 전체보기12

Veritas InfoScale Enterprise 설치하기 OS : RHEL 8.6 InfoScale : 8.0.2 Hypervisor : Vmware 대상 Host : fss861 , fss862 설치 방법은 fss861 시스템에서 설치 (ssh passwordless) - 알아서 파일도 넘기고, rpm 설치도 한다. 설치 파일 정보 [root@fss861 VRTS]# pwd /VRTS [root@fss861 VRTS]# ls -l total 2543104 -rw-r--r--. 1 root root 48722 Apr 14 23:49 cpi-Patch-8.0.2.400.tar.gz -rw-r--r--. 1 root root 480376119 Apr 14 23:50 infoscale-rhel8_x86_64-Patch-8.0.2.1100.tar.gz -rw-r--r.. 2024. 4. 15.
Veritas InfoScale Cp server 구성하기 Veritas InfoScale 제품의 Cp Server 를 구성한다. 설치 관련 내용을 검토하기 위해 아래의 사이트에서 설치 관련 Check List를 확인한다. https://sort.veritas.com/ SORT Home - Veritas Services and Operations Readiness Tools sort.veritas.com 사전 요구 사항에 대해 OS / Storage / Application 등에 요청 또는 준비 한다. ### ISO 파일 Mount : 설치 파일 [root@cpsvr VRTS]# pwd /VRTS [root@cpsvr VRTS]# ls cpi-Patch-8.0.2.400.tar.gz infoscale-rhel8_x86_64-Patch-8.0.2.1500.tar... 2024. 4. 15.
RHEL IP config change - CMD RHEL IP 변경 하는 방법 설정 파일의 경로 : /etc/sysconfig/network-scripts 해당하는 디렉토리 아래 설정 파일이 위치한다. [root@rhel861 /]# cd /etc/sysconfig/network-scripts [root@rhel861 network-scripts]# ls -l total 4 -rw-r--r--. 1 root root 301 Apr 14 18:26 ifcfg-ens34 [root@rhel861 network-scripts]# vi 편집기를 사용하여 설정을 변경한다. [root@rhel861 network-scripts]# cat ifcfg-ens34 TYPE=Ethernet PROXY_METHOD=none BROWSER_ONLY=no BOOTPROTO=.. 2024. 4. 14.
RHEL hostname change 명령어를 통해 Hostname 변경하기 hostnamectl 명령의 옵션은 다음과 같습니다. [root@rhel861 ~]# hostnamectl -h hostnamectl [OPTIONS...] COMMAND ... Query or change system hostname. -h --help Show this help --version Show package version --no-ask-password Do not prompt for password -H --host=[USER@]HOST Operate on remote host -M --machine=CONTAINER Operate on local container --transient Only set transient hostname --stati.. 2024. 4. 14.
반응형