Version 9.1.x的密码更改操作:
1. 在C盘路径下创建存放新密码的txt文档 (如我们创建一个pw0510.txt)
2. 以管理员身份打开cmd窗口,依次输入以下命令:
cd /d C:\
certutil.exe -encode test.txt pwout.txt
(到这一步您会在C盘看到新生成的pwout.txt文档,里面存放有encode password)
3. 打开C:\Program Files\EMC NetWorker\nsr\authc-server\scripts文件夹下的authc-local-config.json.template文件
修改user name 为administrator,password修改为pwout.txt文档里的encode password,保存。
{
"local_users" : [ {
"user name" : "your_username",
"password" : "your_encoded_password"
} ]
}
4. 重命名authc-local-config.json.template 为 authc-local-config.json 并将该json文件复制到 C:\ProgramFiles\EMC NetWorker\nsr\authc-server\tomcat\conf文件夹下
5. 回到命令窗口运行:net stop nsrexecd
Y
net start nsrd
6. 等服务重启之后运行命令:authc_mgmt -u administrator -p "新密码" -e find-all-users
7. 运行命令:net start gstd
之后重启NMC就可以了。