Job Management Partner 1/Software Distribution Description and Planning Guide

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

Appendix C.51 netmdm_node

This table stores destination information.

Column name Oracle Microsoft SQL Server Embedded RDB Description Key No.
Data type Size Data type Size Data type Size
dm_nodename VARCHAR2 64 varchar 64 MVARCHAR 64 Host name or host group name (the value is converted to lowercase letters) --
dm_nodeattributes NUMBER 10 int 4 INTEGER -- Attribute of dm_nodename:
  • 0x00000000: Host group name
  • 0x00000001: Host name (client)
  • 0x00000002: Host name (relay system)
--
dm_nodepath1 VARCHAR2 65 varchar 65 MVARCHAR 65 Name, prefixed by a backslash (\), of the highest group on the destination route (for the highest group, only \ is displayed) --
dm_nodepath2 VARCHAR2 65 varchar 65 MVARCHAR 65 Name, prefixed by a backslash (\), of the second highest group on the destination route (if not used, spaces are set) --
dm_nodepath3 VARCHAR2 65 varchar 65 MVARCHAR 65 Name, prefixed by a backslash (\), of the third highest group on the destination route (if not used, spaces are set) --
dm_nodepath4 VARCHAR2 65 varchar 65 MVARCHAR 65 Name, prefixed by a backslash (\), of the fourth highest group on the destination route (if not used, spaces are set) --
dm_nodepath5 VARCHAR2 65 varchar 65 MVARCHAR 65 Name, prefixed by a backslash (\), of the fifth highest group on the destination route (if not used, spaces are set) --
dm_nodepath6 VARCHAR2 65 varchar 65 MVARCHAR 65 Name, prefixed by a backslash (\), of the sixth highest group on the destination route (if not used, spaces are set) --
dm_comment VARCHAR2 64 varchar 64 MVARCHAR 64 Comment --
dm_systeminf CHAR 8 char 8 MCHAR 8 JP1/Software Distribution Manager management information --
dm_nodename2 VARCHAR2 64 varchar 64 MVARCHAR 64 Host name or host group name (the value is not converted to lowercase letters) --

Legend:
--: Not applicable