Closed jhgoh closed 8 months ago
파일시스템 문제(#25 )로 lugia 노드의 OS 재설치.
ubuntu 22.04 USB이미지를 이용해 설치 후 세부 설정 진행.
기본 설정 및 보안설정
ufw disable
/etc/passwd
/etc/sshd_config
PermitRootLogin yes
apt install fail2ban
systemctl enable fail2ban
/etc/hosts
/etc/netplan
mv 00-installer-config.yaml 00-netcfg.yaml
기타 추가 패키지 설치
apt install net-tools zsh nodejs iperf iperf3
apt install gnome
apt install mesa-utils x11-apps build-essential cmake gfortran mpich
snap install --classic code
NIS 설정
ypbind-mt
systemctl enable ypbind
/etc/yp.conf
/etc/nsswitch.conf
/etc/hostname
/etc/defaultdomain
NFS 설정
systemctl enable autofs
telegraf 설치
apt install telegraf
apt install lm-sensors
scp entei:/etc/telegraf/telegraf.conf /etc/
apptainer설치
add-apt-repository -y ppa:apptainer/ppa
apt install -y apptainer
slurm 설치 및 설정 apt install slurm-wlm, systemctl enable slurmd
apt install slurm-wlm
systemctl enable slurmd
munge.key
slurm.conf
scp -r entei:/etc/slurm/* ./ scp entei:/etc/munge/munge.key ./ apt install munge service munge restart service slurmd restart
echo 'deb http://linux.dell.com/repo/community/openmanage/10300/focal/ focal main' | sudo tee -a /etc/apt/sources.list.d/linux.dell.com.sources.list gpg --keyserver keyserver.ubuntu.com --recv-key 1285491434D8786F gpg --export 1285491434D8786F -o ./linux.del > linux.dell.com.sources.gpg apt install srvadmin-idracadm8 racadm getsysinfo
apt install gnome 의 결과 default boot mode가 graphical로 바뀌기 때문에 이를 원래대로 되돌려야 함
systemctl set-default multi-user.target
기본적으로 동작에는 문제가 없는 것 같음.
파일시스템 문제(#25 )로 lugia 노드의 OS 재설치.
ubuntu 22.04 USB이미지를 이용해 설치 후 세부 설정 진행.
기본 설정 및 보안설정
ufw disable
/etc/passwd
)/etc/sshd_config
->PermitRootLogin yes
)apt install fail2ban
, 서비스 등록systemctl enable fail2ban
/etc/hosts
설정/etc/netplan
세부 설정 (파일명이 설치중 임의로 세팅되어 있으므로mv 00-installer-config.yaml 00-netcfg.yaml
)기타 추가 패키지 설치
apt install net-tools zsh nodejs iperf iperf3
apt install gnome
apt install mesa-utils x11-apps build-essential cmake gfortran mpich
snap install --classic code
NIS 설정
ypbind-mt
설치, 서비스 등록systemctl enable ypbind
/etc/yp.conf
설정,/etc/nsswitch.conf
설정/etc/hostname
,/etc/defaultdomain
설정NFS 설정
systemctl enable autofs
telegraf 설치
apt install telegraf
apt install lm-sensors
scp entei:/etc/telegraf/telegraf.conf /etc/
apptainer설치
add-apt-repository -y ppa:apptainer/ppa
apt install -y apptainer
slurm 설치 및 설정
apt install slurm-wlm
,systemctl enable slurmd
munge.key
복사,slurm.conf
복사