Access vSphere Integrated Containers Appliance Logs
You access the logs for the vSphere Integrated Containers appliance by using SSH.
Prerequisites
Make sure that SSH access to the appliance is enabled. To enable SSH access to the appliance, see Reconfigure the vSphere Integrated Containers Appliance.
Procedure
- Use SSH to connect to the appliance as root user.
$ ssh root@new_vic_appliance_address
When prompted for the password, enter the appliance password that you specified when you deployed the appliance. - To access the logs for the appliance, navigate to
/var/log
.$ cd /var/log
The/var/log
folder contains the appliance installation log,installation.log
. To access logs for vSphere Integrated Containers Registry, navigate to
/var/log/harbor
.$ cd /var/log/harbor
The/var/log
folder contains the log files for the following services:adminserver.log
: Registry administration serviceclair-db.log
: Clair database used for vulnerability scanning of imagesclair.log
: Clair service used for vulnerability scanning of imagesjobservice.log
: Registry job service logmysql.log
: Embedded registry databasenotary-db.log
: Notary database by Docker Content Trustnotary-server.log
: Notary server used by Docker Content Trustnotary-signer.log
: Notary image signing service used by Docker Content Trustregistry.log
: Registry service logsui.log
: User interface logs
To access logs for vSphere Integrated Containers Management Portal, run the
docker logs
command.vSphere Integrated Containers Management Portal runs as a Docker container in the appliance.
$ docker logs vic-admiral