AB291A Fabric Clustering System Support Guide (12-port Switch), April 2004

Table Of Contents
Chapter 5
Administration and Management
Switch Administration and Management
72
Configuration, Image, and Log File Overview
The following sections describe how to use the important files in the HP Fabric Clustering System Switch OS
file system.
The file system uses three basic file types:
Configuration files
Image Files
Log Files
Configuration Files
A configuration file is a text file that stores a list of CLI commands. The main configuration file is called
startup-config. This file stores all of the CLI commands necessary to completely configure a box from a
factory, default state. This configuration file can be copied, backed up, and modified.
Whenever configuration changes are made via the CLI, a CLI command is temporarily saved in a virtual
configuration file called running-config. If the administrator wishes to save these changes permanently,
this file is “copied” into the startup-config file.
Any number of configuration files can be stored. For convenience and rapid configuration, files can also
maintain a partial list of CLI commands. These can also be copied into running-config for immediate use or
startup-config for persistent use across reboots.
Image Files
Image files are stored in the system flash memory as a single complete file with a “.img” extension. Each
image file contains all the operating software (application software and firmware/microcode) needed by the
various cards that can be installed into the system.
The system cannot use an image file directly to boot-up to system. The image file must first be installed. The
installation process automatically unbundles the image file and distributes the software components to each
card in the system. Users do not have to be aware of individual software components. The user simply
executes one CLI command to install an image file. Information on the install command can be found at
“install” on page 266.
When an image file is installed, the image file is expanded into a “system image”. The system image is what
the user will refer to in order to specify what software version the system show use to boot-up each card in the
system.
The system only has enough flash memory to store:
one image file (active)
one system image (inactive)
one recovery image
Occasionally, the user will have to manually delete either an image file or a system image from the system to
make room for new software. Detailed information on the delete command can be found at “delete” on
page 254.
Active Image
The term “Active Image” refers to the current System Image. An installed, or “active” image has gone
through the entire upgrade process. The System-Image usually has a slash (/) in its name. Do not modify
or delete the installed system-image.