Determining the current management focus, Switching the management focus, Switching the – Brocade BigIron RX Series Configuration Guide User Manual

Page 111: Management focus, Determining the current

Advertising
background image

BigIron RX Series Configuration Guide

33

53-1002484-04

Flash memory and PCMCIA flash card file management commands

2

For example, to reformat a flash card in the management module’s slot 2, enter the following
command.

BigIron RX# format slot2

.......................................................

.......................................................

.......................................................

......................................

80809984 bytes total card space.

80809984 bytes available on card.

2048 bytes in each allocation unit.

39458 allocation units available on card.

Syntax: format slot1 | slot2

The slot1 | slot2 keyword specifies the PCMCIA slot that contains the flash card you are formatting.

Determining the current management focus

For conceptual information about management focus, refer to

“Management focus”

on page 29.

If you are not sure which file system has the current management focus, enter the following
command.

BigIron RX# pwd

Flash /flash/

Syntax: pwd

In this example, the management focus is the flash memory.

In the following example, the management focus is the root directory of the flash card in slot 1.

BigIron RX# pwd

/slot1/

In the following example, the management focus is a subdirectory called “test” on the flash card in
slot 1.

BigIron RX# pwd

/slot1/test/

Switching the management focus

The effect of file management commands depends on the file system that has the current
management focus. For example, if you enter a command to delete a file and do not specify the
location of the file, the software attempts to delete the file from the location that currently has the
management focus.

By default, the management focus is on the management module’s flash memory. You can switch
the focus from flash memory to the management module’s slot 1 or slot 2 using the cd or chdir
commands, which have the same syntax and function exactly the same.

For example, to switch the focus from flash memory to the flash card in slot 2, enter the following
command.

BigIron RX# cd /slot2

BigIron RX#

Advertising