HP StorageWorks Fabric OS 6.2 administrator guide (5697-0016, May 2009)

Fabric OS 6.2 administrator guide 551
FIPS
To maintain security while in FIPs mode, these devices will not function if FIPs mode is enabled. If these
devices are configured and you try to enter FIPs mode, an error will occur. You must delete the
configuration of these devices prior to entering FIPs mode.
Examples of supported configurations
The examples below demonstrate how to set up your HP StorageWorks 400 Multi-Protocol Routers using
two different network scenarios. These are only examples and you should substitute the IP addresses used
in these examples for the ones given to you by your network administrator.
These examples use a Linux OS on the Management Station and routers. You must use the appropriate
commands for your Management Station and routers OS.
Configuring a Management Station on the same subnet
This is an example of the management station on the same subnet as the GE ports on the HP StorageWorks
400 Multi-Protocol Routers. Using the network diagram shown in Figure 92, the configuration would be set
up as listed below.
Figure 92 Management station on same subnet
1. Configure the management interfaces on the 7500 L1.
a. Configure the internal addresses for the inbd devices for CP and GE port (GE port 0 for this
example):
switch:admin> portcfg inbandmgmt ge0 ipaddrset cp 192.168.255.1 255.255.255.0
switch:admin> portcfg inbandmgmt ge0 ipaddrset ge 192.168.255.2 255.255.255.0
b. Add the route on the switch going to the management station.
switch:admin> portcfg inbandmgmt ge0 routeadd 192.168.3.0 255.255.255.0
2. Configure the management interfaces for the 7500 R1.
a. Configure the internal addresses for the inbd devices for CP and GE port (GE port 0 for this
example).
switch:admin> portcfg inbandmgmt ge0 ipaddrset cp 192.168.255.1 255.255.255.0
switch:admin> portcfg inbandmgmt ge0 ipaddrset ge 192.168.255.2 255.255.255.0
b. Add the route on the switch going to the Management Station.
switch:admin> portcfg inbandmgmt ge0 routeadd 192.168.3.0 255.255.255.0
3. Configure the routes on the Management Station.
a. Add the route on the Management Station that is going to the 7500 L1.
linux> route add -host 10.1.1.10 gw 192.168.3.10