Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Should put instructions here on verifying shadow agreement works. 2 ways, view new Directory entries and see if it replicates or use DAC (Directory Access Centre) fat client program.

Informix Database

Note

Alternatively, there is another command startstop.sh That will start both the Informix Database and the CA.

Log into CA1,

Code Block
languagebash
su -
su - master
oninit -v # Start Informix

...

Code Block
languagebash
onstat -

IBM Informix Dynamic Server Version 9.40.UC9     -- On-Line -- Up 00:01:56 -- 33792 Kbytes

CA

Log into CA1.

Using entsh is Shawn's preferred method of starting the CA. You must be a master user.

...

Code Block
ou=CA200,o=e-Scotia.com,c=CA.Master2 $ service start
ou=CA200,o=e-Scotia.com,c=CA.Master2 $ service status
sep     Entrust SEP               enabled  up  2 processes
keygen  Key Generator             enabled  up  1 processes
backup  Automatic Backup          enabled  up  1 processes
integ   Database Integrity Check  enabled  up  1 processes
amb     CRL and Maintenance       enabled  up  1 processes
ash     Admin Service Handler     enabled  up  8 processes
cmp     PKIX-CMP                  enabled  up  2 processes
xap     XML Admin Protocol        enabled  up  2 processes

Ensure all of the services are up.

Roaming Server

Log into RS3

...