beautypg.com

Hexadecimal port diagrams, Reading hexadecimal port diagrams, Table 4: hexidecimal to binary conversions – HP StorageWorks MSA 2.8 SAN Switch User Manual

Page 73: 4 hexidecimal to binary conversions

background image

Basic Switch Management

73

Fabric OS Procedures Version 3.1.x/4.1.x User Guide

Hexadecimal Port Diagrams

Many of the commands, such as

bcastshow

,

portLogShow

,

and

portLogDump

return port diagrams in hexadecimal format.

Reading Hexadecimal Port Diagrams

The following example shows the

bcastshow

command and a member port list,

member ISL port list, and static ISL port list in hexidecimal format.

Example:

To read the hexadecimal port diagrams, they must be converted into binary
notation. Each hexadecimal value represents four binary values. Each
hexadecimal value is converted into a group of four binary values that represent
four ports, as follows:

switch:admin> bcastshow

Group Member Ports Member ISL Ports Static ISL Ports

----------------------------------------------------------------

256 0x00000000 0x00000000 0x00000000

0x00000000 0x00000000 0x00000000

0x00000001 0x00000000 0x00000000

0x00012083

switch:admin>

Table 4: Hexidecimal to binary conversions

Hex value = Binary value

Hex value = Binary value

0 = 0000

8 = 1000

1 = 0001

9 = 1001

2 = 0010

A = 1010

3 = 0011

B = 1011

4 = 0100

C = 1100