2011-04-21
- hadoop.nchc.org.tw 維護
- 在 dmesg 看到很多 IPv6 錯誤訊息
[3606868.273337] IPv6 addrconf: prefix with wrong length 112 [3607061.676147] IPv6 addrconf: prefix with wrong length 112 [3607061.676151] IPv6 addrconf: prefix with wrong length 112
- [參考] IPv6 addrconf: prefix with wrong length 修改 /etc/sysctl.conf 加入
net.ipv6.conf.all.accept_ra = 0 net.ipv6.conf.all.autoconf = 0
- 在 dmesg 看到很多 IPv6 錯誤訊息
Virtualization
- 目前在 debian 中有關虛擬化的幾個套件
- virt-top - 透過 libvirt 來查詢整體的資源使用量
- virt-what - 可以判斷目前是跑在 xen 還是 kvm
- virtinst - 透過 libvirt 執行產生新虛擬機器映像檔的工具
- virt-install: provision new virtual machines virt-clone: clone existing virtual machines
- virt-image: create virtual machines from an image description
- virt-convert: convert virtual machines between formats
- virt-viewer - Displaying the graphical console of a virtual machine - 可以把虛擬機器的 console 透過 VNC 顯示過來。
- 關於 VirtIO - 加速虛擬機器 I/O 的擴充套件 - 目前主要用於 KVM ,而 VirtualBox 則支援 virtio-net
Last modified 14 years ago
Last modified on May 9, 2011, 10:18:15 AM