Help Text for LANSA for Linux Installer

Install LANSA on Linux

Help Text for LANSA for Linux Installer

You can get the full help text of LANSA for Linux Installer at a shell prompt by running the command:

      ./vlinstall.py -h

 

The full help text of LANSA for Linux Installer is reproduced here for your reference:

 

program: vlinstall.py

version: XX.X.X

description: Visual LANSA for Linux XX.X.X Installer

 

usage: ./vlinstall.py [options]

 

installation types:

    --full-install

        Install everything available in the installation package

    --visual-lansa-only

        Install Visual LANSA Runtime only (default)

    --web-server-only

        Install LANSA for the Web Plug-in (Apache Module) only

    --connect-only

        Install LANSA Connect only

    --integrator-only

        Install LANSA Integrator only

    --integrator-options {jsmserver,jsmproxy,useragent,rfi}

        LANSA Integrator options to install

        allow any combinations of options

        (default to install all LANSA Integrator options)

 

options:

    -I {dir}, --install-root {dir}

        installation root directory

    -O {uid}, --install-owner {uid}

        installation owner user id (see "need root" below)

    -G {gid}, --install-group {gid}

        installation owner group id (see "need root" below)

    -D {dsn}, --dsn {dsn}

        ODBC data source name

    -u {dbuid}, --db-user {dbuid}

        ODBC data source user id

    -p {dbpw}, --db-password {dbpw}

        ODBC data source password

    --create-dsn

        create/fix ODBC data source name (see "need root" below)

        required only if ODBC data source is *not* functional

    --oracle-server {server}

        Oracle server host name for --create-dsn

    --oracle-sid {sid}

        Oracle SID for --create-dsn

    --install-oracle-client

        install Oracle Instant Client 11 if required

        (see "need root" below)

    -n, --no-init

        do not initialize database

    -l {port}, --listener-port {port}

        listener port (default to 4545)

    -L {language}, --language {language}

        installation language

        (default to "ENG")

    -a {dir}, --apache-root {dir}

        specify the Apache server root directory

        (default to "/etc/httpd")

    -m {dir}, --apache-modules-dir {dir}

        specify the Apache server modules directory

        if omitted, will derive the path from --apache-root option

        (default to "/etc/httpd/modules")

    -C {file}, --httpd-conf {file}

        specify the path of the Apache configuration file httpd.conf

        if omitted, will derive the path from --apache-root option

        (default to "/etc/httpd/conf/httpd.conf")

    -H {file}, --httpd {file}

        specify the path of the Apache daemon httpd

        if omitted, will search for the file according to the --apache-root

        option and the standard places

    -A {file}, --apachectl {file}

        specify the path of the Apache control program apachectl

        if omitted, will search for the file according to the --apache-root

        option and the standard places

    --apache-user {user}

        specify the user name which the Apache daemon runs as

        if omitted, will try to determine that from the Apache configuration

        file httpd.conf

    --apache-group {group}

        specify the user group which the Apache daemon runs as

        if omitted, will try to determine that from the Apache configuration

        file httpd.conf

    --integrator-lansa-root {dir}

        Visual LANSA root directory for LANSA Integrator

        must be provided for LANSA Integrator (jsmserver option) only

        installation

        (default to installation root directory for full install)

    --integrator-cgi-prefix {cgipath}

        LANSA Integrator CGI URL prefix

        (default to "cgi-bin")

    -c, --commit

        commit installation or other action

    -i, --install

        install using provided options (default action)

    -r, --reinstall

        re-install to overwrite existing installation

    -F, --forced-reinstall

        forced re-install to overwrite existing *NEWER* installation

    -V, --verbose

        verbose mode

    -v, --version

        print version

    -h, --help

        print this help

 

action selection (instead of install):

    --check-install

        check installation

    --fix-install-ownerships

        fix installation ownerships (see "need root" below)

        need options -O/-G

    --fix-install-permissions

        fix installation file permissions (see "may need root" below)

    --db-init

        initialize database only

        need options -D/-u/-p

    --system-init

        perform system init only

        need options -D/-u/-p

 

"need root" notes:

    This installer *must* be run with root privileges for the options

    to be effective.

 

"may need root" notes:

    This installer *may* need to be run with root privileges for the

    options to be effective.