差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

Both sides previous revision 前次修改
下次修改
前次修改
osprovision:kickstart:vmware_esxi:about_the_answer_file [2016/09/20 14:11]
tony [keyboard]
osprovision:kickstart:vmware_esxi:about_the_answer_file [2023/06/25 09:48] (目前版本)
行 10: 行 10:
 </​code>​ </​code>​
 ==== Network ==== ==== Network ====
-目前知道無法設定超過一個,設定錯誤名稱會無法繼續安裝下去。+問題1: ​目前知道無法設定超過一個,超過一個會出現警告說使用最後一個:​\\ 
 +{{:​osprovision:​kickstart:​vmware_esxi:​multiple_nic_setting.png?​600|}}\\ 
 +此外,繼續安裝下去會發生錯誤:​\\ 
 +{{:​osprovision:​kickstart:​vmware_esxi:​multiple_nic_setting_error.png?​600|}}\\ 
 +訊息如下,原因有空再研究:​\\ 
 +{{:​osprovision:​kickstart:​vmware_esxi:​multiple_nic_setting_error_msg.png?​600|}}\\ 
 +\\ 
 +問題2: ​設定錯誤名稱出現dialog告訴你無法繼續安裝下去。\\ 
 +\\ 
 +問題3: 如果在安裝pre階段去enable所有網卡後,且device設定非vmnic0(即vmnic1+);在configuring network switch階段會出現operation Busy的錯誤
 ==== Encrypted Password ==== ==== Encrypted Password ====
 如果要使用編碼過的password,密碼可以透過以下方式編碼(MD5):​ 如果要使用編碼過的password,密碼可以透過以下方式編碼(MD5):​
行 27: 行 36:
 </​code>​ </​code>​
 在ESXI6u2使用Default會出現invalid keyboard type警告,改用'​US Default'​則會正常。可使用'​US Default'​的版本:​ 6u2、5.5u2。查詢目標版本支援種類:​ [[https://​jreypo.wordpress.com/​2011/​11/​14/​change-esxi-5-0-shell-keyboard-layout-with-esxcli/​|link]]。 在ESXI6u2使用Default會出現invalid keyboard type警告,改用'​US Default'​則會正常。可使用'​US Default'​的版本:​ 6u2、5.5u2。查詢目標版本支援種類:​ [[https://​jreypo.wordpress.com/​2011/​11/​14/​change-esxi-5-0-shell-keyboard-layout-with-esxcli/​|link]]。
 +==== 何謂firstdisk?​ ====
 +clearpart、part、install、upgrade與installorupgrade都有firstdisk的參數,而fistdisk支援local、remote與usb三種type,預設順序為local>​remote>​usb。按照目前測試結果,所謂的local firstdisk,以下圖來說,系統會拿P4來安裝,即使你將開機順序改為P5優先:​\\
 +{{:​osprovision:​kickstart:​vmware_esxi:​esxi_bios_boot_menu.png|}}\\
 +\\
 +這是我的測試結果,搞不好根本不是根據port的順序而是看誰先偵測到就是用誰裝。\\
 +\\
 +此外,如果目標機器型號不同,也可以透過model名稱(但通常都會是一樣的),下圖第一順位為KINGSTON SV300S3,第二順位則回到local:​
 +<code bash>
 +install --firstdisk='​KINGSTON SV300S3,​local'​ --overwritevmfs
 +</​code>​
 +如果有辦法知道完整disk路徑,則可以用--disk或--drive,不過我想應該很困難。\\
 +\\
 +**註:** usb type文件是寫usb,但網路上有人用usb-storage,這部分我沒特別測試。
 +
 +
 ===== Resource ===== ===== Resource =====
   * [[https://​kb.vmware.com/​selfservice/​microsites/​search.do?​language=en_US&​cmd=displayKC&​externalId=2004582|Deploying ESXi 5.x using the Scripted Install feature (2004582)]]   * [[https://​kb.vmware.com/​selfservice/​microsites/​search.do?​language=en_US&​cmd=displayKC&​externalId=2004582|Deploying ESXi 5.x using the Scripted Install feature (2004582)]]
   * [[https://​gist.github.com/​hitsumabushi/​b4e9a0e8e0ef68af1d6f|GitHub - Instantly share code, notes, and snippets]]   * [[https://​gist.github.com/​hitsumabushi/​b4e9a0e8e0ef68af1d6f|GitHub - Instantly share code, notes, and snippets]]
   * [[http://​www.virten.net/​2014/​12/​unattended-esxi-installations-from-an-usb-flash-drive/​|Unattended ESXi Installation from an USB Flash Drive]]   * [[http://​www.virten.net/​2014/​12/​unattended-esxi-installations-from-an-usb-flash-drive/​|Unattended ESXi Installation from an USB Flash Drive]]
 +  * [[https://​jreypo.wordpress.com/​2011/​11/​14/​change-esxi-5-0-shell-keyboard-layout-with-esxcli/​|Change ESXi 5.0 Shell keyboard layout with esxcli]]
 +  * [[http://​thinkcloud.nl/​2011/​05/​31/​disk-selection-in-esxi-kickstart/​|Disk selection in ESXi kickstart]]
  
 =====    ===== =====    =====