Show TOC

sysadmin principal_users[,reload]Locate this document in the navigation structure

Reloads or shows principal name of all Replication Servers stored in the rs_principal_users.cfg configuration file.

Syntax
sysadmin principal_users[,reload]
Examples
Example 1
Shows the principal name of all Replication Servers stored in the rs_principal_users.cfg configuration file:
sysadmin principal_users
go
The return result is:
Server Name                  Principal Name
---------------------------  ---------------------------
RRS2                         RRS2_princ
PRS2                         PRS2_princ
Example 2
Reloads the principal names that are modified and stored in the rs_principal_users.cfg configuration file:
sysadmin principal_users, reload
go

If you modify the principal name of <PRS1> to <PRS1_princ>. When <PRS2> connects to <PRS1>, run sysadmin principal_users, reload on <PRS2>, and do not restart it to reload <PRS1_princ>.

See Configuring the rs_principal_users.cfg File in the Replication Server Administration Guide: Volume 1.

Permissions

Any user can execute this command.