RockyLinux


Setp 1 - Download

Download

Rocky Linux is an open-source enterprise operating system designed to be 100% bug-for-bug compatible with Red Hat Enterprise Linux®. It is under intensive development by the community.

Setp 2 - Install

Install

  • 1) New VM
  • [Template] Rocky Linux 8
    [Name] RockyLinux85
    [Installation Media] Iso Library -> Rocky-8.5선택
    [Home Server] Default
    [CPU & Memory] vCpus 1 / 1socket with 1 core per socket / Memory 2048MB
    [GPU]
    [Storage] 12GB
    [Networking] WAN(Private) / VLAN_71 / VLAN_81
    [Finish]


  • 2) RcokyLinux Install
  • [Install Rocky Linux 8]
    [Language] korea
    [설치요약] 시스템 - 설치목적지-파티션 자동
    [설치요약] KDUMP 해제
    [설치요약] 시간과날짜 - 아시아/서울
    [설치요약] 네트워크와 호스트 이름
    [설치요약] root 비밀번호
    [완료] Reboot

    DVD Drive guest-toos.iso 연동
    mount /dev/cdrom /mnt
    cd /mnt
    cd Linux
    ./install.sh
    DVD Drive guest-toos.iso 해제
    umount /dev/cdrom
    reboot

    dnf update -y or yum udpate -y
    cd /etc/selinx
    vi config
    ======
    SELINUX=disabled
    =======

    systemctl disable firewalld   (연습용이라 일단 방화벽해제)
     

Setp 3 - config

[snapshop] Take Snapshot 현재 기준으로 만들어놓음.
[Copy VM] 기존 VM를 카피해서 나중에 web, was, db 등등 여러개를 만들것이다.