vSphere ESXi 6.7でRealtek NICを動かす(ESXi-Custmizer-PS編)
ESXi6.5の場合はこちら。正直もう特に言うことないです。
イメージ作成環境
今回は、以下の構成で実施しております。
PowerCLIは古くても大丈夫だと思いますが、ESXi-Customizerは2.6でないとESXi6.7に対応していません。
あと事前にポリシーを変更しておくのをお忘れなく。
PS C:\> Get-ExecutionPolicy -List Scope ExecutionPolicy ----- --------------- MachinePolicy Undefined UserPolicy Undefined Process Undefined CurrentUser Undefined LocalMachine Restricted PS C:\> Set-ExecutionPolicy Unrestricted -Scope CurrentUser 実行ポリシーの変更 実行ポリシーは、信頼されていないスクリプトからの保護に役立ちます。実行ポリシーを変更すると、about_Execution_Policies のヘルプ トピック (https://go.microsoft.com/fwlink/?LinkID=135170) で説明されているセキュリティ上の危険にさらされる可能性があります。実行ポリシーを変更しますか? [Y] はい(Y) [A] すべて続行(A) [N] いいえ(N) [L] すべて無視(L) [S] 中断(S) [?] ヘルプ (既定値は "N"): y PS C:\> Get-ExecutionPolicy -List Scope ExecutionPolicy ----- --------------- MachinePolicy Undefined UserPolicy Undefined Process Undefined CurrentUser Unrestricted LocalMachine Restricted
ESXi6.7のインストーラを作る
net55-r8168が組み込まれたイメージを作成します。
PowerCLI C:\esxi> .\ESXi-Customizer-PS-v2.6.0.ps1 -v67 -vft -load net55-r8168 セキュリティ警告 信頼するスクリプトのみを実行してください。インターネットから入手したスクリプトは便利ですが、コンピューターに危害を及ぼ す可能性があります。このスクリプトを信頼する場合は、この警告メッセージが表示されないように、Unblock-File コマンドレットを使用して、スクリプトの実行を許可してください。C:\esxi\ESXi-Customizer-PS-v2.6.0.ps1 を実行しますか? [D] 実行しない(D) [R] 一度だけ実行する(R) [S] 中断(S) [?] ヘルプ (既定値は "D"): R This is ESXi-Customizer-PS Version 2.6.0 (visit https://ESXi-Customizer-PS.v-front.de for more information!) (Call with -help for instructions) Logging to C:\Users\mobile\AppData\Local\Temp\ESXi-Customizer-PS-6576.log ... Running with PowerShell version 5.1 and VMware PowerCLI version 6.5.0.2604913 Connecting the VMware ESXi Online depot ... [OK] Connecting the V-Front Online depot ... [OK] Getting Imageprofiles, please wait ... [OK] Using Imageprofile ESXi-6.7.0-20181104001-standard ... (dated 11/08/2018 08:39:18, AcceptanceLevel: PartnerSupported, Updates ESXi 6.7 Image Profile-ESXi-6-7-0-20181104001-standard) Load additional VIBs from Online depots ... Add VIB net55-r8168 8.045a-napi [New AcceptanceLevel: CommunitySupported] [OK, added] Exporting the Imageprofile to 'C:\esxi\ESXi-6.7.0-20181104001-standard-customized.iso'. Please be patient ... All done.
後はこれをインストールするだけです。