ESXi4.0から4.1へのアップグレード +

はじめに +

Windows端末からVMware vSphere CLI 4.1を利用して、ESXiを4.1へアップグレードします。

正式手順はVMwareのドキュメント(具体的な手順は61ページ以降)を参考にして下さい。

準備(ダウンロード) +

  • 次に「C:\Windows\System32」配下に必要なdllファイルがあるか確認します。
    libxml2.dll
    iconv.dll
    zlib1.dll
    libeay32.dll
    ssleay32.dll
    無い場合は下記サイトからダウンロードします。
    ftp://ftp.zlatkovic.com/libxml/

メンテナンスモードへの切り替え +

  • ESXi上の仮想マシンを全て停止させます。
  • ESXiをメンテナンスモードへ切り替えます。
    esxi_upgrade.jpg

アップグレード +

  • VMware vSphere CLIをスタートメニューから起動します。
    C:\ProgramData\Microsoft\Windows\Start Menu\Programs\VMware\VMware vSphere CLI\Command Prompt

    そうすると、CLIのプロンプトが表示されるので以降はこの画面で操作します。
    esxi_upgrade02.jpg


  • binディレクトリへ移動します。
    C:\Program Files\VMware\VMware vSphere CLI\bin>cd bin

  • アップグレードを実行します。(見やすくするため改行してあります)
    C:\Program Files\VMware\VMware vSphere CLI\bin> vihostupdate.pl 
    --server 192.168.11.50 
    -i -b  C:\Downloads\esxi\upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip 
    -B ESXi410-GA-esxupdate
    
    Enter username: root
    Enter password:
    Please wait patch installation is in progress ...
    Host update successfully.
    ※下記は環境に合わせて変更して下さい
    • 192.168.11.50はESXiのIPを指定します。
    • 「C:\Downloads\esxi\upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip」はアップグレードファイルのフルパスを指定します。

  • アップグレード処理を完了させます。(見やすくするため改行してあります)
    C:\Program Files\VMware\VMware vSphere CLI\bin> vihostupdate.pl 
    --server 192.168.11.50 
    -i -b  C:\Downloads\esxi\upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zip 
    -B ESXi410-GA
    
    Enter username: root
    Enter password:
    Please wait patch installation is in progress ...
    The update completed successfully, but the system needs to be rebooted for the c
    hanges to be effective.

  • アップデート内容の確認(見やすくするため改行してあります)
    C:\Program Files\VMware\VMware vSphere CLI\bin>vihostupdate.pl --server 192.168.11.50
    --query
    Enter username: root
    Enter password:
    ---------Bulletin ID--------- -----Installed----- ----------------Summary-----------------
    ESXi410-GA-esxupdate          2010-09-16T16:18:31 ESXi pre-upgrade Bulletin
    ESXi410-GA                    2010-09-16T16:39:15 ESXi upgrade Bulletin

  • ESXiを再起動させて4.1で起動する事を確認します。問題なければアップグレード作業完了です。
このエントリーをはてなブックマークに追加
Last-modified: 2010-09-18 (土) 10:45:13 (522d)   最終更新のRSS