測試結果 | 結果代碼 | 結果解釋 |
---|---|---|
通票 | 0 | vCenter 管理密碼交叉檢查並成功登入 |
Warning | 1 | 資料庫項目已更正。 |
失敗 | 2 | 資料庫中保存的密碼不匹配。 |
嚴重 | 3 | 此測試沒有嚴重結果。 |
有時,如果啟用自動修正,VxVerify 可以修正資料庫表格間的不相符情形。
為了便於閱讀,每個通過的測試都不會在摘要報告中列出。
執行狀況檢查輸出的範例如下所示:
#========================#======#=========#====================================================================#==============# | Hostname / Category |Status Dell_KB | Warnings or Failures, unless tests Passed ; Product S.N. | #========================#======#=========#====================================================================#==============# | VxRM | Warning 183455 | saved_pw: PSQL settings table password corrected | | VxRM | Failure 183455 | saved_pw: Runtime.properties user or password incorrect | | VxRM | Failure 183455 | saved_pw: PSQL settings table password incorrect |
PSQL mysticmanager: management_account PSQL mysticmanager: settings runtime.properties發生衝突時使用的預設密碼是從 management_account 登入 PSC。
可在 VxRM 上執行命令,以手動重現此測試:
/usr/bin/psql -U postgres mysticmanager -c "select id,host,component,username,password,status from management_account"
使用者與加密密碼應分別與執行階段中的 data.managementUsername 和 data.managementPassword 屬性相符。此 VxVerify 測試可協助您顯示錯誤和需要更新的項目。
localos
curl -k --user administrator@vsphere.local -X POST "https://<IP Address VxRail Manager>/rest/vxm/v1/system/update-credential" -H "accept: application/json" -H "Content-Type: application/json" -d "[{\"component\": \"psc\",\"hostname\": \"hostname\",\"username\": \"username\",\"password\": \"xxxxx\"}]"
範例:
curl -k --user administrator@vsphere.local -X POST "https://172.19.4.201/rest/vxm/v1/system/update-credential"" -H "accept: application/json" -H "Content-Type: application/json" -d "[{\"component\": \"psc\",\"hostname\": \"lab01-PSC.cork.local\",\"username\": \"vxrailmgmt\",\"password\": \"VxR@il1234\"}]"