Difference: APPXLoginManagerForUnixLinux (20 vs. 21)

Revision 212007-08-15 - SteveFrizzell

Line: 1 to 1
 
META TOPICPARENT name="APPXConnectionManager"
Added:
>
>
 

APPX Connection Manager For Unix/Linux

This page describes how to install the APPX Connection Manager command and how to use it to install, configure, and manage APPX Connection Services on Unix/Linux systems.
Line: 105 to 106
 

Synopsis - Service Configuration

The appxdsvc service configuration commands are used to create, configure, and remove an instance of an APPX Connection Service.
Changed:
<
<
appxdsvc -install -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...
>
>
appxdsvc -install -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...
 appxdsvc -install -port=PORT [options]... [VARIABLE=VALUE]...

appxdsvc -modify -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...

Line: 114 to 115
  appxdsvc -remove -serviceName=SERVICENAME

Configuration - Commands 

Changed:
<
<
-install -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...
>
>
-install -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...
 -install  -port=PORT [options]... [VARIABLE=VALUE]...
Changed:
<
<
The install command is used to configure and start a new instance of an APPX Connection Service. Either form of the install command may be used.
>
>
The install command is used to configure and start a new instance of an APPX Connection Service. Either form of the install command may be used.
  The first form of the install command requires only that a service name be specified.
Line: 125 to 125
  Both forms of the install command allow for configuration options to be specified. If specified, the configuration options are stored in the service configuration file (ini). Default values will be used for any configuration options that are not specified including the service name.
Changed:
<
<
Both forms of the install command optionally allow values to be specified for environment variables. If specified, the environment variables and their values are stored in the environment configuration file (env). The environment variables in the environment configuration file will be set for any APPX sessions which are started by the connection service. -modify -name=SERVICENAME [options]... [VARIABLE=VALUE]...
>
>
Both forms of the install command optionally allow values to be specified for environment variables. If specified, the environment variables and their values are stored in the environment configuration file (env). The environment variables in the environment configuration file will be set for any APPX sessions which are started by the connection service. -modify -name=SERVICENAME [options]... [VARIABLE=VALUE]...
 
The modify command is used to modify the configuration of an existing Connection Service. The specified options will be updated in the service configuration files. Any options not specified will not be changed.

-replace -name=SERVICENAME [options]... [VARIABLE=VALUE]...

Line: 137 to 136
 

Configuration - Options

-port, -SockPort [Required with -install option]
Configure the service to listen for connection requests on the specified TCP/IP PORT number. This option is required with the -install option. You may choose any TCP/IP PORT number that is not reserved or already being used on your system.
Added:
>
>
Options - General
  -name, -ServiceName [Optional]
The specified SERVICENAME wiil be the name assigned to the Connection Manager service script that is created and to the related configuration files. The configuration file will have a file extension of "ini". If this option is omitted, the default SERVICENAME will be "appxd" followed by a "-" and the specified port number, e.g "appxd-8060".
Line: 157 to 157
  -initScript={lsb, RedHat } [Optional]
Used with -install option to specify the type of operating system that the service script is to be created for. If this option is not specified, appxdsvc will determine which type of service script to install.
Added:
>
>
Options - Startup Process
  -ServiceEnableCmds={true, false} [Optional]
Changed:
<
<
If set to true , then any APPX startup process that may have been specified by the client will be invoked when the connection with the APPX session is established.  If set to true, then any startup process specified by the client will take precedence over any startup process that may have been specified in the connection service configuration.  If the option is not specified, the default value is true.
>
>
Set this option to true if you want to allow the client to specify a startup process. Set this option to false if you do not want to allow the client to specify a startup process. If set to true , then any APPX startup process that may have been specified by the client will be invoked when the connection with the APPX session is established. If set to true, then any startup process that is specified by the client will take precedence over any startup process that may have been specified in the connection service configuration. If the option is not specified, the default value is true.
  -AppxDatabase=DATABASEID [Optional]
This option must be specified if the connection service is being configured to invoke a specific startup process when a client session is initiated.  If specified, the DATABASEID must be valid, i.e. it must be defined in the Databases file in APPX System Administration.
Line: 171 to 172
 
This option must be specified if the connection service is being configured to invoke a specific startup process when a client session is initiated.  This option identifies the type of process that is to be invoked when a client session is initiated.

-AppxProcessName=PROCESSNAME [Optional]

Changed:
<
<
This option must be specified if the connection service is being configured to invoke a specific startup process when a client session is initiated.  This option identifies the name of the process that is to be invoked when a client session is initiated.  The PROCESSNAME must be of the type specified and must be defined in the specified APPX Application.
>
>
This option must be specified if the connection service is being configured to invoke a specific startup process when a client session is initiated.  This option identifies the name of the process that is to be invoked when a client session is initiated.  The PROCESSNAME must be of the type specified and must be defined in the specified APPX Application.
Options - SSL

*-SSLMode={optional, required, disabled, forcedOn, forcedOff} [Optional]

-RequireSSL={true, false} [Optional]

-RequireSSLClientCertificates={true, false} [Optional]

-ServerCertificateFile=CERTFILENAME

-ServerPrivateKeyFile=KEYFILENAME

-ServerPrivateKeyPassphrase=PASSPHRASE

-TrustedCAFile=CAFILENAME

 

Configuration - Environment Variables

VARIABLE=VALUE [Optional]

Changed:
<
<
You can include a space-separated list of environment variables at the end of the command line when you use the -install option. These environment variables will be saved in the env file that is created and will be given to the environment of the appx sessions that are started by the Connection Manager.
>
>
You can include a space-separated list of environment variables at the end of the command line when you use the -install option. These environment variables will be saved in the env file that is created and will be given to the environment of the appx sessions that are started by the Connection Manager.
 

Synopsis - Service Management

appxdsvc [-start | -stop | -restart | -status] {SERVICENAME | -serviceName=SERVICENAME}
Changed:
<
<
MANAGEMENT OPTIONS
>
>
MANAGEMENT OPTIONS
 
-start | < blank >
Start an instance of the Connection Manager service using the configuration information in the SERVICENAME.ini and the SERVICENAME.env files.
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback