반응형 SW/ETC18 데비안 debian9 미러 사이트 OS 설치 오류 해결방법 설치에 필요한 미러사이트 에러 발생 An error has been detected while trying to use the specified debian archive mirror An error has been detected while trying to use the specified debian archive mirror 지정된 데비안 아카이브 미러를 사용하는 동안 오류가 발생했다 기본적으로 제공해주는 모든 미러사이트를 클릭했지만 실패 An error has been detected while trying to use the specified debian archive mirror 해결법 An error has been detected while trying to use the specified.. 2023. 12. 7. 우분투 apt-get update 404 not found 오류 해결 1. 원인 (우분투 apt-get update 404 not found 오류 해결) 오래된 우분투 이미지에 대한 업데이트 지원이 끝나 해당 버전의 패키지 저장소 (Repository) 페이지가 이전 버전 아카이브 페이지로 이동되어 받아 올 수 없는 경우다. 2. 해결 (우분투 apt-get update 404 not found 오류 해결) sudo sed -i -re 's/([a-z]{2}\.)?archive.ubuntu.com|security.ubuntu.com/old-releases.ubuntu.com/g' /etc/apt/sources.list sudo apt-get update && sudo apt-get dist-upgrad 해당 명령어로 아카이브 페이지를 변경 및 업데이트를 진행한다. 3. 보.. 2023. 8. 26. DELL 서버 GUI관리하기 OMSA설치 [Ubuntu OMSA설치] 1. 레지포트리 echo 'deb http://linux.dell.com/repo/community/openmanage/950/focal focal main' | tee -a /etc/apt/sources.list.d/linux.dell.com.sources.li wget https://linux.dell.com/repo/pgp_pubkeys/0x1285491434D8786F.asc apt-key add 0x1285491434D8786F.asc 2. 업데이트 apt update 3. 설치 및 시작 apt-get install srvadmin-all cd /opt/dell/srvadmin/sbin;./srvadmin-services.sh start systemctl status dsm_om_connsvc .. 2022. 11. 28. [Firmware bug] the Bios has corrupted hw-PMU resources (msr 38d is 330) 로그 발생 - 문제해결 1. OS 부팅 중 문제 발생 [Firmware bug] the Bios has corrupted hw-PMU resources HP서버 OS 부팅 중 해당 로그 발생. 성능 카운터에 대한 값이 초기화 되지 않는 이슈에서 발생된 로그 시스템에는 영향을 주지 않으며 , 관련 문제는 이미 하드웨어 벤더사에도 보고된 내용으로 조치 방법은 아래와 같다. 2. BIOS Set up 진입 F9 연타 위 화면에서 F9 진입 3. 설정 값 변경 Service Options -> Processor Power and Utilization Monitoring -> Disabled 해당 화면이 나오면 Ctrl + a 그러면 밑에 숨겨진 선택 창이 나옵니다. 이렇게 숨겨진게 나옵니다. 아래와 같이 진입하여 Service Opt.. 2022. 5. 24. 서버 점검 명령어 1. 현재시간 [root@bigjua ~]# uptime //현재시간 2. 하드 사용량 체크 [root@bigjua ~]# df -h // 하드사용량 3. RAM 사용률 [root@bigjua ~]# top -n2 //RAM 사용률 4. Process RAM 사용률 [root@bigjua ~]# ps -eo user,pid,rss,pmem,pcpu,time,comm --sort -rss | head -n 11 5. sda에 대한 디스크 사용시간 및 상태 echo ========== /dev/sda ========== // [root@bigjua ~]# smartctl --all /dev/sda | grep Power_On // 전원켜지시간 [root@bigjua ~]# smartctl --all /dev.. 2022. 5. 11. 이전 1 2 3 4 다음 반응형