[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 :..
[HPE] 3PAR 명령어
·
SERVER/HPE
command showhost showvv shownode [-d] showcage [-d] checkhealth -svc -detailcommand(whack) initialize the Adaptive Cache and Hybrid InfiniBand.ahch init unset the write cache parametersahci erase 시리얼 제거unset sys_serial 재부팅reset
3PAR 노드 초기화
·
SERVER/HPE
보호되어 있는 글입니다.
[Rocky Linux] opendkim 설치하기
·
OS/Install & Modify
Intro테스트 환경OS : Rocky Linux 8.10, Rocky Linux 9.6메일발송서버는 send.creeper.kr보내는 주소는 @creeper.kr도메인 셀렉터는 crekey 로 가정해서 했습니다.주의사항sendmail.mc 파일 규칙 숙지 (역 따옴표, 작은 따옴표 규칙) - 예 : TRUST_AUTH_MECH([역따옴표]`LOGIN PLAIN DIGEST-MD5 CRAM-MD5'[작은따옴표])dnl[마무리]opendkim txt 레코드 값 넣을 때 개행문자, 띄어쓰기, key 누락하면 bad key 뜨니 꼭 신경써서 등록 테스트하기테스트 하기 좋은 사이트 입니다. 수신 주소로 보내면 알아서 검사해 줍니다. https://www.appmaildev.com/ko/dkim DKIM 테스트..