Difference: APPXLoginManagerForUnixLinux (6 vs. 7)

Revision 72007-07-23 - SteveFrizzell

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

APPX Connection Manager For Unix/Linux

This page describes how to install, configure, and manage the APPX Connection Manager on Unix/Linux systems.

Changed:
<
<
When the APPX Connection Manager is started, a daemon is spawned which processes connection requests from the various types of APPX clients.
>
>
When and instance of the APPX Connection Manager service is started, a daemon is spawned which waits for and processes connection requests from the various types of APPX clients.
  The APPX Connection Manager daemon:
  1. Waits for a connection request by an APPX Client;
Line: 14 to 14
 

Installing the APPX Connection Manager Command ( uappxd)

Changed:
<
<
The APPX Connection Manager command ( uappxd) is installed automatically when you install APPX on your system. The installer sets the necessary owner and permissions on the uappxd command.  So, there is nothing additional that you need to do to install the APPX Connection Manager command. However, after you install APPX, you will need to run the uappxd command to configure and start at least one instance of the APPX Connection Manager before any client connections may be established.
>
>
The APPX Connection Manager command (uappxd) is installed automatically when you install APPX on your system. The installer sets the necessary owner and permissions on the uappxd command.  So, there is nothing additional that you need to do to install the APPX Connection Manager command. However, after you install APPX, you will need to run the uappxd command to configure and start at least one instance of the APPX Connection Manager service before any client connections may be established.
  The uappxd command is installed into the "tools" subdirectory of the directory where you installed APPX. So, if you installed APPX in "/usr/local/appx", the full pathname to run the uappxd command will be "/usr/local/appx/tools/uappxd".
Line: 82 to 82
  SYNOPSIS uappxd -install -port=PORT [options]... [VARIABLE=VALUE]...
Changed:
<
<
uappxd INIFILE | -start INIFILE uappxd -status INIFILE uappxd -stop INIFILE uappxd -restart INIFILE
>
>
uappxd -modify -serviceName=SERVICENAME [options]... [VARIABLE=VALUE]... uappxd -remove {SERVICENAME | -serviceName=SERVICENAME}

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

  DESCRIPTION uappxd is used to configure and manage instances of the APPX Connection Manager service.
Line: 105 to 105
 use that as the display name. (The display name appears in the Services control panel)
Changed:
<
<
OPTIONS -start INIFILE | INIFILE Start an instance of the Connection Manager using the configuration stored in the INIFILE.ini file.
>
>
SERVICE 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.
 
Changed:
<
<
-stop INIFILE Stop the instance of the Connection Manager that was started with the INIFILE.ini file.
>
>
-stop Stop the instance of the Connection Manager service that was started with the SERVICENAME.ini file.
 
Changed:
<
<
-restart INIFILE Restart (stop and then start) the instance of the Connection Manager that was started with the INIFILE.ini file.
>
>
-restart Restart (stop and then start) the instance of the Connection Manager that was started with the SERVICENAME.ini file.
 
Changed:
<
<
-status INIFILE Report the status of the instance of the Connection Manager that was started with the INIFILE.ini file.
>
>
-status Report the status of the instance of the Connection Manager that was started with the SERVICENAME.ini file.
 
Added:
>
>
SERVICE CONFIGURATION OPTIONS
  -install [options]... [VARIABLE=VALUE]... Configure and start a new Connection Manager service. The options which follow are used in conjunction with the -install option:
Added:
>
>
-remove -servicename=SERVICENAME

-modify

  -port=PORT [Required] 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.
Changed:
<
<
-name=NAME [Optional] The specified NAME 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 NAME will be "appxd" followed by a "-" and the specified port number, e.g "appxd-8060".
>
>
-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".
  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.
Line: 158 to 161
  uappxd -start appx8060
Changed:
<
<
uappxd -install -name=name -displayName=name -port=port -engine=path -AM=method
>
>
uappxd -install -serviceName=name -displayName=name -port=port -engine=path -AM=method
 

Comments:

Read what other users have said about this page or add your own comments.
 
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