[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 2


feprom_update Command

Purpose

Loads flash EPROM and reboots the system.

Syntax

feprom_update [ -f ] FileName

Description

Attention: Do not use this command when the system is running with more than one user.

The feprom_update command loads the system's flash EPROM with the specified file, which must contain a valid binary flash EPROM image, and then reboots the system. The file name can also be the device name for the diskette drive containing the flash EPROM image.

By default, the feprom_update command warns that the system will be rebooted, and asks for confirmation before proceeding. If the -f flag is given, this warning is not given; the flash EPROM is updated and the system is rebooted without asking for confirmation.

The system must be in service mode and single-user root mode when the feprom_update command is run.

Note: The feprom_update command works only on multiprocessor systems with Micro Channel I/O. For IBM systems, this includes the IBM 7012 Model G Series, the IBM 7013 Model J Series, and the IBM 7015 Model R Series.

Flags


-f Forces the feprom_update command to update the flash EPROM and reboot the system without asking for confirmation.

Examples

  1. To update the flash EPROM with the contents of the file /tmp/eprom.new, and then reboot the system, enter the following command:

    feprom_update /tmp/eprom.new
    
  2. To update the flash EPROM with the contents of the diskette in driver rfd0, and then reboot the system without warning, enter the following command:

    feprom_update -f /dev/rfd0
    

File


/usr/sbin/feprom_prom Contains the feprom_prom command.

Related Information

The smit command.

For information on installing the Web-based System Manager, see Chapter 2: Installation and System Requirements in AIX 5L Version 5.1 Web-based System Manager Administration Guide.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]