จริงที่คุณ sakura บอกนะครับ ผมว่า RAID5 น่าจะเสี่ยงน้อยแล้ว แถมถ้าใช้งานแบบ Thin ก็จะช่วยได้เยอะขึ้น ถ้ายังอยู่ในช่วงที่ไม่ได้ขึ้น Production ทั้งหมดผมว่าน่าจะปรับเปลี่ยนให้เร็วที่สุดนะครับ ขั้นตอนการย้าย เนื่องจากเราไม่มี License และมีเครื่องเดียว น่าจะทำได้แบบนี้นะครับ
1. Copy guest ทั้งหมดออกมาก่อนอาจจะผ่าน datastore หรือ Veeam FastSCP ออกมาก่อนก็ได้
2. ส่วน configuration ของ ESXi
Backing up the Configuration of Your ESXi HostTo back up configuration data of a host:
1. Start the RCLI and log in.
2. Run the vicfg-cfgbackup command with the -s flag to save the host configuration to the specified backup filename.
vicfg-cfgbackup --server <3i-host-ip> --portnumber <port_number> --protocol <protocol_type> --username root --password <root_password> [-s <backup-filename>|-l <backup-filename>]
The -portnumber and -protocol options are optional. If you exclude them, the defaults are port 443 and protocol HTTPS.
Restoring the Configuration of your ESXi Host 1. Power off any virtual machines that are running on the host you want to restore.
2. (Optional) Restore the host to the build number used when the backup file was created. The backup process does not support restoring to later builds; though, this can be overridden this requirement by using the –f option.
3. On a host other than the one you want to restore, start the RCLI, log in.
4. Run the
vicfg-cfgbackup command with the –l flag to load and restore the backup file to the host.
The -portnumber and -protocol options are optional. If you exclude them, the defaults are port 443 and protocol HTTPS.
อ้างอิงจาก :
http://support.dell.com/support/edocs/software/eslvmwre/DG/ESXi_3_5_U2/HTML/app_c.htmปล. เรื่อง ESXi ดับบ่อย ในส่วนตัวมองว่าน่าจะปรับที่ ESXi ก่อนแล้วค่อยดูว่ามันเป็นที่ส่วนอื่นต่อไหม วิธีการติดตั้ง ESXi ใน USB ผมว่าเหมาะกับการ test มากกว่าใช้งานจริงนะครับ ...