HP VAN SDN Controller Administrator Guide

52
Virgo Admin UI Access
The Virgo admin UI is configured to only be accessible via localhost. Access to this UI can be
made via http://localhost:8080/admin. This should not be used under normal circumstances,
but can be useful for debugging purposes.
To change the credentials of this console, get root console access to the machine(s) running the
HP VAN SDN Controller and edit the following file:
/opt/sdn/virgo/configuration/org.eclipse.virgo.kernel.users.properties
This file includes the following two entries:
user.admin=sdn
role.admin=admin
where role.admin defines the user and user.admin defines the password. This file needs to be
owned by user:sdn, group:sdn. Changes to this file require a restart of the controller to recognize
the new credentials.
To disable access to the Virgo Admin UI, either remove the following file or move it to a safe
location outside the pickup directory:
/opt/sdn/virgo/pickup/org.eclipse.virgo.management.console_3.6.2.RELEASE.jar
Virgo Console Access
This allows Virgo administrative access via ssh/telnet. This service is disabled by default. The
following file configures these properties and will require the controller to restart to recognize the
new settings:
/opt/sdn/virgo/pickup/org.eclipse.virgo.management.console_3.6.2.RELEASE.jar
JMX Console
The JMX Console is only enabled for local access. This is used by the controller for metering and
can also be used for debugging.
To enable JMX Console remote access, edit /opt/sdn/virgo/bin/dmk.sh. The following line
determines whether JMX allows remote access or not:
-Dcom.sun.management.jmxremote.local.only=true \
Any changes to this file require a controller restart to recognize the change.