ESXI5.5安裝內存不知,修改方法


 

 為了學習,拿了一台台式家用機安裝esxi5.5,遇到內存不足提示,如何在不增加內存的情況下,解決問題

 

1. Boot from VMware ESXi 5.5;

2. wait "Welcome to theVMware ESXi 5.5.0 Installation" screen:

3. Press Alt+F1 for enter console and login as 'root' (no password needed);

4. go to: 

                cd /usr/lib/vmware/weasel/util/

    delete file:

                rm upgrade_precheck.pyc;

5. remove readonly flags;

                mv upgrade_precheck.py upgrade_precheck.py.def

                cp upgrade_precheck.py.def upgrade_precheck.py

6. set permissions:

                chmod 755 upgrade_precheck.py

7. open script in 'vi':

                vi upgrade_precheck.py

8. find "MEM_MIN_SIZE", pres "a" (edit mode. "(4 * 1024 - 32)" change to "(2 * 1024 - 32)", pres 'ESC', run command ":wq" (save & exit);

9. look installer PID:

                ps -c | grep weasel

10. kill installer (PID = process Nr.):殺掉python進程,自動返回安裝界面

                kill PID

Installer process run automatically (with modified config script).

Continue from "Welcome to theVMware ESXi 5.5.0 Installation"


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM