PreviousNext

Subcommands

The following subcommand descriptions use default_replica to indicate the default replica and other_replica to indicate a replica other than the default. other_replica must identify a replica in the default cell. It is specified by its name on the cells replica list (that is, by its cell-relative name). Use the lrep subcommand to view the default cells replica list.

become [ -master ] [ -slave ]
The -master option makes the current default replica (which must be a slave) the master replica.

The -slave option makes the current default replica (which must be the master) a slave replica.

This method of changing to master or slave can cause updates to be lost. The change_master subcommand is the preferred means of designating a different master replica. However, you may find the become -master command useful if the master server is irrevocably damaged and you are unable to use change_master.

change_master -to other_replica
Make the replica specified by other_replica the master replica. To perform this operation, other_replica must be a slave, and the current default replica must be the master. If the current default replica is not the master, sec_admin attempts to bind to the master.

If the change operation is successful, the current master:

1. Applies all updates to other_replica

2. Becomes a slave

3. Tells other_replica to become the master

delr[ep] other_replica [-force ]
Delete the registry replica identified by other_replica. To perform this operation, the current default replica must be the master. If it is not, sec_admin attempts to bind to the master.

If the delete operation is successful, the master:

1. Marks other_replica as deleted

2. Propagates the deletion to all replicas on its replica list

3. Delivers the delete request to other_replica

4. Removes other_replica from its replica list

The -force option causes a more drastic deletion. It causes the master to first delete other_replica from its replica list and then to propagate the deletion to the replicas that remain on its list. Because this operation never communicates with the deleted replica, you should use -force only when the replica has died irrecoverably. If you use -force while other_replica is still running, you should then use the destroy subcommand to eliminate the deleted replica.

h[elp] [command]
Lists the sec_admin subcommands and shows their allowed abbreviations. If command is specified, displays help for the specified command.

info [-full]
Displays status information about the default replica.

The info subcommand contacts the default replica to obtain the appropriate information. If this information is not available, info prints the replica name and a message stating the information is not available.

Without the -full option, info displays:

The default replicas name and the name of the cell in which the replica exists

Whether the replica is a master or a slave

The date and time the replica was last updated and the update sequence number

An indication of the replicas state, as follows:

Bad State - The state of the replica prohibits the requested operation.

Uninitialized - The database is a stub database that has not been initialized by the master replica or another up-to-date replica

Initializing - The replica is in the process of being initialized by the master replica or another up-to-date replica

In Service - The replica is available for queries and propagation updates if it is a slave replica or queries and updates if it is the master replica

Copying Database - The replica is in the process of initializing (copying its database to) another replica

Saving Database - The replica is in the process of saving its database to disk.

In Maintenance - The replica is unavailable for updates but will accept queries

Changing Master Key - The replica is in the process of having its master key changed

Becoming Master - The replica is in the process of becoming the master replica (applicable to slave replicas only)

Becoming Slave - The master replica is in the process of becoming a slave replica (applicable to the master replicas only)

Closed - The replica is in the process of stopping

Deleted - The replica is in the process of deleting itself

Duplicate Master - The replica is a duplicate master and should be deleted.

The master replica is available for queries when it is in the in-service, copying-database, in-maintenance, master-key-changing and becoming-slave states. It is available for updates only when it is in the in-service state.

A slave replica is available for queries when it is in the in-service, copying-database, master-key-changing and becoming-master states. It accepts updates from the master replica only when it is in the in-service state. It accepts a request from the master replica to initialize only when it is in the uninitialized or in-service state.

The -full option displays all the above information and the following information:

The default replicas unique identifier

The replicas network addresses

The unique identifier of the cells master replica

The network addresses of the cells master replica

The master sequence number, which is the sequence number of the event that made the replica the master

If the replica is the master replica, the update sequence numbers that are still in the propagation queue and have yet to be propagated

The DCE software version number.

initr[ep] other_replica
Reinitializes a replica by copying an up-to-date database to other_replica.

The master replica initiates and guides the operation. If the operation is successful

1. The master replica
a. Marks other_replica for reinitialization
b. Tells other_replica to reinitialize itself
c. Gives other_replica a list of replicas with up-to-date databases

2. The other_replica picks a replica from the list and asks that replica to initialize it (that is, to copy its database to other_replica)

To perform this operation, other_replica must be a slave, and the current default replica must be the master. If the current default replica is not the master, sec_admin attempts to bind to the master.

This subcommand is generally not used under normal conditions.

lr[ep] [-s[tate]] [-u[uid]] [-a[ddr]] [-p[rop]] [-al[l]]
Lists the replicas on the default replicas replica list.

If you enter no options, the display includes the replica name and whether it is the master replica. In addition if the master replicas list is being displayed, slave replicas marked for deletion are noted. With options, the display includes this information and the information described in the following paragraphs.

The -state option shows each replicas current state, the date and time the replica was last updated, and the update sequence number. To obtain this information, lrep contacts each replica. If this information is not available from the replica, lrep prints the replica name and a message stating the information is not available.

The -addr option shows each replicas network addresses.

The -uuid option shows each replicas unique identifier.

The -prop option shows:

The date and time of the last update the master sent to each slave replica

The sequence number of the last update to each slave replica

The number of updates not yet applied to each slave replica

The status of the master replicas last communication with each slave replica

The propagation state of each slave replica. This state, illustrates how the master replica views the slave replica, can be any of the following:

Bad State - The state of the replica prohibits the requested operation.

Marked for Initialization - The replica has been marked for deletion by the master replica.

Initialized - The replica has been marked for initialization by the master replica.

Initializing - The replica is in the process of being initialized by the master replica.

Ready for Updates - The replica has been initialized by the master replica and in now available for propagation updates from the master replica.

Marked for Deletion - The replica has been marked for deletion by the master replica.

This information is obtained from the master replica; the slave replicas are not contacted for this information.

The -prop option is valid only for the master.

For slave replicas, the -all option shows all the information above except that displayed by the -prop option. For the master replica, the -all option shows all the information.

mas[ter_key]
Generates a new master key for the default replica and reencrypts account keys using the new key. The new master key is randomly generated.

Each replica (master and slaves) maintains its own master key used to access the data in its copy of the database.

monitor [-r m]
Periodically list the registry replicas stored in the current default replicas replica list. The list includes each replicas current state, the date and time the replica was last updated and the update sequence number. Note that this is the same information as that displayed by the info subcommand with no options.

The monitor subcommand contacts each replica to obtain the information it displays. If this information is not available from the replica, monitor prints the replica name and a message stating the information is not available.

The -r option causes the replicas to be listed at intervals you specify; m is a number of minutes between intervals. The default is 15 minutes.

destroy default_replica
Destroy the current default replica. To perform this operation, the current default replica and the default replica you name as default_replica must be the same. This is to confirm that you want to perform the deletion.

If the operation is successful, the default replica deletes its copy of the registry database and stops running. This subcommand does not delete default_replica from the replica lists. Use the delrep -force subcommand to delete the replica from the other replica lists.

The preferred way to delete replicas is to use the delrep subcommand. However, the destroy subcommand can be used if delrep is unusable because the master is unreachable or the replica is not on the masters replica list.

site [name [-u[pdate]]]
Set or display the default cell and the default replica.

The name argument identifies the replica to set as the default replica and, as a consequence, the default cell. It can be:

A specific cell name (or /.: for the local cell) to make any replica in the named cell the default.

The global name of a replica to make the specified replica in the specified cell the default.

The name of a replica as it appears on the replica list to make the named replica (which exists in the default cell) the default replica.

A string binding to a specific replica. An example of a string binding is ncadg_ip_udp:15.22.144.163. This form is used primarily for debugging or if the Cell Directory Service is not available.

The -u option specifies that sec_admin should find the master replica. Usually you specify the name of a cell for name along with the -u option. In this case sec_admin finds the master replica in that cell. If you use a replica name for name, sec_admin queries the named replica to find the master replica in the named replicas cell.

If you supply no arguments, sec_admin displays the current default replica and default cell.

stop
Stops the security server (secd) associated with the default replica.

sta[te] -maintenance | -service
Puts the master replica into maintenance state or takes it out of maintenance state. This subcommand is useful for performing backups of the registry database.

If the current default replica is not the master, sec_admin attempts to bind to the master.

The -maintenance flag causes the master replica to save its database to disk and refuse any updates.

The -service flag causes the master replica to return to its normal in service state and start accepting updates.

e[xit] or q[uit]
The quit and exit subcommands end the sec_admin session.