Friday, June 29, 2007

Get the routing id for the OPMN

In order to get the routing ID that is used within OPMN issue the following command:

opmnctl status -app -l

Applications in Instance: as1013

application type: OC4J
-----+------------+---------+---------+----------+-------------+--------
pid | name | state | rtid | routable | appctx | parent
-----+------------+---------+---------+----------+-------------+--------
3184 | system | started | g_rt_id | true | |
3184 | default | started | g_rt_id | true |/.rmiTunnel| system
3184 | DaonEngine | started | g_rt_id | true | | default
3184 | ascontrol | stopped | g_rt_id | true | |
2852 | system | started | g_rt_id | true | |
2852 | default | started | g_rt_id | true | /.rmiTunnel | system
2852 | bc4j | started | g_rt_id | true | |
2852 | ascontrol | started | g_rt_id | true | | system

The rtid is the routing id. In the above example the routing id is the same for the complete environment.

No comments: