Job Management Partner 1/Software Distribution Description and Planning Guide

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

Appendix C.39 netmdm_monitoring_devicectrl

This table stores the suppression or activation setting information for each device.

Column name Oracle Microsoft SQL Server Embedded RDB Description Key No.
Data type Size Data type Size Data type Size
dm_policyname VARCHAR2 64 varchar 64 MVARCHAR 64 Related policy name 1
dm_devicetype NUMBER 3 tinyint 1 SMALLINT -- Device type:
  • 0x01: USB storage device
  • 0x02: Internal CD/DVD drive
  • 0x03: Internal floppy disk drive
  • 0x04: IEEE1394-connected device
  • 0x05: Internal SD card
  • 0x06: Bluetooth device
  • 0x07: Imaging device
2
dm_operationconf NUMBER 3 tinyint 1 SMALLINT -- Device operation action is set as an OR value.
  • 0x00: No setting
  • 0x01: Acquires connection history
  • 0x02: Acquires disconnection history
  • 0x04: Suppresses use
--
dm_detaileconf NUMBER 3 tinyint 1 SMALLINT -- The details of device operation action are set as an OR value.
  • 0x00: No setting
  • 0x01: Acquires suppression history
  • 0x02: Acquires permission history
  • 0x04: Issues an alert
  • 0x08: Displays a message during suppression
--
dm_restmessage VARCHAR2 2,048 varchar 2,048 MVARCHAR 2,048 Specifies the suppression message to be displayed on a client PC. --

Legend:
--: Not applicable