Content Server Manual / Version 2107
Table Of Contents
With the IOR
utility program you can display an IOR in a user readable form. This program
determines whether the computer name or an IP is used for communication over CORBA and which CORBA port is
used. The CORBA communication settings can be configured (see Section 4.4, “Communication between the System Applications” in Operations Basics).
The program is executed with:
cm ior <ior1> <ior2> ...
Example:
> bin/cm ior `wget -qO- http://localhost:40180/ior` ... IOR:000000000000002549444c3a686f782f636f72656d2f636f7262612 f4c6f67696e536572766963653a312e3000000000000000010000000000 0000340001000000000016686f78706332342e636f72656d656469612e6 36f6d00042800000010000000003ab08a890005c0a800000000 IOR<IDL:hox/corem/corba/LoginService:1.0><IIOP:1.0:pcname. coremedia.com:1064>
Example 3.15. Execution of CM IOR with IOR of the CM Server