일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- TV
- centos 8 EOS
- 오류
- HP
- yum
- ibm 스토리지
- tv 스캔
- ibm storage
- 오라클
- centos8
- AIX
- Update
- Linux
- 파일시스템 확장
- VMware
- 리눅스
- 스크립트
- #AIX
- c3850
- ssh
- CentOS
- Windows
- ibm v7000
- iptv 스캔
- IBM
- db
- EMC
- oracle
- v7000
- 디스크
- Today
- Total
목록[리눅스] (29)
현재에최선을
echo "- - -" > /sys/class/scsi_host/host0/scan echo "- - -" > /sys/class/scsi_host/host1/scan echo "- - -" > /sys/class/scsi_host/host2/scan 한 후 fdisk -l 해서 디스크 인식되었는지 확인.
https://tistory.latch.co.kr/52 [CentOS] 로그인 실패시 계정 잠금 1. password-auth 설정 [root@localhost ~]# vi /etc/pam.d/password-auth #%PAM-1.0 # This file is auto-generated. # User changes will be destroyed the next time authconfig is run. auth required pam_tally2.so file=/var/log/tallylog deny=3 even_deny_root unlo tistory.latch.co.kr
############################################################ # # # # # Warning ! ! ! # # # # # ############################################################ This system is for autherized users only.
nfs 설정 https://coding-chobo.tistory.com/27 CentOS 환경 NFS 설정하기 CentOS 환경에서 Server와 Client 간 NFS 통신을 통해 파일을 공유할 수 있도록 설정하는 방법을 설명드리겠습니다. NFS 간 Server와 Client 부로 나누어 설치 방법과 진행 과정을 기재하겠습니다. ■ NFS 설 coding-chobo.tistory.com 2. 확인 - "exportfs -s"명령어로 현재 NFS 설정 정보를 확인 할수 있다. shell> exportfs -s 3. 변경사항 적용 - /etc/exports 파일을 수정한 경우 "exportfs -ra" 또는 NFS 서버를 재시작하여 반영
리눅스 파일 초기화 cat /dev/null > 파일명
https://www.hostwinds.kr/tutorials/upgrading-from-centos-7-to-8 CentOS 7에서 8로 업그레이드 | Hostwinds 새 버전의 소프트웨어가 출시 될 때 새 버전이 제공하는 최신 및 가장 큰 기능을 모두 수신하도록 설치를 업데이트 할 수 있습니다.서버의 운영 체제에도 동일 할 수 있습니다. 인기있는 Linux 기 www.hostwinds.kr
selinux가 구동 중인지 확인. 1. 만약 필요없다는 setenforce 0 로 중지 후 vi /etc/selinux/config에서 SELINUX=disabled 설정 2. 사용한다면 ssh 사용포트 열고 ssh 실행
https://lilo.tistory.com/18 Linux) 파일 시스템 증설 (LVM 증설) - Online 파일 시스템 증설 리눅스를 구축하고 추후에 "LV 증설 해주세요, LUN 증설 해주세요, 파일 시스템 증설해주세요, 파티션 용량 늘려주세요" 이러한 요구를 많이 듣게될 것입니다. 사실 결과론으로 lilo.tistory.com
1. repo 주소 변경 yum repolist로 확인 /etc/yum.repos.d/ -- baseurl를 로컬에 구성한 서버로 변경 baseurl : [로컬서버IP]/repo/baseos/ [로컬서버IP]/repo/appstream/ [로컬서버IP]/repo/extras/ [로컬서버IP]/repo/extras-common/ 2. 저장소 추가 -. dnf install epel-release - /etc/yum.repos.d/ 아래에 epel.repo, epel-modular.repo baseurl 수정 [로컬서버IP]/repo/epel/ [로컬서버IP]/repo/epel-modular/ 3. yum clean all 4. dnf update libmodulemd 5. dnf install centos..