This is a single instance. There is nothing special about it. It's in a sandbox type environment that is not locked down in any kind of way.
Here's the output from those 2 commands.
```
GLUU.root@dev-ecp:/var/ox/oxtrust/vds-snapshots# /opt/opendj/bin/ldapsearch -h 127.0.0.1 -p 1636 -s sub -T -Z -X -D 'cn=directory manager' -w inventrio -b 'o=gluu' -z 5 '(objectclass=oxtrustconfiguration)' oxTrustConfCacheRefresh
dn: ou=oxtrust,ou=configuration,inum=@!D400.1B10.7F90.F198!0002!7AFB.4452,ou=appliances,o=gluu
oxTrustConfCacheRefresh: {"sourceConfigs":[{"configId":"vitl ldap server","bindDN":"cn=gridadmin,ou=users,dc=trio,dc=giab","bindPassword":"XXXXXXXXXX","servers":["10.10.10.16:1024"],"maxConnections":5,"useSSL":false,"baseDNs":["ou=users,dc=trio,dc=giab"],"primaryKey":null,"localPrimaryKey":null,"useAnonymousBind":false,"enabled":false,"version":0,"level":1}],"inumConfig":{"configId":"local_inum","bindDN":"cn=directory manager","bindPassword":"XXXXXXXXXXXX","servers":["localhost:1636"],"maxConnections":10,"useSSL":true,"baseDNs":["o=site"],"primaryKey":null,"localPrimaryKey":null,"useAnonymousBind":false,"enabled":true,"version":0,"level":0},"targetConfig":{"configId":null,"bindDN":null,"bindPassword":null,"servers":[],"maxConnections":0,"useSSL":false,"baseDNs":[],"primaryKey":null,"localPrimaryKey":null,"useAnonymousBind":false,"enabled":false,"version":0,"level":0},"ldapSearchSizeLimit":100,"keyAttributes":["uid"],"keyObjectClasses":["person"],"sourceAttributes":["uid","sn","cn","mail","givenName","o","employeeNumber"],"customLdapFilter":"","updateMethod":"copy","defaultInumServer":false,"keepExternalPerson":true,"useSearchLimit":true,"attributeMapping":[{"source":"uid","destination":"uid"},{"source":"sn","destination":"sn"},{"source":"cn","destination":"cn"},{"source":"mail","destination":"mail"},{"source":"givenName","destination":"givenName"},{"source":"o","destination":"o"},{"source":"employeeNumber","destination":"nickname"}],"snapshotFolder":"/var/ox/oxtrust/vds-snapshots","snapshotMaxCount":10}
```
```
GLUU.root@dev-ecp:/var/ox/oxtrust/vds-snapshots# /opt/opendj/bin/ldapsearch -h 127.0.0.1 -p 1636 -s sub -T -Z -X -D 'cn=directory manager' -w inventrio -b 'o=gluu' -z 5 '(objectclass=gluuappliance)' gluuVdsCacheRefreshPollingInterval gluuVdsCacheRefreshEnabled gluuIpAddress
dn: inum=@!D400.1B10.7F90.F198!0002!7AFB.4452,ou=appliances,o=gluu
gluuVdsCacheRefreshPollingInterval: 1
gluuVdsCacheRefreshEnabled: enabled
gluuIpAddress: 10.10.10.5
```