Difference: APPXLoginManagerForUnixLinux (19 vs. 20)

Revision 202007-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: 102 to 102
 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)

Changed:
<
<

Synopsis (Service Configuration)

>
>

Synopsis - Service Configuration

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

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

Line: 117 to 117
 
-install -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]...
-install  -port=PORT [options]... [VARIABLE=VALUE]...
Changed:
<
<
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.
Changed:
<
<
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.
>
>
The second form of the install command requires only that a TCP/IP port be specified.

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.

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]...
Changed:
<
<
Modify an existing Connection Service.  The specified options will be updated in the service configuration files.  Any options not specified will not be changed.
>
>
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]...
Changed:
<
<
Replace an existing Connection Service with a new Connection Service. The replace option is effectively that same as a remove followed by an install.
>
>
The replace command is used to replace an existing Connection Service with a new Connection Service with the same name. The replace option is effectively the same as a remove command followed by an install command.
  -remove -servicename=SERVICENAME
Changed:
<
<
Remove an existing Connection Service.
>
>
The remove command is used to remove an existing Connection Service. The remove command will remove the configuration files (ini and env) and the corresponding operating system 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: 174 to 178
 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.
Changed:
<
<

Synopsis (Service Management)

>
>

Synopsis - Service Management

 
appxdsvc [-start | -stop | -restart | -status] {SERVICENAME | -serviceName=SERVICENAME}

MANAGEMENT OPTIONS

 
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