HP 6125G HP 6125G & 6125G/XG Blade Switches Network Management and Mon - Page 150

Configuring IPC, Overview, Node, Link, Channel

Page 150 highlights

Configuring IPC This chapter provides an overview of IPC and describes the IPC monitoring commands. Overview Inter-Process Communication (IPC) provides a reliable communication mechanism among processing units, typically CPUs. IPC is typically used on a distributed device or in an IRF fabric to provide reliable inter-card or inter-device transmission. This section describes the basic IPC concepts. Node An IPC node is an independent IPC-capable processing unit, typically, a CPU. The device is a centralized device that has only one CPU. The IRF fabrics formed by them have multiple CPUs, or IPC nodes. Link An IPC link is a connection between any two IPC nodes. Any two IPC nodes have one and only one IPC link for sending and receiving packets. All IPC nodes are fully meshed. IPC links are created when the system is initialized. An IPC node, upon startup, sends handshake packets to other nodes. If the handshake succeeds, a connection is established. The system uses link status to identify the link connectivity between two nodes. An IPC node can have multiple links, and each link has its own status. Channel A channel is the communication interface between peer upper layer application modules that use different IPC nodes. Each node assigns a locally unique channel number to each upper layer application module for identification. An upper layer application module sends data to an IPC module in a channel, and the IPC module sends the data to a peer node across a link, as shown in Figure 52. 143

  • 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
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157

143
Configuring IPC
This chapter provides an overview of IPC and describes the IPC monitoring commands.
Overview
Inter-Process Communication (IPC) provides a reliable communication mechanism among processing
units, typically CPUs. IPC is typically used on a distributed device or in an IRF fabric to provide reliable
inter-card or inter-device transmission. This section describes the basic IPC concepts.
Node
An IPC node is an independent IPC-capable processing unit, typically, a CPU.
The device is a centralized device that has only one CPU. The IRF fabrics formed by them have multiple
CPUs, or IPC nodes.
Link
An IPC link is a connection between any two IPC nodes. Any two IPC nodes have one and only one IPC
link for sending and receiving packets. All IPC nodes are fully meshed.
IPC links are created when the system is initialized. An IPC node, upon startup, sends handshake packets
to other nodes. If the handshake succeeds, a connection is established.
The system uses link status to identify the link connectivity between two nodes. An IPC node can have
multiple links, and each link has its own status.
Channel
A channel is the communication interface between peer upper layer application modules that use
different IPC nodes. Each node assigns a locally unique channel number to each upper layer application
module for identification.
An upper layer application module sends data to an IPC module in a channel, and the IPC module sends
the data to a peer node across a link, as shown in
Figure 52
.