Difference: APPXLoginManagerForUnixLinux (18 vs. 19)

Revision 192007-08-14 - SteveFrizzell

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

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: 101 to 101
  Your operating system includes commands or programs that can be used to manage services. APPX Connection Services can be managed with these tools. The actual commands and programs vary depending on your operating system.

Usage (appxdsvc)

Added:
>
>

Synopsis (Service Configuration)

The appxdsvc service configuration commands are used to create, configure, and remove an instance of an APPX Connection Service.
 
Changed:
<
<
NAME appxdsvc

SYNOPSIS (Configuration)

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]...

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

Changed:
<
<
appxdsvc -remove -serviceName=SERVICENAME} SYNOPSIS (Management)
appxdsvc [-start | -stop | -restart | -status] {SERVICENAME | -serviceName=SERVICENAME}

DESCRIPTION

The appxdsvc command is used to create, configure, and manage instances of the APPX Connection Service.
>
>
appxdsvc -remove -serviceName=SERVICENAME

Configuration- Commands 

-install -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...
-install  -port=PORT [options]... [VARIABLE=VALUE]...
Configure and start a new instance of an APPX Connection Service. Either form of the install command may be used.
 
Changed:
<
<
CONFIGURATION OPTIONS
-install -port=PORT [options]... [VARIABLE=VALUE]...
Configure and start a new Connection Service.
>
>
The first form of the install command requires only that a service name be specified.
 
Added:
>
>
The second form of the install command requires only that a TCP/IP port be specified. If a service name option is not specified, the install command will determine a name for the service as describe below.
 -modify -name=SERVICENAME [options]... [VARIABLE=VALUE]...
Modify an existing Connection Service.  The specified options will be updated in the service configuration files.  Any options not specified will not be changed.
Line: 130 to 129
 
Replace an existing Connection Service with a new Connection Service. The replace option is effectively that same as a remove followed by an install.

-remove -servicename=SERVICENAME

Changed:
<
<
Remove an existing Connection Service.

options

>
>
Remove an existing Connection Service.

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.
Line: 169 to 167
 
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.
VARIABLE=VALUE [Optional]
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.
>
>
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.

Configuration - Environment Variables

VARIABLE=VALUE [Optional]

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}
  MANAGEMENT OPTIONS
-start | < blank >
 
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