본문 바로가기
반응형

OS4

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.
Vcenter 템플릿 만들기 *** 기존 템플릿과 IP정보가 동일하므로, 네트워크를 연결하지 않은 상태로 부팅함이 맞을것 같습니다. *** Hostname 변경 / IP 변경 등의 후속 작업이 필요합니다. 2024. 4. 14.
[RHEL] 8 설치 OS : RHEL 8.6 을 설치 하기 위해 이미지 파일을 Download 한다. 링크 : https://developers.redhat.com/ Red Hat Developers | Red Hat Developer Join Red Hat Developer for the software and tutorials to develop cloud applications using Kubernetes, microservices, serverless and Linux. developers.redhat.com 개발자 웹에서 이미지를 받는다. (간단한 회원가입 후 가능) 용량은 약 10Gb이며, 설치는 Vmware esx 상에서 진행합니다. Vmware 상에서 Guest OS 설정 Rhel 8 : 최소 설치 사양 확.. 2024. 4. 14.
반응형