Difference: APPXLoginManagerForUnixLinux (2 vs. 3)

Revision 32007-07-18 - SteveFrizzell

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

APPX Connection Manager For Unix/Linux

Line: 13 to 13
 
  1. Validates the user ID and the password provided by the APPX Client;
  2. Initiates an APPX session for the user who requested a connection.
Changed:
<
<

Installing the APPX Connection Manager

The APPX Connection Manager command is installed automatically when you install APPX on your system. So, there is nothing special that you need to do to install the APPX Connection Manager command. However, after you install APPX, you will need to configure and start at least one instance of the APPX Connection Manager before client connections may be established.
>
>

Installing the APPX Connection Manager Command ( uappxd)

 
Added:
>
>
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 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".

The uappxd command must run with the permissions of the root user.  Therefore, the owner of the uappxd command should be the root user and the SUID bit should be set so that the uappxd command can be run by users other than root but still be run with the permissions of root.

In the event that it is necessary to reset the permissions on the uappxd command, the following commands can be run by the root user to set the necessary owner and permissions on the uappxd command.

cd /usr/local/appx/tools
chown root uappxd
chmod 775 uappxd
chmod u+s uappxd

You can check the permissions of the uappxd command by running the following command:

ls -l uappxd

The correct permissions should be as follows:

-rwsrwxr-x 1 root root    636843 Jul 11 07:31 uappxd
 

Configuring the APPX Connection Manager

Deleted:
<
<
On Unix/Linux systems, an instance of the APPX Connection Manager initially configured by running the "uappxd" command. The uappxd command is in 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".
 
Changed:
<
<
At least one instance of the APPX Connection Manager must be configured and started before an APPX Client can initiate an APPX session. You may configure and start as many instances of the APPX Connection Manager as you desire. However, each concurrently running instance must be configured to listen for connection requests on a different TCP/IP port.
>
>
On Unix/Linux systems, an instance of the APPX Connection Manager initially configured by running the "uappxd" command. At least one instance of the APPX Connection Manager must be configured and started before an APPX Client can initiate an APPX session. You may configure and start as many instances of the APPX Connection Manager as you desire. However, each concurrently running instance must be configured to listen for connection requests on a different TCP/IP port.
 

Initial Configuration

When the install option is used to configure and instance of the APPX Configuration Manager, the following steps are performed:

 
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