메일로 자꾸 아래와 같은 메시지가 전송되어 왔다. PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/idn.ini on line 1 in Unknown on line 0 PHP Deprecated: Comments starting with ‘#’ are deprecated in /etc/php5/cli/conf.d/ming.ini on line 1 in Unknown on line 0 결론은 각각의 ini화일의 주석처리 # 이 되지 않는다는 내용. #을 ;로 바꾸니 …
6월 2011 archive
6월 23
solaris lvm mirror – 스크랩
구성… http://blog.naver.com/comki/100024647947 복구 http://www.brandonhutchinson.com/Replacing_a_disk_with_different_geometry_in_DiskSuite.html 내가 해본것. 원본디스크: c0t0d0s2 대상디스크: c0t1d0s2 원본디스크의 파티션 (7번 슬라이스는 md를 위한 공간으로 16MB잡았음) partition> p Current partition table (original): Total disk cylinders available: 47994 + 2 (reserved cylinders) Part Tag Flag Cylinders Size Blocks 0 root wm 352 – 27391 38.47GB (27040/0/0) 80687360 1 swap wu 0 – 351 512.88MB …
6월 14
linux KVM 성공기념 스크린 샷.
리눅스 서버에 KVM 설치하고, 솔라리스10, 윈도우XP를 게스트로 설치한후 성공한 스크린샷. 자세한 설치방법은 생략. 게스트 OS 생성: 순서대로 윈도우XP, 솔라리스10 virt-install –connect qemu:///system -n xpsp2 -r 1024 -f /home/VM/windows.vimg -s 12 -c /home/snowfox/Windows_XP_sp2.iso –vnc –noautoconsole –os-type windows –os-variant winxp virt-install –connect qemu:///system -n soalris10 -r 1024 -f /home/VM/solaris10.vimg -s 12 -c /home/snowfox/sol-10-u9-ga-x86-dvd.iso –vnc –noautoconsole –os-type solaris …