Migrate-ds.pl, Important, Note – Red Hat 8.1 User Manual

Page 228: Syntax, Options

Advertising
background image

Table 7.27. logconv.pl Options to Display Occurrences

Option

Description

e

Lists the most frequent error and return codes.

f

Lists the bind DNs with the most failed logins
(invalid password).

c

Lists the number of occurrences for each type of
connection code.

i

Lists the IP addresses and connection codes of
the clients with the most connections, which
detects clients that may be trying to compromise
security.

b

Lists the most frequently used bind DNs.

a

Lists the most frequent base DNs when
performing operations.

l

Lists the most frequently used filter strings for
searches.

t

Lists the longest and most frequent etimes
(elapsed operation time).

n

Lists the largest and most frequent nentries
(entries per result).

x

Lists the number and OID of all extended
operations.

r

Lists the names of the most requested attributes.

g

Lists the details of all abandoned operations.

j

Gives recommendations based on data collected
from the log file.

u

Gives operation details about unindexed
searches.

y

Lists connection latency details, which indicates
the overall connection latency.

p

Lists open connection ID statistics, which
indicates the FDs that are not yet closed.

7.4 .9. migrate-ds.pl

The migrate-ds.pl script is used to migrate a Directory Server 7.1 instance to Directory Server 8.1.
Migration can happen between instances on on the same machine, on different machines, or on different
platforms.

IMPORTANT

Do not run setup-ds-admin.pl for the new Directory Server 8.1 instance before running the
migration script if you are migrating from a 7.1 server.
If you are upgrading from a Directory Server 8.0 server, do not run migrate-ds.pl. Run
setup-ds-adm in.pl -u instead.

NOTE

This script only migrates a Directory Server instance, not an Administration Server.

Information can be passed with the script or in an .inf file, same as the setup scripts.

Both the .inf parameters and command-line arguments are described in the silent configuration
section of the Installation Guide.

Syntax

m igrate-ds.pl --oldsroot=server_directory [ --actualsroot=server_directory ] [ --
instance=instance_name ] [ --file=name ] [ --cross ] [ --debug ] [ --log=name ]
General.ConfigDirectoryAdminPwd=password

Options

228

Chapter 7. Command-Line Scripts

Advertising