在使用更改实例主机名功能前,您需要参考本文操作将密码插件(reset-authentication)升级至指定版本。
请根据您的Linux操作系统发行版本参考下文进行密码插件升级操作。
说明
dpkg -s reset-authentication
dpkg -r reset-authentication
wget http://volc-ecs.tos-s3-cn-beijing.volces.com/reset-authentication_1.0.11-0_amd64.deb
wget http://volc-ecs.tos-s3-cn-beijing.ivolces.com/reset-authentication_1.0.11-0_amd64.deb
dpkg -i reset-authentication_1.0.11-0_amd64.deb
systemctl is-active reset-authentication.service
systemctl is-enabled reset-authentication.service
查看是否安装密码插件。
请确认是否存在C:\Program Files\Reset Authentication
目录,目录下是否有文件和log文件夹,打开log文件,查看版本。
若存在上述文件,表示已安装旧版插件(如下图),您可重新下载新的插件,并执行如下命令启动密码插件即可。"C:\Program Files\Reset Authentication\reset-authentication.exe"
若不存在上述文件,表示未安装密码插件,执行步骤3。
下载并安装新版插件。
C:\Program Files\Reset Authentication
目录。ps1自启动脚本
wget -Uri "http://volc-ecs.tos-s3-cn-beijing.volces.com/reset-authentication.ps1" -OutFile reset-authentication.ps1
C:\Program Files\Cloudbase Solutions\Cloudbase-Init\LocalScripts
密码插件
wget -Uri "http://volc-ecs.tos-s3-cn-beijing.volces.com/reset-authentication.exe" -OutFile reset-authentication.exe
C:\Program Files\Reset Authentication
在PowerShell中依次执行如下命令进行初始化操作。
执行如下命令,获取实例UUID。$instance_id = ((Invoke-WebRequest -URI "http://100.96.0.96/openstack/latest/meta_data.json" -UseBasicParsing).Content | ConvertFrom-Json).uuid
执行如下命令,删除Cloudbase-init注册表部分配置,使密码插件能正常运行。
若您未运行过Cloudbase-init,无需执行此命令。
Remove-ItemProperty "HKLM:\SOFTWARE\Cloudbase Solutions\Cloudbase-Init\$instance_id\Plugins" LocalScriptsPlugin
执行如下命令,启动密码插件。
"C:\Program Files\Reset Authentication\reset-authentication.exe"