home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / e52os2m.exe / netfinms.mif < prev    next >
Text File  |  1998-05-27  |  15KB  |  432 lines

  1. Language = "en|US|iso8859-1"
  2.  
  3. Start Component
  4.     Name = "Netfinity Manager"
  5.     Description = "Manager package for Netfinity"
  6.  
  7.     Start Path
  8.       Name="Netfinity Manager Instrumentation"
  9.       WIN32=direct-interface
  10.     End Path
  11.  
  12.     start group
  13.         name    = "ComponentID"
  14.         id      = 1
  15.         class   = "DMTF|ComponentID|001"
  16.         description = "This group defines attributes common to all components."
  17.                       "This group is required."
  18.  
  19.         start attribute
  20.             name    = "Manufacturer"
  21.             id      = 1
  22.             description = "The name of the manufacturer that produces this component."
  23.             access  = READ-ONLY
  24.             storage = COMMON
  25.             type    = STRING(64)
  26.             value   = "IBM Corporation"
  27.         end attribute
  28.  
  29.         start attribute
  30.             name    = "Product"
  31.             id      = 2
  32.             description = "The name of the component."
  33.             access  = READ-ONLY
  34.             storage = COMMON
  35.             type    = STRING(64)
  36.             value   = "Netfinity Manager"
  37.         end attribute
  38.  
  39.         start attribute
  40.             name    = "Version"
  41.             id      = 3
  42.             description = "The version for the component."
  43.             access  = READ-ONLY
  44.             storage = COMMON
  45.             type    = STRING(64)
  46.             value   = "5.20"
  47.         end attribute
  48.  
  49.         start attribute
  50.             name    = "Serial Number"
  51.             id      = 4
  52.             description = "The serial number for this instance of this component."
  53.             access  = READ-ONLY
  54.             storage = SPECIFIC
  55.             type    = STRING(64)
  56.             value   = ""
  57.         end attribute
  58.  
  59.         start attribute
  60.             name    = "Installation"
  61.             id      = 5
  62.             description = "The time and date of the last install of this component."
  63.             access  = READ-ONLY
  64.             storage = SPECIFIC
  65.             type    = DATE
  66.             value   = ""
  67.         end attribute
  68.  
  69.         Start Attribute
  70.             Name = "Verify"
  71.             ID = 6
  72.             Description = "A code that provides a level of verification that the component is still installed and working."
  73.             Type = Start ENUM
  74.                        Name = "Verify_Type"
  75.                        Type = Integer
  76.                        0x00 = "An error occurred; check status code"
  77.                        0x01 = "This component does not exist"
  78.                        0x02 = "The verification is not supported"
  79.                        0x03 = "Reserved"
  80.                        0x04 = "This component exists, but the functionality is untested"
  81.                        0x05 = "This component exists, but the functionality is unknown"
  82.                        0x06 = "This component exists, and is not functioning correctly"
  83.                        0x07 = "This component exists, and is functioning correctly"
  84.                    End ENUM
  85.             Access = Read-Only
  86.             Storage = Specific
  87.             Value = 7
  88.         End Attribute
  89.  
  90.     end group
  91.  
  92.     Start Enum
  93.         Name = "System_State"
  94.         Type = Integer
  95.         0x00 = "Off-Line"
  96.         0x01 = "On-Line"
  97.         0x02 = "Off-Line with Error Condition"
  98.         0x03 = "On-Line with Error Condition"
  99.     End Enum
  100.  
  101.     Start Enum
  102.         Name = "BOOL"
  103.         Type = Integer
  104.         0x00 = "False"
  105.         0x01 = "True"
  106.     End Enum
  107.  
  108.     Start Enum
  109.         Name = "OS_Type"
  110.         Type = Integer
  111.         0x00 = "Unknown"
  112.         0x01 = "IBM OS/2"
  113.         0x02 = "Microsoft Windows"
  114.         0x03 = "Novell NetWare"
  115.         0x04 = "Microsoft Windows NT"
  116.         0x05 = "IBM AIX"
  117.         0x06 = "Banyan VINES"
  118.         0x07 = "IBM PC-DOS"
  119.         0x08 = "SCO Xenix"
  120.         0x09 = "UNIX System V"
  121.         0x0B = "Microsoft Windows 95"
  122.     End Enum
  123.  
  124.     Start Enum
  125.         Name = "Severity"
  126.         Type = Integer
  127.         0x00 = "Sev 0"
  128.         0x01 = "Sev 1"
  129.         0x02 = "Sev 2"
  130.         0x03 = "Sev 3"
  131.         0x04 = "Sev 4"
  132.         0x05 = "Sev 5"
  133.         0x06 = "Sev 6"
  134.         0x07 = "Sev 7"
  135.         0xFE = "No Default"
  136.         0xFF = "Disabled"
  137.     End Enum
  138.  
  139.     Start Enum
  140.         Name = "ComboCode"
  141.         Type = Integer
  142.         0x00 = "All Keywords must match"
  143.         0x01 = "Any of the Keywords may match"
  144.         0x02 = "Exactly one of the Keywords must match"
  145.     End Enum
  146.  
  147.     Start Group
  148.         Name = "Remote Systems"
  149.         ID   = 11
  150.         Class = "IBMNetFinity|RemoteSystems|1.0"
  151.         Description = "Table of remote systems defined for managing under "
  152.                         "the Remote System Manager service."
  153.         Key = 1
  154.  
  155.         Start Attribute
  156.             Name   = "System Tag"
  157.             ID     = 1
  158.             Description = "Unique ID number of this remote system in Remote "
  159.                 "System Manager."
  160.             Access = READ-ONLY
  161.             Type   = INTEGER
  162.             Value = *"Netfinity Manager Instrumentation"
  163.         End Attribute
  164.  
  165.         Start Attribute
  166.             Name   = "System Name"
  167.             ID     = 2
  168.             Description = "Displayable name of the given system."
  169.             Access = READ-ONLY
  170.             Type   = DISPLAYSTRING(64)
  171.             Value = *"Netfinity Manager Instrumentation"
  172.         End Attribute
  173.  
  174.         Start Attribute
  175.             Name   = "Protocol Name"
  176.             ID     = 3
  177.             Description = "This is the type of network protocol used for "
  178.                 "communication with the given system."
  179.             Access = READ-ONLY
  180.             Type   = DISPLAYSTRING(64)
  181.             Value = *"Netfinity Manager Instrumentation"
  182.         End Attribute
  183.  
  184.         Start Attribute
  185.             Name   = "Network Address"
  186.             ID     = 4
  187.             Description = "This is the network address of the given system."
  188.             Access = READ-ONLY
  189.             Type   = DISPLAYSTRING(128)
  190.             Value = *"Netfinity Manager Instrumentation"
  191.         End Attribute
  192.  
  193.         Start Attribute
  194.             Name   = "System State"
  195.             ID     = 5
  196.             Description = "This reflects the on-line/off-line state of the given system."
  197.             Access = READ-ONLY
  198.             Type   = "System_State"
  199.             Value = *"Netfinity Manager Instrumentation"
  200.         End Attribute
  201.  
  202.         Start Attribute
  203.             Name   = "Server"
  204.             ID     = 6
  205.             Description = "This indicates if the system is some sort of server system."
  206.             Access = READ-ONLY
  207.             Type   = "BOOL"
  208.             Value = *"Netfinity Manager Instrumentation"
  209.         End Attribute
  210.  
  211.         Start Attribute
  212.             Name   = "Manager"
  213.             ID     = 7
  214.             Description = "This indicates if the system is a Netfinity Manager system."
  215.             Access = READ-ONLY
  216.             Type   = "BOOL"
  217.             Value = *"Netfinity Manager Instrumentation"
  218.         End Attribute
  219.  
  220.         Start Attribute
  221.             Name   = "Operating System Type"
  222.             ID     = 8
  223.             Description = "The primary operating system running on the given system."
  224.             Access = READ-ONLY
  225.             Type   = "OS_Type"
  226.             Value = *"Netfinity Manager Instrumentation"
  227.         End Attribute
  228.  
  229.         Start Attribute
  230.             Name   = "OS Major Version"
  231.             ID     = 9
  232.             Description = "The major version of primary operating system running on the given system."
  233.             Access = READ-ONLY
  234.             Type   = Integer
  235.             Value = *"Netfinity Manager Instrumentation"
  236.         End Attribute
  237.  
  238.         Start Attribute
  239.             Name   = "OS Minor Version"
  240.             ID     = 10
  241.             Description = "The minor version of primary operating system running on the given system."
  242.             Access = READ-ONLY
  243.             Type   = Integer
  244.             Value = *"Netfinity Manager Instrumentation"
  245.         End Attribute
  246.  
  247.         Start Attribute
  248.             Name   = "System Model ID"
  249.             ID     = 11
  250.             Description = "These are the model identifier values for the given system.  "
  251.                 "Systems which are the same non-zero model identifier are the same type of system."
  252.             Access = READ-ONLY
  253.             Type   = OCTETSTRING(9)
  254.             Value = *"Netfinity Manager Instrumentation"
  255.         End Attribute
  256.  
  257.         Start Attribute
  258.             Name   = "System Model Name"
  259.             ID     = 12
  260.             Description = "This is the model name for the given system, if known."
  261.             Access = READ-ONLY
  262.             Type   = DISPLAYSTRING(128)
  263.             Value = *"Netfinity Manager Instrumentation"
  264.         End Attribute
  265.  
  266.         Start Attribute
  267.             Name   = "System On-line Notify"
  268.             ID     = 13
  269.             Description = "Severity of alert generated when system becomes "
  270.                 "on-line, if enabled."
  271.             Access = READ-ONLY
  272.             Type   = "Severity"
  273.             Value = *"Netfinity Manager Instrumentation"
  274.         End Attribute
  275.  
  276.         Start Attribute
  277.             Name   = "System Off-line Notify"
  278.             ID     = 14
  279.             Description = "Severity of alert generated when system becomes "
  280.                 "off-line, if enabled."
  281.             Access = READ-ONLY
  282.             Type   = "Severity"
  283.             Value = *"Netfinity Manager Instrumentation"
  284.         End Attribute
  285.  
  286.         Start Attribute
  287.             Name   = "Presence Check Interval"
  288.             ID     = 15
  289.             Description = "This is the time between attempts by Remote System "
  290.                 "Manager to verify the presence of the remote system, in seconds."
  291.             Access = READ-ONLY
  292.             Type   = Integer
  293.             Value = *"Netfinity Manager Instrumentation"
  294.         End Attribute
  295.  
  296.         Start Attribute
  297.             Name   = "MAC Address"
  298.             ID     = 16
  299.             Description = "Media Access Control (MAC) address of remote "
  300.                 "system, if known."
  301.             Access = READ-ONLY
  302.             Type   = OCTETSTRING(6)
  303.             Value = *"Netfinity Manager Instrumentation"
  304.         End Attribute
  305.  
  306.     End Group
  307.  
  308.     Start Group
  309.         Name = "Remote System Groups"
  310.         ID   = 12
  311.         Class = "IBMNetFinity|RemoteSystemGroups|1.0"
  312.         Description = "Table of remote system groups defined for managing under "
  313.                         "the Remote System Manager service."
  314.         Key = 1
  315.  
  316.         Start Attribute
  317.             Name   = "Group Tag"
  318.             ID     = 1
  319.             Description = "Unique ID number of this system group in Remote "
  320.                 "System Manager."
  321.             Access = READ-ONLY
  322.             Type   = INTEGER
  323.             Value = *"Netfinity Manager Instrumentation"
  324.         End Attribute
  325.  
  326.         Start Attribute
  327.             Name   = "Group Name"
  328.             ID     = 2
  329.             Description = "Displayable name of the given group."
  330.             Access = READ-ONLY
  331.             Type   = DISPLAYSTRING(64)
  332.             Value = *"Netfinity Manager Instrumentation"
  333.         End Attribute
  334.  
  335.         Start Attribute
  336.             Name   = "Required Keywords Combination"
  337.             ID     = 3
  338.             Description = "This reflects whether all, any, or one of the "
  339.                 "keywords for the group must be matched during a discovery request "
  340.                 "in order for a remote system to be discovered."
  341.             Access = READ-ONLY
  342.             Type   = "ComboCode"
  343.             Value = *"Netfinity Manager Instrumentation"
  344.         End Attribute
  345.  
  346.         Start Attribute
  347.             Name   = "Keywords"
  348.             ID     = 4
  349.             Description = "List of keywords which are used for finding "
  350.                 "remote systems during a discovery request."
  351.             Access = READ-ONLY
  352.             Type   = DISPLAYSTRING(160)
  353.             Value = *"Netfinity Manager Instrumentation"
  354.         End Attribute
  355.  
  356.         Start Attribute
  357.             Name   = "System On-line Notify Default"
  358.             ID     = 5
  359.             Description = "On-line notification default for systems in this group, "
  360.                 "if enabled."
  361.             Access = READ-ONLY
  362.             Type   = "Severity"
  363.             Value = *"Netfinity Manager Instrumentation"
  364.         End Attribute
  365.  
  366.         Start Attribute
  367.             Name   = "System Off-line Notify Default"
  368.             ID     = 6
  369.             Description = "Off-line notification default for systems in this group, "
  370.                 "if enabled."
  371.             Access = READ-ONLY
  372.             Type   = "Severity"
  373.             Value = *"Netfinity Manager Instrumentation"
  374.         End Attribute
  375.  
  376.         Start Attribute
  377.             Name   = "Default Presence Check Interval"
  378.             ID     = 7
  379.             Description = "This is the default time between attempts by Remote System "
  380.                 "Manager to verify the presence of the system in this group, in seconds.  "
  381.                 "0 = No group-specific default."
  382.             Access = READ-ONLY
  383.             Type   = Integer
  384.             Value = *"Netfinity Manager Instrumentation"
  385.         End Attribute
  386.  
  387.         Start Attribute
  388.             Name   = "Discovery Start Flag"
  389.             ID     = 8
  390.             Description = "The value of this flag is not significant.  To "
  391.                 "start a discovery request on the given System Group, write "
  392.                 "any value to this field."
  393.             Access = READ-WRITE
  394.             Type   = Integer
  395.             Value = *"Netfinity Manager Instrumentation"
  396.         End Attribute
  397.  
  398.     End Group
  399.  
  400.     Start Group
  401.         Name = "Remote System Group Map"
  402.         ID   = 13
  403.         Class = "IBMNetFinity|RemoteSystemGroupMap|1.0"
  404.         Description = "Table mapping the membership of remote system in "
  405.                 "groups in the Remote System Manager service."
  406.         Key = 1, 2
  407.  
  408.         Start Attribute
  409.             Name   = "System Tag"
  410.             ID     = 1
  411.             Description = "Unique ID number of remote system."
  412.             Access = READ-ONLY
  413.             Type   = INTEGER
  414.             Value = *"Netfinity Manager Instrumentation"
  415.         End Attribute
  416.  
  417.         Start Attribute
  418.             Name   = "Group Tag"
  419.             ID     = 2
  420.             Description = "Unique ID number of group containing the remote "
  421.                 "system."
  422.             Access = READ-ONLY
  423.             Type   = INTEGER
  424.             Value = *"Netfinity Manager Instrumentation"
  425.         End Attribute
  426.  
  427.     End Group
  428.  
  429. End Component
  430.  
  431.  
  432.