본문 바로가기

운영체제 및 플랫폼12

[Error/VMware] Error while powering on: This host supports AMD-V, but AMD-V is disable SVM 부분이 활성화되어있지 않아서 발생하는 에러로 활성화만 시켜주면 정상적으로 작동합니다. This host supports AMD-V, but AMD-V is disabled. AMD-V might be disabled if it has been disabled in the BIOS/firmware settings or the host has not been power-cycled since changing this setting. (1) Verify that the BIOS/firmware settings enable AMD-V. (2) Power-cycle the host if this BIOS/firmware setting has been changed. (3) Power-cycle the ho.. 2024. 1. 22.
Linux에서 HP서버 조회하기 서버를 운영하다 보면 오래된 장비 때문에 고장 나서 이슈가 종종 생기곤 한다.해당 장비를 설치할 때 미리 "설치년도, 장비명, 장비위치" 등을 작성해서 관리해 두면 좋다.확인하고 싶은 서버에 접속하여 일련 번호를 가져온 후 해당 장비의 상세 정보를 확인할 수 있다.   1. 일련 번호 조회 [root@rooot ~]# dmidecode -s system-serial-numberxxxxxxxx ##일련 번호 나옴 2. 해당 사이트에 접속해서 회원가입사이트 : https://support.hpe.com/connect/s/?cc=kr&lang=ko-kr&card=wc https://support.hpe.com/oauth/discor.shtml?target_link_uri=https%3A%2F%2Fsupport.. 2023. 11. 29.
[Error/Rocky Linux] Error: Error downloading packages OS : Rocky Linux 9.0 Tools : SecureCRT 네트워크 연결이 정상적으로 되지 않아서 발생했던 에러 Error: Error downloading packages: Curl error (6): Couldn't resolve host name for https://mirrors.rockylinux.org/mirrorlist?arch=x86_64&repo=AppStream-9 [Could not resolve host: mirrors.rockylinux.org] 1. GATEWAY 설정 # cat /etc/sysconfig/network # Created by anaconda GATEWAY=해당 IP 2. 네트워크 재기동 sudo systemctl restart NetworkManage.. 2023. 9. 27.
[SecureCRT] 여러개의 서버 세션 안 끊기게 하는 법 회사에서 새벽 디비 작업하면서 여러개의 서버를 한꺼번에 접속해야 했었다.... 과장님이 꿀팀 알려주셨는데 공유해드릴게요~~!!! 우선 SecureCRT 기준으로 말씀드릴게요!(다른건 몰라요) 한단 Bar에서 우클릭 -> Command Window 하면 하단에 작성할 수 있는 창이 떠요! 하단에 창이 뜨면 우클릭 -> Send Commands to -> All Sessions 이렇게 설정하면 하단 창에서 입력하는 명령어가 모든 세션에 적용되어요!! 그 상태에서 로그아웃되지 않게 하기 위해서 "ping 1.1.1.1"을 해주면 번거롭게 서버별로 들어가서 로그아웃되지 않기 서버들을 관리할 필요가 없어지죠. 2023. 9. 18.