iMC,SQL Server
1.进入iMC服务器,打开cmd命令行界面;
2.使用命令行cd C:\Program Flies\iMC\deploy 进入imc/deploy路径。
3.输入instinfomgr.bat,运行instinfomgr.bat文件;
4.可以看到提示:
Usage:
To query install info: isntInfoMgt.bat -query
To modify install info: isntInfoMgt.bat -modify property1=value1 property2=value2 ...
Support properties : dbAddr,dbAdminName,dbAdminPwd,dbPort,dbInstName Warning: There can not be spaces between the property and the equals sign and the value.
按照提示可知,修改监听端口的命令为isntinfomgt.bat -modify dbPort = value(与SQL Server修改后的端口值一致)
输入之后及修改完成。
在第四步中,监听端口修改提示的语句为isntInfoMgt.bat -modify dbPort=value,而实际输入时应输入isntinfomgt.bat -modify dbPort = value。如果将语句中isntinfomgt.bat的"i"和“m”大写,执行语句时会提示isntInfoMgt.bat不是可执行的命令。
该案例暂时没有网友评论
✖
案例意见反馈
亲~登录后才可以操作哦!
确定你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作