#contents
**メモ [#c1dd01ef]
以下は未整理の参考資料メモ~
~

**iSCSIにおけるPort Binding機能の利用 [#d049eff2]
iSCSI用インターフェイスのマルチパス構成手順。~
通常のNICチーミングではIPもしくはMAC単位のバランシングとなるため、同一の接続対象となるiSCSIストレージには冗長化としては機能するが、負荷分散としては機能しないため、以下の操作にてiSCSIインターフェイスとNICの紐付け設定を行い、負荷分散構成とする設定が必要となる。~

-設定状況の確認~
 esxcli swiscsi nic list --adapter vmhba[n]

-NIC紐付け~
 esxcli swiscsi nic add --nic vmk[n] --adapter vmhba[n]

-NIC紐付けの解除~
 esxcli swiscsi nic remove --nic vmk[n] --adapter vmhba[n]


-参考~
http://www.atmarkit.co.jp/fserver/articles/vsphere/03/03.html~

**ESXi4.0 -> 4.1アップデート [#sed175c7]
upgrade-from-ESXi4.0-to-4.1.0-0.0.260247-release.zipをダウンロード~

-アップデート
 >vihostupdate.pl --server 192.168.1.237 -i -b 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 updated successfully.
 
 >vihostupdate.pl --server 192.168.1.237 -i -b 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 changes to be effective.

-確認
 >vihostupdate.pl --server 192.168.1.237 --query
 Enter username: root
 Enter password:
 ---------Bulletin ID--------- -----Installed----- ----------------Summary-----------------
 ESXi410-GA-esxupdate          2010-07-24T03:18:42 ESXi pre-upgrade Bulletin
 ESXi410-GA                    2010-07-24T03:24:10 ESXi upgrade  Bulletin



**ESXi 設定のバックアップ [#a1d38a14]
-VMware\VMware vSphere CLI
 vicfg-cfgbackup.pl --server [IP] -s [FILE NAME]
 Enter username: root
 Enter password:
 Saving firmware configuration to [FILE NAME] ...

**ESXi 設定のリストア [#cf2c7921]
-VMware\VMware vSphere CLI
 vicfg-cfgbackup.pl --server [IP] -l [FILE NAME]

**検証中の問題点 [#l7a51a08]
***2010/7/25 [#u900f336]
-RTL8111DLではWindowsの仮想マシンを起動するとインターフェイスが応答不能になる~
>ケーブルの抜線で回復~

-RTL8111C/DLではiSCSIが使用できない~
>回避不可~

-INTEL系NICではWindownVM、iSCSIともに正常に稼働~
>Desktop向け製品は動かないらしい<未検証~

-VM系とマネージメント系のネットワークを分離すると応答しなくなる~
>検証不足~

-ASUS M3N32ではESXi4.1が動作しない~
>4.0は動作~
>4.1へアップデートは成功するが、再起動後ハングアップ~
>4.1へアップデートすることで起動時の問題(usb等のロード失敗)は解消~

トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS