|   
      Registry Administration Interface Operations
The rs_rep_admin_stop( ) operation directs the registry server to stop servicing remote procedure calls.  The caller must have A (Admin) permission on the 
registry policy object. 
 
Event Type (Event Number, Event Classes) REPADMIN_Stop (0x124, dce_sec_control, dce_sec_server)
 
 	Event-Specific Information None
 
The rs_rep_admin_maint( ) operation directs the registry server into (checkpoint the database, close files, and so on) or out of maintenance state.  The caller must have A 
(Admin) permission on the registry policy object. 
 
Event Type (Event Number, Event Classes) REPADMIN_Maint (0x125, dce_sec_control, dce_sec_server)
 
 	Event-Specific Information boolean in_maintenance
 
The rs_rep_admin_mkey( ) operation directs the registry to change its master key and reencrypt account keys using the new master key.  The caller must have A (Admin) 
permission on the registry policy object. 
 
Event Type (Event Number, Event Classes) REPADMIN_Mkey (0x126, dce_sec_control, dce_sec_server)
 
 	Event-Specific Information None
 
The rs_rep_admin_destroy( ) operation directs the registry server replica to destroy its database and exit.  The caller must have A (Admin) permission on the registry 
policy object. 
 
Event Type (Event Classes) REPADMIN_Destroy (0x127, dce_sec_control, dce_sec_server)
 
 	Event-Specific Information  None
 
The rs_rep_admin_init_replica( ) operation directs the registry server to initialize or (re)initialize the slave identified by rep_id.  This is a master server only operation.  The 
caller must have A (Admin) permission on the registry policy object. 
 
Event Type (Event Classes) REPADMIN_Init (0x128, dce_sec_control, dce_sec_server)
 
 	Event-Specific Information char  *rep_id_str
 
The rs_rep_admin_set_sw_rev( ) operation directs the registry server to change its software version.  The caller must have A (Admin) permission on the registry policy object. 
Event Type (Event Number, Event Classes) REPADMIN_SetSwRev (0x013A, dce_sec_control, dce_sec_server)
 
 	Event-Specific Information unsigned32 sw_rev
 
 
 
 |