쉘 스크립트에서 메일 제목 깨지는 문제 해결
function sendhtmlmail { export MAILTO=”$1″ export SUBJECT=”$2″ export BODY=”$3″ ( echo “From: =?EUC-KR?B?$(echo $SUBJECT| base64)?= <noreply>” echo “To: $MAILTO” echo...
function sendhtmlmail { export MAILTO=”$1″ export SUBJECT=”$2″ export BODY=”$3″ ( echo “From: =?EUC-KR?B?$(echo $SUBJECT| base64)?= <noreply>” echo “To: $MAILTO” echo...
To resolve this issue, add a REG_DWORD value named DeleteRoamingCache to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\DeleteRoamingCache Set the value...
MySQL performance tips for Zabbix Posted by Ricardo Santos in database, mysql, performance, zabbix on Oct 24th, 2011 | 7...
Try using a temp table approach. Try something like this : Step 1) CREATE TABLE track_table_new LIKE track_table; Step 2)...
▷ 테이블 스페이스// 0. 서버 중단# /etc/init.d/mysql.server stop // 1. mysql 덤프 # mysqldump –all-databases -p > mysql.dump // 2....
XenServer 6.2 Crash 문제 관련 /var/crash/20141105-155429-KST 형식으로 dump 파일 생성 Command line: /usr/lib/xen/bin/xen-crashdump-analyser –outdir /var/crash/20141105-155429-KST –xen-symtab /boot/xen-4.1.5.map –dom0-symtab /boot/System.map-2.6.32.43-0.4.1.xs1.8.0.853.170791xen -v...
XenServer Backup and Restore 젠 서버 에서 백업은 크게 3가지로 구분된다. 풀의 메타데이터 백업 젠 호스트 구성 백업 VM 백업과...
XenServer Hosts with Broadcom 10GbE Crash because of SWIOTLB Exhaustion See Applicable Products Symptoms or Error XenServer hosts with Broadcom...
XenServer VM Shutdown 장애 응급조치 방안 [장애현상] l XenServer에서 운영중인 VM을종료시키기 위해 ① XenCenter에서 [Shut Down] 버튼클릭 ② XenCenter에서 [ForceShutdown]...