1. Command VM list 확인 xe vm-list PV to HVM xe vm-param-set HVM-boot-policy=”BIOS order” uuid=[UUID]
Author: manager
yum update 오류
1. Intro XenServer에서 repo를 CentOS로 변경하고 update시 오류나는 경우 2. Solve yum -y install perl yum -y install yum-skip-broken yum –skip-broken update 완전히 해결 안 됨..
HDD 남는 공간 마운트해서 사용하기
1. Intro XenServer를 설치하면 OS영역은 대략 50GB 정도만 사용한다. 따라서 RAID를 나눌 때 50GB를 OS 영역으로 따로 구분하거나 남는 HardDisk에 OS를 설치하고 남은 공간을 이후에 마운트해서 사용할 수 있다. 후자의 방법으로 남는 공간에 iso 파일을 업로드 하고 sr을 추가해보자. 2. 전제 조건 Disk는 /dev/sda, /dev/sdb 2개가 GPT로 Mount 되어있음. /dev/sda : OS 영역 /dev/sdb […]
Windows Alarm using slack
# Windows Startup/Shutdown, Logon/Logoff 시 알람 # Startup/Shutdown gpedit.msc – Computer Configuration – Windows Settings – Scripts (Startup/Shutdown) C:\Windows\System32\curl.exe -X POST –data-urlencode “payload={\”channel\”: \”[#channel]\”, \”username\”: \”[username]\”, \”text\”: \”[text]\”, \”icon_emoji\”: \”:watermelon:\”}” “[Slack api address]” # Logon/Logoff gpedit.msc – User Configuration – Windows Settings – Scripts (Logon/Logoff) C:\Windows\System32\curl.exe -X POST –data-urlencode “payload={\”channel\”: \”[#channel]\”, \”username\”: \”[username]\”, \”text\”: \”[text]\”, […]
Application Command
1. mysql 1.1. Login mysql /usr/local/mariadb10/bin/mysql /usr/local/mariadb10/bin/mysql -u root -p -S /run/mysqld/mysqld10.sock
Base64 encode/decode
1. Command certutil -decode [input file] [output file] certutil -encode [input file] [output file]
SquirrelMail Error
1. 13 : Permission denied setsebool -P httpd_can_network_connect=1 2. 111 : Connection refused service dovecot start
hostname 변경
1. Command ### hostname 수정 vi /etc/hostname ### hostname 적용 hostname -F /etc/hostname ### 재부팅 reboot
SSH 접속 지연 문제
1. Problem SSH 접속시 id 입력 후 pw 문자가 뜨기 전까지 딜레이가 걸릴 때 2. Solve vi /etc/sshd/sshd_config ; 원인 – DNS 조회로 인한 Delay GSSAPIAuthentication no UseDNS no service sshd restart
Delete mail queue
1. Intro Delete mail queue. 2. How to? sendmail ### show mail queue mailq /usr/bin/mailq ### Delete mail queue cd /var/spool/mqueue rm -rf * qmail ### show mail queue /var/qmail/bin/qmail-qstat ### Delete mail queue qmHandle -D