[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

Configuring a Boot Device to Receive Software Failure Memory Snapshots

You can use the set system dump-device CLI command to specify the medium to use for the device to store system software failure memory snapshots. In this way, when the operating system fails, if you have specified a system dump device in the configuration, the operating system preserves a snapshot of the state of the device when it failed.

After you reboot the system, the dump device is checked for a snapshot as part of the operating system boot process. If a snapshot is found, it is written to the crash dump directory on the device (/var/crash). The customer support team can examine this memory snapshot to help determine the cause of the system software failure.

Note: If the swap partition on the dump device medium is not large enough for a system memory snapshot, either a partial snapshot or no snapshot is written into the crash dump directory.

Enter the set system dump-device CLI command with the following syntax:


user@host> set system dump-device boot-device | compact-flash | removable-compact-flash | usb

Table 180 describes the set system dump-device command options.

Table 180: CLI set system dump-device Command Options

Option

Description

boot-device

Uses whatever device was booted from as the system software failure memory snapshot device.

compact-flash

Uses the internal compact flash as the system software failure memory snapshot device.

removable-compact-flash

Uses the compact flash on the rear of the device (J2320 and J2350 only) as the system software failure memory snapshot device.

usb

Uses the device attached to the USB port as the system software failure memory snapshot device.


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]