HP Model 755/125cL HP-UX DMI 2.0 Developer's Guide: HP-UX/HP 9000 Computers, - Page 16

Scalar Group, Service Provider SP, Table Group

Page 16 highlights

Introduction Terminology Row A row of data describes an instance of data in a group. Scalar group rows refer to all the attributes in the associated group. Table group rows refer to a particular set of all columns (Index attribute, Name attribute, Position attribute). For example, row 1 identifies the set of (1,"Frank","Electrical Engineer"). Index ===== 1 2 Name ===== Frank Howard Position Electrical Engineer Electrical Engineer Intern Scalar Group This is a group that has one set of values for the described attributes. The lack of the MIF keyword key implies the group is scalar. Service Provider (SP) This is the HP-UX daemon that receives RPC calls from management applications and manages the MIF information found in its MIF database. This daemon also provides an interface to direct interface and overlay components by starting them and calling them when it receives attribute requests from management applications. Table Group This is a multidimensional group. It has more than one instance of the attributes described. This type of a group is implied when the MIF keyword key is used. This type of group is typically implemented as an array or other kind of multiple value structure (list, tree etc.). See Row, above. 16 Chapter 1

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134

16
Chapter 1
Introduction
Terminology
Row
A row of data describes an instance of data in a group. Scalar group
rows refer to all the attributes in the associated group. Table group
rows refer to a particular set of all columns (Index attribute, Name
attribute, Position attribute). For example, row 1 identifies the set of
(1,”Frank”,”Electrical Engineer”).
Index
Name
Position
=====
=====
==============
1
Frank
Electrical Engineer
2
Howard
Electrical Engineer Intern
Scalar Group
This is a group that has one set of values for the described attributes.
The lack of the MIF keyword key implies the group is scalar.
Service Provider (SP)
This is the HP-UX daemon that receives RPC calls from management
applications and manages the MIF information found in its MIF
database. This daemon also provides an interface to direct interface and
overlay components by starting them and calling them when it receives
attribute requests from management applications.
Table Group
This is a multidimensional group. It has more than one instance of the
attributes described. This type of a group is implied when the MIF
keyword key is used. This type of group is typically implemented as an
array or other kind of multiple value structure (list, tree etc.). See Row,
above.