Online Concurrent Diagnostics

Missing Options Resolution procedure can be run in online concurrent mode by using the following command:

% diag -a // Runs in Customer Mode OR % diag -a -A // Runs in Advanced Mode

The first screen seen by the user is the MISSING RESOURCE Menu, 801020.

The following TMInput is an example of the input given to the Diagnostic Application when running the diag -a command.

TMInput:
        exenv = 4               // Concurrent Environment
        advanced = 0            // Customer Mode
        system = 0              // Option Checkout
        dmode = 4               // System Verification
        date = "-s START -e NOW"// START = NOW - 24 hours.
        loopmode = 1            // Not in Loop Mode
        lcount = 0
        lerrors = 0
        console = 1             // Console Available
        parent = "parent0"      // Parent of resource to test
        parentloc = "AB-CD"     // Parent's Location Code
        dname = "resource0"     // Name of resource to test
        dnameloc = "AB-CD"      // Resource's Location Code
        child1 = "child0"       // Missing Child of Resource
        state1 = 3              // State of Child is MISSING
        childloc1 = "AB-CD"     // Child's Location Code
        child2 = ""
        state2 = 0
        childloc2 = ""
The following TMInput is an example of the input given to the Diagnostic Application when running the diag -a -A command.

TMInput:
        exenv = 4               // Concurrent Environment
        advanced = 1            // Advanced Mode
        system = 0              // Option Checkout
        dmode = 4               // System Verification
        date = "-s START -e NOW"// START = NOW - 24 hours.
        loopmode = 1            // Not in Loop Mode
        lcount = 0
        lerrors = 0
        console = 1             // Console Available
        parent = "parent0"      // Parent of resource to test
        parentloc = "AB-CD"     // Parent's Location Code
        dname = "resource0"     // Name of resource to test
        dnameloc = "AB-CD"      // Resource's Location Code
        child1 = "child0"       // Missing Child of Resource
        state1 = 3              // State of Child is MISSING
        childloc1 = "AB-CD"     // Child's Location Code
        child2 = ""
        state2 = 0
        childloc2 = ""