Job Management Partner 1/Software Distribution Description and Planning Guide

[Contents][Glossary][Index][Back][Next]

Appendix C.62 netmdm_reglist

This table stores the registry collection items.

Column name Oracle Microsoft SQL Server Embedded RDB Description Key No.
Data type Size Data type Size Data type Size
dm_itemname VARCHAR2 64 varchar 64 MVARCHAR 64 Item name --
dm_priority NUMBER 3 int 4 INTEGER -- Display order --
dm_regpath VARCHAR2 255 varchar 255 MVARCHAR 255 Registry path 1
dm_oskind1 NUMBER 10 int 4 INTEGER -- OS type of higher system:
  • 0x02: Windows NT 4.0
  • 0x04: Windows 2000
  • 0x08: Windows XP
  • 0x10: Windows 95
  • 0x20: Windows 98
  • 0x40: Windows Me
  • 0x80: Windows Server 2003
  • 0x100: Windows Vista
  • 0x200: Windows Server 2008
  • 0x400: Windows 7
  • 0x800: Windows Server 2008 R2
  • 0x1000: Windows 8
  • 0x2000: Windows Server 2012
  • 0xffff: All OSs
--
dm_oskind2 NUMBER 10 int 4 INTEGER -- OS type of local system:
  • 0x02: Windows NT 4.0
  • 0x04: Windows 2000
  • 0x08: Windows XP
  • 0x10: Windows 95
  • 0x20: Windows 98
  • 0x40: Windows Me
  • 0x80: Windows Server 2003
  • 0x100: Windows Vista
  • 0x200: Windows Server 2008
  • 0x400: Windows 7
  • 0x800: Windows Server 2008 R2
  • 0x1000: Windows 8
  • 0x2000: Windows Server 2012
  • 0xffff: All OSs
--
dm_attrflag RAW 1 binary 1 BINARY 1 Item attributes:
  • 0x00: Items managed on local server
  • 0x01: Items managed on higher server
  • 0x02: Items managed on higher and local servers
--

Legend:
--: Not applicable