SCV 4.8アップグレードでcurlエラーが表示される:JSON文字列が不正な形式
環境
- SnapCenter Plug-in for VMware vSphere(SCV)4.8
- SCVが 4.4以前からアップグレードされている
問題
- SCV 4.8へのアップグレード後にメンテナンスコンソールにログインすると、「maint」ユーザのパスワードの入力を再度求められます。
We trust you have received the usual lecture from the local System Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for maint:
- 「maint」ユーザのパスワードを入力すると、次のエラーが返されます。
sudo: curl: command not found
malformed JSON string, neither array, object, number, string or atom, at
character offset 0 (before “(end of string)”) at /home/maint/scripts/get-token.pl line 11.
curl: command not found malformed JSON string
メンテナンスコンソールの他のメニューにアクセスしようとすると、同じエラーが返されます。curl -V
curlがインストールされていないことを示すコマンド
$ sudo curl -V
sudo: curl: command not found