Nortel Networks Sun Fire V100 User Manual

Page 171

Advertising
background image

MCS 4-server Sun Fire V100 Solaris Installation and Commissioning Guide

171

Copyright © 2006 Nortel Networks

1500 index 3 inet 120.120.12.33 netmask ffffff00 broadcast
120.120.12.255 groupname imspub

3

Look for the entry that starts ‘bge0.’ The parameters that follow
show the IP address, subnet mask, and whether the interface is
‘UP.’ This example output shows that bge0 is assigned to IP
address 120.120.12.32, its subnet mask is ffffff00 which
translates to 255.255.255.0, and the interface is UP (active).

4

Look for the entry that starts ‘bge1.’ The parameters that follow
show the IP address, subnet mask, and whether the interface is
‘UP.’ This example output shows that bge1 is assigned to IP
address 120.120.12.33, its subnet mask is ffffff00 which
translates to 255.255.255.0, and the interface is UP (active).

5

Look for the entry that starts ‘bge0:1.’ This is the machine logical
interface. Notice that the machine logical has ‘attached’ itself to
bge0 and added a suffix of ‘:1’ creating bge0:1. When a machine
logical (or service logical) interface is created, the 240 will
always attempt to ‘attach’ to the first interface, bge0. If bge0 were
unavailable, or out of service, the machine logical would then
‘attach’ itself to bge1 creating bge1:1. The parameters which
follow show the IP address, subnet mask, and whether the
interface is ‘UP.’

This example output shows that bge0:1 is assigned to IP
address 120.120.12.31, its subnet mask is ffffff00, which
translates to 255.255.255.0, and the interface is UP (active).

6

Verify that the hosts file is correct.

[@mcsappsvr]/export/home/nortel:=> cat
/etc/hosts

#

# Internet host table

#

127.0.0.1 localhost

120.120.12.31 rmcsappsvr loghost

120.120.12.32 mcsappsvrbge0

120.120.12.33 mcsappsvrbge1

The first 120 address should reflect your machine logical IP
address in addition to the hostname and the ‘loghost’ tag.

The second 120 address should reflect the bge0 interface
followed by the hostname concatenated with ‘bge0.’

Advertising