• 追加された行はこの色です。
  • 削除された行はこの色です。
目次~
#contents
*運用全般 [#c5f3af43]
*vCSA 運用全般 [#c5f3af43]

**rootパスワードのリセット方法 [#ge16391f]

***概要 [#i810674d]
vCSAのrootパスワードが分からなくなった場合の対処方法。~

***手順 [#p0810415]
以下の手順でパスワードを再設定することができる。~

-1. vCSAを起動し、ブートローダーの画面で処理を止める~
-2. ブートローダー画面で「p」を押下~
-3. ブートローダーのパスワードを入力する(初期値:vmware)~
-4. kernel行にカーソルをあわせ、「e」を押下~
-5. 末尾に以下を追記~
 init=/bin/bash
-6. vCSAをブートする~
-7. シェルが起動した段階で起動処理が止まるため、以下のコマンドでパスワードを設定する~
 # passwd root
-8. vCSAを再起動する~

***参考資料 [#p0145707]
[[vCenter Server Appliance 5.5 root account locked out after password expiration (2069041) :http://kb.vmware.com/selfservice/microsites/search.do?language=en_US&cmd=displayKC&externalId=2069041]]

**vSphere Web Client のタイムアウト時間を伸ばす [#n01a2e47]

***概要 [#j6aa97c5]
vSphere Web Clientは初期状態では120分でタイムアウトする。~
これを伸ばすには以下の手順で設定する。~

***手順 [#o1effac5]
-1. vCSAにシェルログインする~
-2. 以下のパスに移動~
 /var/lib/vmware/vsphere-client
-3. 以下のファイルを開く~
 webclient.properties
-4. 以下の項目の値を変更する(分単位)
 【変更前】#session.timeout = 120
 【変更後】session.timeout = [タイムアウト分]
-5. Web Clientサービスを再起動する~
 # /etc/init.d/vsphere-client restart
 
 Stopping VMware vSphere Web Client...
 Stopped VMware vSphere Web Client.
 Starting VMware vSphere Web Client...
 Intializing registration provider...
 Getting SSL certificates for https://192.168.1.230:7444/lookupservice/sdk
 Service with name 'vsphere-client-vcenter-69f41541-ab78-46ab-849d-63b5956f0569' and ID 'local:6539c8c8-bd6c-4122-9f67-6fedbfc75f79' was updated.
 Return code is: Success
 Waiting for VMware vSphere Web Client......
 running: PID:10998


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS