Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Administering ActiveSpaces Security : Starting Security Domain Controllers

Starting Security Domain Controllers
To start a security domain controller:
1.
See Setting the Required Environment Variables for information on setting the environment variables.
2.
3.
Start the as-admin utility:
java -jar as-admin.jar
4.
connect security_policy <string> [name <string>] [membername <string>]
For example:
connect security_policy ’mypolicy.txt’ name ’ms’ membername ’secure1’ listen ’tcp://127.0.0.1:50000’
where:
security_policy   Specifies a string indicating the name of the security policy file for the security domain.
name  Specifies a string containing the name of the metaspace that is specified in the Metaspace Access List within the security policy file
membername  Is an optional parameter that specifies a space member name.
listen  Specifies a string indicating the listen parameter for the metaspace.
 
Do not specify the discovery parameter for the connect command when starting either a security domain controller or a security domain requestor. When you start these nodes, the connect command picks up the discovery setting specified in the security policy file or the security token file for the node.
 

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved