Page tree

Versions Compared

Key

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

...

There may actually be more than one Roaming Server instances. However they have no dependency on each other.

Log into RS1

Start RS1.

Code Block
languagebash
su - root
cd /opt/roamingserver
./entroamsrv.sh start
Starting Entrust roaming server...  Done
Note

What happened to ./entrs.sh -d?

It still works but Shawn recommends this new command.

 You can verify the Roaming Server started by looking at the logs,

Code Block
languagebash
collapsetrue
tail ./rslog
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Acceptable symmetric algorithms for client-server communication: CAST-128 TripleDES IDEA
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Lockout user after 4 failed login attempts in 1 hours.
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Lockout attempt check is enabled.
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Disallow logins with non-integrity-protected roaming user information.
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Roaming Service mode is Default (All Service)
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     DEBUG: Started prune thread

2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Automatic update of the server's keys has been disabled
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Initializing TCP socket on port 6420
2011/06/29 16:54:05 entrs:ROAM,15927:1000(svradm):1     Ready to accept requests!

Log into RS3

Note

New versions of Roaming Server no longer need to to use root to start services.

Shawn fixed RS3 to use svradm.

...