Neoview User Management and Security Administration Guide (R2.5)

or
[.SEC] INFO SERVER *, {ALL|[,attributes]}
Parameters
See Attributes of Directory Server Configurations” (page 78) for attribute definitions. The
following considerations apply specifically to the INFO SERVER command:
domainName and UsagePri , if provided must match an existing configuration entry. An
asterisk (*) means to list configuration attributes for all defined directory servers.
Most attributes in this command do not include values; rather, you give the name of the
attribute to indicate that you want to see its value displayed. The only exceptions to this
rule are that you can specify values for ConfigText and CACert; if you specify a filename
for either of these attributes, the corresponding values from the configuration entry are
written to that file, overwriting any existing content.
NOTE: If you use the form of the command in which an asterisk replaces domainName
and UsagePri, it makes no sense to specify a filename for ConfigText and CACert,
because the previous values would be overwritten for each successive configuration entry.
In this case, the certificate data is written to the filename associated with the last server
configuration entry.
Specifying ALL instead of attributes causes the command to display all attributes for
the configuration.
Omitting attributes causes the command to display a syntax error message.
The command fails and an error is returned if
You are not logged on in the role ROLE.SECMGR.
You include domainName and UsagePri, but no matching configuration entry exists.
The command line is syntactically incorrect.
The output format differs according to whether you display configurations for one or all
configured servers, as illustrated in the examples.
Examples
The following command displays the host, port and version for a directory server called
NeoviewDirectoryServer, with a priority of 9.
.sec info server NeoviewDirectoryServer 9,host, port, version
The following output example shows the host, port, and encryption option for all configured
servers.
.sec info server *, host, port, encryption
DOMAIN NAME: NEOVIEWDIRECTORYSERVER
USAGE PRIORITY: 900
HOST NAME: this.is.my.name.net
PORT NUMBER: 389
ENCRYPTION: NONE
DOMAIN NAME: DEFAULT
USAGE PRIORITY: 0
HOST NAME: NULL
PORT NUMBER: 389
ENCRYPTION: NONE
...
92 LDAP Server Configuration on Neoview