This gist provides an overview of usefull commands for working with webMethods on linux.
$ /opt/softwareag/profiles/IS_default/bin/sagis912 help
$ /opt/softwareag/profiles/IS_default/bin/sagis912 start$ systemctl status sag*$ tail -f /opt/softwareag/IntegrationServer/instances/default/logs/server.log$ tail -n 20 /opt/softwareag/IntegrationServer/instances/default/logs/server.logFollowing commands are red had linux based
Check status
$ systemctl status firewalldStop & start firewall
$ service firewalld stop
$ service firewalld startDisable firewall
$ service firewalld disable$ firewall-cmd --zone=public --add-port=[port]/tcp --permanent
$ firewall-cmd --reload| Name | Port | Description |
|---|---|---|
| IS primary port | 5555 | IS default port |
| IS diagnostic port | 9999 | |
| Command Central HTTP port | 8090 | |
| Command Central HTTPS port | 8091 | |
| Platform Manager HTTP port | 8092 | |
| Platform Manager HTTPS port | 8093 | |
| Process Performance Manger Load balancer port | 4080 | |
| Process Performance Manger Load balancer SSL port | 4443 | |
| My webMethods Server | 8585 | |
| Universal Messaging NHP port | 9000 | |
| tsa-port | 9510 | Terracotta server array port |
| jmx-port | 9520 | Terracotta server jmx |
| tsa-group-port | 9530 | Terracotta server group port |
| management-port | 9540 | Terracotta server management port |
Process Performance Manager URL | http://:4080/ppm