Yesterday :
Total :
목록생활속의 IT 노하우/리눅스 (24)
JunToday.com
이전 버전의 Rocky Linux를 다운로드 하려면 다음 링크에서 받으면 된다.https://dl.rockylinux.org/vault/rocky/ Index of /vault/rocky/ dl.rockylinux.org
환경 Rocky Linux 8.5 최소설치 테스트 커널 4.9.325 [root@localhost ~]# dnf install wget make gcc ncurses ncurses-devel bc openssl-devel perl elfutils-libelf-devel [root@localhost ~]# cd /usr/src/kernels [root@localhost kernels]# wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.9.325.tar.xz [root@localhost kernels]# tar xvf linux-4.9.325.tar.xz [root@localhost kernels]# cd linux-4.9.325 [root@localh..
[root@localhost ~]# dnf -y install httpd php php-devel wget make libnsl 설치 완료되면 [root@localhost ~]# systemctl enable httpd [root@localhost ~]# systemctl enable php-fpm 서비스 enable 시켜주고 [root@localhost ~]# cd /usr/local/src [root@localhost src]# wget https://download.oracle.com/otn_software/linux/instantclient/217000/oracle-instantclient-basic-21.7.0.0.0-1.el8.x86_64.rpm [root@localhost src]# wget..
*테스트 환경 CentOS release 6.5 (Final) 2.6.32-431.el6.x86_64 mysql-5.1.71 selinux disabled iptables stop = mysql 기본 경로 /var/lib/mysql에서 /data/mysql로 변경 테스트 mysql 실행 # service mysqld start MySQL 데이타베이스 초기화 중: Installing MySQL system tables... OK Filling help tables... OK To start mysqld at boot time you have to copy support-files/mysql.server to the right place for your system PLEASE REMEMBER TO SET ..
* net-snmp 버전은 5.7.2에서 진행하였음. snmp 서버에서 snmp v3 설정을 하려면 net-snmp-config 명령어를 사용한다. 명령어는 아래와 같다. # net-snmp-config --create-snmpv3-user -ro -a 인증프로토콜암호 -x 개인프로토콜암호 -X DES또는AES -A MD5또는SHA snmpv3계정명 * net-snmp-config명령어 man페이지 참고 --create-snmpv3-user [-ro] [-a authpass] [-x privpass] [-X DES|AES] [-A MD5|SHA] [username] 위 명령어를 실행하면 아래와 같은 메세지가 출력된다. adding the following line to /var/lib/net-snmp/s..
mysql에서 mysqldump로 전체 백업을 받을 때 아래와 같이 Warning 경고 메세지가 나온다. # mysqldump -u root -p --all-databases > all_db-backup.dump Enter password: -- Warning: Skipping the data of table mysql.event. Specify the --events option explicitly. 이 경고는 mysql 5.1 버전에서 mysql.event 테이블이 추가되었기 때문에 --all-databases 옵션 만으로는 이벤트 테이블 백업이 되지 않기 때문에 나온다. 해결방법은 경고의 내용대로 --events 옵션을 추가하면 됨. # mysqldump -u root -p --all-databas..
CentOS 6 업데이트 지원 종료로 yum update나 install 하면 나오는 에러다. YumRepo Error: All mirror URLs are not using ftp, http[s] or file. Eg. Invalid release/repo/arch combination/ removing mirrorlist with no valid mirrors: /var/cache/yum/x86_64/6/base/mirrorlist.txt Error: Cannot find a valid baseurl for repo: base 보통 위와 같이 에러가 남. echo "https://vault.centos.org/6.10/os/x86_64/" > /var/cache/yum/x86_64/6/base/mir..
그간 RHEL의 복제품이나 다름이 없어 무료로 안정적으로 사용했던 CentOS가 8버전을 마지막으로 2021년 말에 지원이 종료된다. 대신 CentOS Stream으로 전환되는데 이 CentOS Stream은 RHEL에 업데이트 전 베타 테스트 버전정도라고 생각하면 된다. 베타 테스트 개념이기 때문에 치명적인 버그가 있을 수 있고 안정성이 떨어질 우려가 있어서 여러모로 사용하기 불안해졌기 때문에 현재 논란중이다. 그럼 대체제로 어떤 것이 있을까.. CentOS 지원 종료 소식에 Cloudlinux에서 대체제 개발 프로젝트인 Project Lenix를 발표했고 AlmaLinux 베타버전을 내놓았다. https://almalinux.org/ Homepage - AlmaLinux - Forever-Free E..
b120i raid controller를 사용하는 서버에 centos7.6을 설치 할 때 드라이버를 잡지 않으면 장착된 physical disk가 모두 표시된다. ACU에서 raid 구성을 해도 말이다. 이럴 경우 설치 할 때 드라이버를 잡고 가면 된다. centos7.6 설치 이미지로 부팅을 해서 설치 선택 화면에서 esc를 누르면 boot: 프롬프트로 떨어진다. 아래와 같이 입력 후 엔터 boot: linux modprobe.blacklist=ahci inst.dd 쭉 진행되다가 DD: starting interactive mode 라는 메세지를 출력하고 드라이버가 있는 장치를 선택하라고 나온다. (Page 1 of 1) Driver disk device selection 이렇게 써있고 그 아래 1)..
* 준비물 CentOS6.7 설치 CD 우선 Centos6.5를 설치하면 버전과 커널 버전은 아래와 같다. # cat /etc/redhat-release CentOS release 6.5 (Final) # uname -r 2.6.32-431.el6.x86_64 이 상태에서 그냥 yum update를 하면 원하는 6.7버전으로 업데이트가 되는게 아니라 6.10으로 업데이트가 된다. 업데이트 후 버전 확인. # cat /etc/redhat-release CentOS release 6.10 (Final) # uname -r 2.6.32-431.el6.x86_64 설치 미디어로 6.7업데이트를 해야 하기 때문에 yum.repo.d의 CentOS-Media.repo를 수정해야 한다. # cd /etc/yum.re..