H3C WX2560H Access Controller Installation Guide-6W102

HomeSupportWirelessH3C WX2500H Series Access ControllersInstall & UpgradeInstallation GuidesH3C WX2560H Access Controller Installation Guide-6W102
04-Hardware management and maintenance
Title Size Download
04-Hardware management and maintenance 60.97 KB

4 Hardware management and maintenance

The command lines and outputs depend on the software version that runs on the device.

Displaying hardware information for the device

Displaying software and hardware version information for the device

Use the display version command to display software and hardware version information about the device. The output includes the following information:

·          The current software.

·          The hardware version.

·          The device operating time.

The output depends on the software and hardware version of the device.

<H3C> display version

H3C Comware Software, Version 7.1.064, Release 5323

Copyright (c) 2004-2020 New H3C Technologies Co., Ltd. All rights reserved.

H3C WX2560H uptime is 0 weeks, 0 days, 0 hours, 5 minutes

Last reboot reason : User soft reboot

 

Boot image: flash:/boot.bin

Boot image version: 7.1.064, Release 5323

  Compiled Mar 21 2017 16:00:00

System image: flash:/system.bin

System image version: 7.1.064, Release 5323

  Compiled Mar 21 2017 16:00:00

 

with 1 1000MHz Multi-core Processor

1024M bytes DDR3

16M bytes NorFlash Memory

1024M bytes NandFlash Memory

 

Hardware Version is Ver.A

CPLD Version is 002

Basic Bootrom Version is 1.03

Extend Bootrom Version is 1.05

[Subslot 0]WX2560H Hardware Version is Ver.A

Displaying operational statistics for the device

When you perform routine maintenance or the system fails, you might need to display the operational information of each feature module to locate failures. Typically, you need to run the display commands individually. However, you can use the display diagnostic-information command in any view to display or save the operational statistics of multiple feature modules of the device. This command displays the output of the display clock, display version, display device, and display current-configuration commands.

·          Save the operational statistics for each feature module of the device:

<H3C>display diagnostic-information

Save or display diagnostic information (Y=save, N=display)? [Y/N]:y

Please input the file name(*.tar.gz)[cfa0:/diag_WX3010H-X_20170223-071047.tar.gz]:

Diagnostic information is outputting to cfa0:/diag_WX3010H-X_20170223-071047.tar.gz.

Please wait...

Save successfully.

To view the contents of the default.diag file, execute the more default.diag command in user view, and then press the Page Up and Page Down keys.

·          Display the operational statistics for each feature module of the device. (Details not shown.)

<H3C> display diagnostic-information

 

Save or display diagnostic information (Y=save, N=display)? [Y/N]:N

===============================================

  ===============display clock===============

18:11:42 UTC Wed 04/05/2017

=================================================

  ===============display version===============

H3C Comware Software, Version 7.1.064, Release 5323

Copyright (c) 2004-2020 New H3C Technologies Co., Ltd. All rights reserved.

H3C WX2560H uptime is 0 weeks, 0 days, 0 hours, 14 minutes

Last reboot reason : User soft reboot

 

Boot image: flash:/boot.bin

Boot image version: 7.1.064, Release 5323

  Compiled Mar 21 2017 16:00:00

System image: flash:/system.bin

System image version: 7.1.064, Release 5323

  Compiled Mar 21 2017 16:00:00

 

with 1 1000MHz Multi-core Processor

1024M bytes DDR3

16M bytes NorFlash Memory

1024M bytes NandFlash Memory

 

Hardware Version is Ver.A

CPLD Version is 002

Basic Bootrom Version is 1.03

Extend Bootrom Version is 1.05

[Subslot 0]WX2560H Hardware Version is Ver.A

 

  ===============display system internal version===============

H3C WX2560H V500R001B64D023

Comware V700R001B64D023

================================================

  ===============display device verbose===============

Slot No.  Subslot No. Board Type        Status    Max Ports

1         0           WX2560H           Normal      10

Displaying detailed information about the device

Use the display device verbose command to display detailed information about the device.

<H3C>display device verbose

Slot No.  Subslot No. Board Type        Status    Max Ports

1         0           WX2560H           Normal    10

Table4-1 Command output

Field

Description

Slot No.

Member ID of the IRF member device.

Board Type

Device type.

Status

Device status:

·         Fault—The device is not operating correctly.

·         Normal—The device is operating correctly.

Max Ports

Maximum number of ports supported.

 

Displaying the electronic label data for the device

An electronic label is a profile of a device. It contains the permanent configuration, including the serial number, manufacturing date, MAC address, and vendor name.

Use the display device manuinfo command to display the electronic label data for the device.

<H3C> display device manuinfo

DEVICE_NAME:WX2560H

DEVICE_SERIAL_NUMBER:219801A0WF6666666666

MAC_ADDRESS:000f-e212-6103

MANUFACTURING_DATE:2017-04-10

VENDOR_NAME:H3C

Table4-2 Command output

Field

Description

DEVICE_NAME

Device model.

DEVICE_SERIAL_NUMBER

Serial number of the device.

MAC_ADDRESS

MAC address of the device.

MANUFACTURING_DATE

Manufacturing data of the device.

VENDOR_NAME

Vendor name.

 

Displaying the CPU usage of the device

Use the display cpu-usage command to display the CPU usage statistics for the device.

<H3C> display cpu-usage

Unit CPU usage:

       0% in last 5 seconds

       1% in last 1 minute

       5% in last 5 minutes

Table4-3 Command output

Field

Description

0% in last 5 seconds

Average CPU usage in the last 5 seconds (after the device boots, the device calculates and records the average CPU usage at the interval of 5 seconds).

1% in last 1 minute

Average CPU usage in the last minute (after the device boots, the device calculates and records the average CPU usage at the interval of 1 minute).

5% in last 5 minutes

Average CPU usage in the last 5 minutes (after the device boots, the device calculates and records the average CPU usage at the interval of 5 minutes).

 

Displaying the memory usage of the device

Use the display memory command to display the memory usage statistics for the device.

<H3C> display memory

Memory statistics are measured in KB:

Slot 1:

             Total      Used      Free    Shared   Buffers    Cached   FreeRatio

Mem:       1008932    480848    528084         0      1760    121976       52.3%

-/+ Buffers/Cache:    357112    651820

Swap:           0         0         0

Table4-4 Command output

Field

Description

Slot x

Member ID of the IRF member device.

Mem

Memory usage information.

Total

Total size of the physical memory space that can be allocated.

Used

Used physical memory.

Free

Free physical memory.

Shared

Physical memory shared by processes.

Buffers

Physical memory used for buffers.

Cached

Used physical memory for cache.

FreeRatio

Free memory ratio.

–/+ Buffers/Cache

·         -/+ Buffers/Cache:used = Mem:Used – Mem:Buffers – Mem:Cached, which indicates the physical memory used by applications.

·         -/+ Buffers/Cache:free = Mem:Free + Mem:Buffers + Mem:Cached, which indicates the physical memory available for applications.

Swap

Swap memory.

 

Displaying the operational status of the built-in fans

Use the display fan command to display the operating states of fans.

<H3C> display fan

Fan 1 State: Normal

Table4-5 Command output

Field

Description

Fan n

Number of the fan.

State

Fan state:

·         Normal—The fan is operating correctly.

·         Absent—The fan is not in position.

·         Fault—The fan has failed.

 

Displaying the operating state of a power module

Use the display power command to display the operating state of a power module.

<H3C> display power

Power 1 State: Normal

Table4-6 Command output

Field

Description

Power 1, 2

Number of the power module.

State

Power module state:

·         Normal—The power module is operating correctly.

·         Absent—The power module is not in position.

·         Fault—The power module has failed.

 

Rebooting the device

To reboot the device, use one of the following methods:

·          Reboot the device at the CLI. You can remotely reboot the device in either of the following ways:

¡  Reboot the device immediately by using the reboot command.

¡  Schedule a reboot to occur at a specific time or date or after a delay by using the schedule reboot command.

·          Power off and power on the device. This method cuts off the power of the device forcibly, which might cause data loss. It is the least-preferred method.

Restrictions and guidelines

·          Before you reboot the device, perform the following tasks:

¡  Use the save command to save the running configuration. For more information about the save command, see file system management commands in H3C WX2560H Access Controller Fundamentals Command Reference.

¡  Use the display startup and display boot-loader commands to make sure you have specified the correct next-startup configuration files and startup software images. If the main startup software image is corrupt or does not exist, a reboot failure will occur. To avoid a reboot failure, use the boot-loader file command to specify a new startup software image. For more information about the display startup and display boot-loader commands, see file system management commands and software upgrade commands in H3C WX2560H Access Controller Fundamentals Command Reference, respectively.

·          The device will not reboot if a file is being accessed.

Configuration procedure

Rebooting the device immediately

Task

Command

Remarks

Reboot the device immediately.

reboot [ force ]

Available in user view.

 

Scheduling a reboot for the device

Task

Command

Remarks

Schedule a reboot.

·         Schedule a reboot to occur at a specific time or date:
schedule reboot at time [ date ]

·         Schedule a reboot to occur after a delay:
schedule reboot delay time

Use either command.

By default, no reboot date or time or reboot delay time is specified.

Available in user view.

The most recent configuration takes effect if you execute the scheduler reboot at or scheduler reboot delay command multiple times.

 

 

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Intelligent Storage
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
  • Technical Blogs
All Support
  • Become A Partner
  • Partner Policy & Program
  • Global Learning
  • Partner Sales Resources
  • Partner Business Management
  • Service Business
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网