HP-UX Directory Server 8.1 configuration, command, and file reference

[alias]
M1 = host1.example.com:10011
C1 = host4.example.com:10021
C2 = host2.example.com:10022
[color]
0 = #ccffcc
5 = #FFFFCC
60 = #FFCCCC
A shadow port can be set in the replication monitor configuration file. For example:
host:port=shadowport:binddn:bindpwd:bindcert
When the replication monitor finds a replication agreement that uses the specified port, it will
use the shadow port to connect to retrieve statistics.
7.4.14 schema-reload.pl (Reload schema files dynamically)
Manually reloads the schema files used by the Directory Server instance either in the default
location or in user-specified locations.
To run this script, the server must be running. The script creates an entry in the directory that
launches this dynamic task.
Syntax
schema-reload.pl -D rootdn { -w password | -w - | -j filename } [ -d schema_directory
] [ -v ]
Options
Table 7-33 schema-reload.pl options
DescriptionOption
Gives the full path to the directory where the schema file is located. If this is not specified, the
script uses the default schema directory,
/etc/opt/dirsrv/slapd-instance_name/schema.
IMPORTANT:
If schema files are not in the default directory, then the Directory Server will not use them the
next time it restarts unless the schema-reload.pl script is run again.
-d
schema_directory
Gives the user DN with root permissions, such as Directory Manager. The default is the DN
of the Directory Manager, which is read from the nsslapd-root attribute under cn=config.
-D rootdn
The name of the file containing the password.
-j filename
Verbose mode.-v
The password associated with the user DN.
-w password
Prompts for the password associated with the user DN.-w -
7.4.15 verify-db.pl (Check for corrupt databases)
Verifies the backend database files. If the server crashes because of a corrupted database, this
script can be used to verify the integrity of the different database files to help isolate any problems.
7.4 Perl scripts 237