HP Model 755/125cL System Configuration Repository User's Reference: HP-UX/HP - Page 15

Configuring SCR, Registering Managed Nodes

Page 15 highlights

NOTE SCR Overview Configuring SCR Configuring SCR SCR must be configured to perform its data gathering and storing tasks. Use the scrconfig command to specify SCR tasks for each managed node. Registering Managed Nodes To begin, each managed node must be registered using the scrconfig command. To register a managed node named elsa, type the following command on your management server: # scrconfig -n +elsa The -n option to the scrconfig command applies the command to a particular node. The + sign tells SCR to add the node. A - sign would remove the node. This node is named elsa. The request to register a managed node may fail if DMI is not properly configured on the node or disallows access to the node from the CMS. Repeat this operation for each system node that you want to track. You can add multiple nodes with one command: # scrconfig -n +node1 +node2 +node3 Substitute your node names for node1, etc. above. You can add as many nodes as you want in one command. As the Repository can become quite large, we recommend a maximum of 20 to 50 nodes per CMS, depending on your CMS resources. Chapter 2 15

  • 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

Chapter 2
15
SCR Overview
Configuring SCR
Configuring SCR
SCR must be configured to perform its data gathering and storing
tasks. Use the
scrconfig
command to specify SCR tasks for each
managed node.
Registering Managed Nodes
To begin, each managed node must be registered using the
scrconfig
command. To register a managed node named
elsa
, type the following
command on your management server:
# scrconfig –n +elsa
The
-n
option to the scrconfig command applies the command to a
particular node. The
+
sign tells SCR to add the node. A
-
sign would
remove the node. This node is named
elsa
.
NOTE
The request to register a managed node may fail if DMI is not properly
configured on the node or disallows access to the node from the CMS.
Repeat this operation for each system node that you want to track. You
can add multiple nodes with one command:
# scrconfig –n +
node1
+
node2
+
node3
Substitute your node names for
node1
, etc. above. You can add as many
nodes as you want in one command. As the Repository can become quite
large, we recommend a maximum of 20 to 50 nodes per CMS, depending
on your CMS resources.