Enabling LU name mapping feature

BlueZone Mainframe Display and iSeries Display emulators can 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.
This feature is similar to using the /L command-line switch to set the LU name.
  1. Open the BlueZone Desktop installation source directory.
  2. Open global.ini in a text editor.
  3. Locate the [LuMap] section:
    [LuMap]
    ;xD_Sy_Lu="LuName"
  4. Delete the semicolon at the beginning of the entry and modify the entry to match your requirements.
    Where x is:
    • M for Mainframe
    • A for AS/400
    y is the session ID: 1, 2, 3, and so on.
    LuName is the LU name to be mapped.
  5. Save and close the file.

Examples

To always associate the S1 Mainframe Display primary connection with LU name LuS1, modify the [LuMap] section to:
[LuMap]
MD_S1_Lu="LuS1"
To always associate the S1 iSeries Display primary connection with device name BOBDISP, modify the [LuMap] section to:
[LuMap]
AD_S1_Lu="BOBDISP"

Refer to Default global.ini file for a complete example of the global.ini file.