You access IDOL Admin from a web browser. You can only access the interface through URLs that are set in the Access-Control-Allow-Origin
parameter in the ACI server or component configuration file. For more information about configuring URL access, see Set Up IDOL Admin.
You must belong to the Admin authorization role to access IDOL Admin. If you do not belong to the Admin role, IDOL Admin blocks you from accessing the interface.
Some IDOL Admin features require Query, Index, or Service roles; IDOL Admin checks your status when you access the interface, and warns you that some features might be unavailable if you do not have the necessary permissions. You can view more information about your permissions status on the Permissions tab, or the Permissions section of the Status page.
To access IDOL Admin from the host that it is installed on
Type the following URL into the address bar of your web browser:
http://localhost:port
/action=admin
where port
is the ACI server or component ACI port.
To access IDOL Admin from a different host
Type the following URL into the address bar of your web browser:
http://host:port/action=admin
where:
host
|
is the name or IP address of the host that IDOL Admin is installed on. |
port
|
is the ACI server or component ACI port of the IDOL Admin host. |
|