[HPE] 각종 로그
·
SERVER/HPE
디스크 FailedDec 29 19:08:13 UNKNOWN smad: [NOTICE]: IML received: 79 bytesDec 29 19:08:13 UNKNOWN smad: [ALERT ]: CRITICAL: Smart Array - Drive is failed: Port 1I Box 1 Bay 1Dec 29 19:08:13 UNKNOWN smad: [INFO ]: Log the IML info to syslogDec 29 19:08:13 UNKNOWN smad: [NOTICE]: IML received: 89 bytesDec 29 19:08:13 UNKNOWN smad: [ALERT ]: WARNING: Slot 0 Smart Array - Logical drive status chang..
[Rocky Linux] nmcli 명령어
·
OS/Install & Modify
IntroRocky 8 부터는 ifcfg 말고 nmcli 로 네트워크 관리할 수 있도록 변경됐습니다.cat /etc/sysconfig/network-scripts/readme-ifcfg-rh.txt 로 확인 가능 cisco cli 처럼 명령어 단축이 가능합니다. (connection -> con, modify -> mo) 값예시설명connection.ideth0별칭, 별명connection.interface-nameeth0물리 이더넷 이름(ens, eth,enp...)ipv4.address192.168.0.1/24IPv4 주소 / Prefixipv4.gateway192.168.0.254IPv4 게이트웨이ipv4.methodmanualmanual(static), auto(dhcp) 로 보면 편합니다. 명령..
[HPE] vmware 심플리비티
·
SERVER/HPE
Intro설치하기1. 관리서버 구축DNS 설정정방향/역방향 A레코드 생성nslookup 테스트를 하려면 네임서버 1번을 루프백IP로 지정Arbiter 설치쉬움 simplivity-deployment-manager쉬움배포 매니저에서 읽어 들이는 경로는 C:\Users\Administrator\Downloads 이니 각종 파일들을 해당 경로로 업로드나 이동2. vCenter 설치FQDN 꼭 지정해서 설치 데이터 센터와 클러스터 생성 3. vCenter 플러그인 설치ssh 접속 활성화 bash 쉘 활성화 필수 쉘 변경 명령어 및 플러그인 설치chsh -s /bin/bash rootchmod u+x HPE-SimpliVity-Plug-in-for-vSphere-Client-linux-x64-XXX.run ./H..
[Windows Server] 트러블슈팅
·
OS/Troubleshooting
디스크 드라이브 밀어넣기dism /image:C:\ /add-driver /driver:E:\driver /recurse - image:C:\ = windows 위치 - driver:E:\ = driver 위치 (smartpqi.inf 이런거) 로그분석Log Clear시스템 로그에서 이벤트 ID : 104 로 조회로그인 기록보안 로그에서 이벤트 ID : 4624 로 조회 *[EventData[Data[@Name='TargetDomainName'] and (Data='(도메인이름)')]] and *[System[(EventID=4624)]]
잡다한 명령어 모음
·
OS/Install & Modify
OS블럭추적파일의 block 위치 보기[root@localhost ~]# filefrag -e CP046110.zipFilesystem type is: 58465342File size of CP046110.zip is 17614425 (4301 blocks of 4096 bytes) ext: logical_offset: physical_offset: length: expected: flags: 0: 0.. 4300: 6360384.. 6364684: 4301: last,eofCP046110.zip: 1 extent found# 0 ~ 4300 : 4096 bytes 크기로 4300개를 쓴다# 6360384 ~ 6364684 :..