2015/11/26

Dell PowerEdge上のVMware ESXi 5.5を6.0 U1に更新する・その7・ライセンスの入力

メジャーバージョンが変わったので、ライセンスを入力しなおす必要がある。
まず、現状を確認する。
[root@esxi03:~] vim-cmd vimsvc/license --show
[200] Sending request for installed licenses...[200] Complete, result is:
   serial: 00000-00000-00000-00000-00000
   vmodl key: eval
   name: Evaluation Mode
   total: 1
   used:  1
   unit: host
   Properties:
     [ProductName] = VMware ESX Server
     [ProductVersion] = 6.0
     [evaluation] = License has not been set, evaluation Period in effect.
     [expirationHours] = 1439
     [expirationMinutes] = 45
     [expirationDate] = 2016-01-25T06:21:17.894699Z
     [system_time] = 2015-11-26T06:36:17.899722Z
     [feature] = vsmp:0 ("Unlimited virtual SMP")
     [feature] = h264remote ("H.264 for Remote Console Connections")
<<略>>
     [feature] = vgpu ("vGPU")
     [FileVersion] = 6.0.1.2
     [LicenseFilePath] = /usr/lib/vmware/licenses/site/license-esx-60-e16-suite-vsom-c1-201306
     [LicenseFilePath] = /usr/lib/vmware/licenses/site/license-esx-60-e18-robo-c3-201306
<<略>>
     [LicenseFilePath] = /usr/lib/vmware/licenses/site/license-esx-60-e9-sub-c1-201306
     [Localized] = 

[200] End of report.
[root@esxi03:~]
現在は、ライセンスキー(serial)が入力されておらず、評価モード(Evaluation Mode)であることが判る。


別途入手しておいたライセンスキーを入力する。
[root@esxi03:~] vim-cmd vimsvc/license --set XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

   serial: XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   vmodl key: esx.hypervisor.cpuPackage
   name: VMware vSphere 6 Hypervisor
   total: 0
   used:  2
   unit: cpuPackage
   Properties:
     [ProductName] = VMware ESX Server
     [ProductVersion] = 6.0
     [count_disabled] = This license is unlimited
     [feature] = vsmp:8 ("Up to 8-way virtual SMP")
     [FileVersion] = 6.0.1.2
     [LicenseFilePath] = /usr/lib/vmware/licenses/site/license-esx-60-e16-suite-vsom-c1-201306
     [LicenseFilePath] = /usr/lib/vmware/licenses/site/license-esx-60-e18-robo-c3-201306
<<略>>
     [LicenseFilePath] = /usr/lib/vmware/licenses/site/license-esx-60-e9-sub-c1-201306
     [Localized] = 
[200] Command Complete.
Result: Success
[root@esxi03:~]
ライセンスが正常に入力されたことが判る。

vSphere Clientを対象ホストに接続して確認する。


バージョン(6.0.0)、ビルド番号(3029758)が変わっていることが確認できる。
「構成」タブをクリック、「ソフトウェア」→「ライセンス機能」をクリックする。


正常にライセンスがインストールされていることが判る。


その0・概要
その1・アップロード
その2・現状の確認
その3・RBSDファイルの内容の確認
その4・メンテナンスモードへの切替
その5・ESXiの更新
その6・再起動と確認
その7・ライセンスの入力

0 件のコメント: