讨论区 » AAS-V10企业版 »
实例相关命令
1.创建实例:asadmin create-instance --host localhost --port 6848 --node localhost-mydomain helloInstance
其中localhost为当前主机,可以用远程主机替代,例如192.168.1.2;--port 6848 为管控端口号;localhost-mydomain为默认节点;helloInstance为实例名
2.启动实例: asadmin start-instance helloInstance
3.停止实例:asadmin stop-instance helloInstance
4.部署应用: asadmin deploy --target helloInstance /opt/Apusic9/domains/mydomain/applications/ssi.war
其中helloInstance为实例名
5.取消部署应用:asadmin undeploy --target helloInstance ssi
其中helloInstance为实例名;ssi为应用名
6.查看实例数量及状态:asadmin list-instances