Verifying That the Replicas Are Running
After the master and slave replicas are in place and started, perform the following steps to ensure that they are running:
1. Get a list of names of security servers running in the cell:
dcecp> registry catalog /.../dc.cell.ch.hp.com/subsys/dce/sec/dce6}
/.../dc.cell.ch.hp.com/subsys/dce/sec/dce5}
dcecp>
2. Look at the propagation information kept by the replica:
dcecp> registry show /
/dc.cell.ch.hp.com/subsys/dce/sec/dce6 -replica
{name /.../dc.cell.ch.hp.com/subsys/dce/sec/dce6}
{type slave}
{cell /.../dc.cell.ch.hp.com}
{uuid 07f5c1dc-80ef-11cf-b60c-0800095f6636}
{status enabled}
{lastupdtime 1996-09-17-13:06:53.000-04:00I-----}
{lastupdsequ 0.33826}
{addresses
(ncadg_ip_udp 15.22.51.49}
(ncadn_ip_tcp 15.22.51.49}}
{masteraddrs
(ncadg_ip_udp 15.22.48.183}
(ncadn_ip_tcp 15.22.48.183}}
{masterseqnum 0.15724}
{masteruuid 90067612-d3f6-11ce-b773-0800095a49d8}
{supportedversion
secd.dce.1.0.2
secd.dce.1.1
dcecp>
3. Look at the propagation information that is kept by the master for each slave:
dcecp> registry show /
/dc.cell.ch.hp.com/subsys/dce/sec/dce5 -master
{name /.../dc.cell.ch.hp.com/subsys/dce/sec/dce6}
{uuid 07f5c1dc-80ef-11cf-b60c-0800095f6636}
{type slave}
{addresses
(ncadg_ip_udp 15.22.51.49}
(ncadn_ip_tcp 15.22.51.49}}
{propstatus update}
{lastupdtime 1996-09-17-13:06:53.000-04:00I-----}
{lastupdsequ 0.33826}
{numuptogo 0}
{commstate ok}
lastcommstatus {Successful completion}}
{name /.../dc.cell.ch.hp.com/subsys/dce/sec/dce5}
{uuid 90067612-d3f6-11ce-b773-0800095a49d8}
{type master}
{addresses
(ncadg_ip_udp 15.22.48.183}
(ncadn_ip_tcp 15.22.48.183}}
dcecp>
|