To edit the connxserver shell script

  • Modify the values in the connxserver script using no spaces between the equal sign (=) and the following value. Add new, defined variables to the export list.

################################################################

# ENVIRONMENT VARS

#

# CNXDIR               = Location of this shell script + the CONNX binaries

# CNXRUNPORT           = Default port (default=6500)

#

################################################################

CNXDIR=/home/cnxuser/connx

CNXRUNPORT=6500

 

export CNXDIR CNXRUNPORT

 

 

Example:

 

################################################################

# ENVIRONMENT VARS

#

# CNXDIR               = Location of this shell script + the CONNX binaries

# CNXRUNPORT           = Default port (default=6500)

#

################################################################

CNXDIR=/home/cnxuser/connx

CNXRUNPORT=6500

ENTIRENETWORK=1

 

export CNXDIR CNXRUNPORT ENTIRENETWORK