...
Code Block | ||
---|---|---|
| ||
$ bin/status -h ds.localtest.me -p 1636 -D "cn=Directory Manager" -w administrator --useJavaTrustStore $HOME/openam/security/keystores/truststore |
This will output similar to the following:
Code Block | ||
---|---|---|
| ||
>>>> General details
Version : ForgeRock Directory Services 7.0.0
Installation and instance path : /Users/robert.wapshott/tmp/opends/opendj
Run status : Started
Host name : c02yq04zjgh7.lan
Server ID : Linnea_Luk
Administration port (LDAPS) : 4444
Open connections : 1
>>>> Running server Java details
Java version : 11.0.8
Java vendor : AdoptOpenJDK
JVM available CPUs : 12
JVM max heap size : 8 gib
>>>> Connection handlers
Name : Port : Load m1 rate : Load m5 rate
------:------:--------------:---------------------
HTTPS : 8443 : 0.0 : 0.0
LDAP : 1389 : 0.0 : 0.0
LDAPS : 1636 : 0.006 : 0.018000000000000002
>>>> Local backends
Base DN : Entries : Replication : Receive delay : Replay delay : Backend : Type : Active cache
---------------------:---------:-------------:---------------:--------------:-----------------:-------:-------------
ou=tokens : 5 : - : - : - : amCts : DB : 3.25 mb
ou=identities : 5 : - : - : - : amIdentityStore : DB : 3.23 mb
ou=am-config : 3 : - : - : - : cfgStore : DB : 3.23 mb
uid=Monitor : 1 : - : - : - : monitorUser : Other : -
cn=Directory Manager : 1 : - : - : - : rootUser : Other : -
>>>> Proxy backends
There are no proxy backends setup in the server
>>>> Disk space
Disk space : State : Free space
-----------:--------:-----------
/Users : normal : 540.32 gb |
Which indicates the server is online.
Define javax.net.ssl
System Properties
...