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


Chapter 5 Administering ActiveSpaces Security : Starting Security Domain Requesters

Starting Security Domain Requesters
You can start a security domain requestor with a token file, if you have deployed token files for your security installation, or you can start a requestor without a token file if you have implemented security without a token file.
Starting a Security Domain Requestor with a Token File
To start a security domain controller with a token file:
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_token <string> [name <string>] [membername <string>] [listen <string>]
For example:
as-admin> connect security_token ’mytoken.txt’ name ’ms’ membername ’client1’ listen ’tcp://127.0.0.1:50000’
where
security_token   Specifies a string indicating the name of the token 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.
The metaspace name that you use to start the requestor must be the same metaspace name that you used to start the security domain controller.
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.
Starting a Security Domain Requestor Without a Token File
You can start the domain requestor without specifying a security token filename.
For example:
connect name "ms" discovery "tcp://127.0.0.1:50000" listen "tcp://127.0.0.2:50000" security_token "none"
 

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