Management focus – Brocade BigIron RX Series Configuration Guide User Manual

Page 107

Advertising
background image

BigIron RX Series Configuration Guide

29

53-1002484-04

Flash memory and PCMCIA flash card file management commands

2

Create a subdirectory.

Remove a subdirectory.

Rename a file.

Change the read-write attribute of a file.

Delete a file.

Recover or “undelete” a file.

Append one file to another (join two files).

Perform copy operations using the copy command.

Perform copy operations using the cp command.

Load the system software from flash memory, a flash card, or other sources during system
reboot.

Change the save location of the startup-config file from the default location (flash memory) to a
flash card in slot 1 or 2.

In the CLI, you can access all the file management commands at the Privileged EXEC level of the
CLI.

CAUTION

Do not add or remove a flash card while a file operation involving the flash card’s slot is in
progress. Doing so can result in corruption of the flash card. If this occurs, you may need to
reformat the flash card to make it usable again. Reformatting the card erases all data stored on
the card.

Management focus

The management focus determines the default file system (flash memory or the flash card inserted
in slot 1 or 2) to which a file management operation applies. When you power on or reload a BigIron
RX Series system, by default, the management focus is on flash memory.

You can change the current management focus from flash memory to a slot and subdirectory using
the cd or chdir command. (For more information about these commands, refer to

“Switching the

management focus”

on page 33.)

To determine the slot and subdirectory that have the current management focus, enter the pwd
command. (For more information about this command, refer to

“Determining the current

management focus”

on page 33.)

Most file management commands provide the option of specifying the file system to which the
command applies. If you want the command to apply to the file system that has the current
management focus, you do not need to specify the file system. If you want the operation to apply to
the file system that does not have the current management focus, you must specify one of the
following keywords:

flash – indicates flash memory

slot1 – indicates the flash card inserted in slot 1

slot2 – indicates the flash card inserted in slot 2

Advertising