LU Name Mapping Feature

Overview

BlueZone Mainframe Display and iSeries Display emulators have the ability to map LU Names to the BlueZone Session Identifier.  This is accomplished by creating an LU Map in the GLOBAL.INI file.

NOTE  This feature can also be used to map Device names for AS/400 and iSeries systems as well.

The GLOBAL.INI file is not shipped with BlueZone.  If you want to use this feature, simply create a file called GLOBAL.INI with Notepad, and place it in the BlueZone Installation Directory.  The following example shows the syntax for mapping a BlueZone Display session with an LU Name or Device Name:

[LuMap]

xD_Sy_Lu="<LuName>"

 

where x is M for Mainframe, A for AS/400, y is the Session ID, 1, 2, 3, etc., and <LuName> is the desired LU Name to be mapped.  This feature is analogous to using the /L command-line switch to set the LU Name.

Examples

For example, to always associate Mainframe Display S1 's primary connection with LU Name LuS1, the GLOBAL.INI file would contain:

[LuMap]

MD_S1_Lu="LuS1"

 

To always associate iSeries Display S1 's primary connection with Device Name BOBDISP, the GLOBAL.INI file would contain:

[LuMap]

AD_S1_Lu="BOBDISP"

 


Related Topics:

BlueZone Command Line Switch Support

HLLAPI Auto Launch Feature