Connecting to FAS via the CLI
- Navigate to the FAS's bin directory e.g.
cd <FAS_INSTALL_DIR>/bin
- Start the JBoss CLI GUI using command below, "ADDRESS" is the address of master host of the FAS cluster
./jboss-cli.sh --controller=<ADDRESS> --gui
To add an application router:
Navigate to node /profile=ha --> subsystem=sip --> app-router=*
You can use add option as shown below to add an app-router.
To remove an application router:
Navigate to node /profile=ha --> subsystem=sip --> app-router=<app router name>, you will find option to remove selected app router as below:
To set an application router to be the default application router:
Navigate to node /profile=ha --> subsystem=sip --> app-router=<app router name>, you will find option to change default app-router attribute as below:
To add a controlled domain for an application router:
Navigate to node /profile=ha --> subsystem=sip --> app-router=<app router name>, you will find option to add controlled-domains as below. Replace "*" in cmd> display bar with the name of controlled domain :
To remove a controlled domain for an application router:
Navigate to the controlled-domain you wish to remove, you will find option to remove controlled domain as below:
To add an application artefact for an application router:
Navigate to node /profile=ha --> subsystem=sip --> app-router=<app router name>, you will find option to add application-artefact as below. Replace "*" in cmd> display bar with the name of artefact:
To remove an application artefact for an application router:
Navigate to the artefact you wish to remove, you will find option to remove as below:
Comments
0 comments
Please sign in to leave a comment.