The display module-information command displays information about dynamically installed modules in the system.
Parameter | Description | Value |
---|---|---|
file-name |
Displays the specify module information loaded at the next startup. |
The value is a string of 5 to 63 case-sensitive characters, with the file name extension being .MOD. |
verbose |
Displays details about dynamically installed modules. |
- |
next-startup |
Displays module information loaded at the next startup. |
- |
Usage Scenario
To view information about dynamically installed modules in the system, run the display module-information command. The information helps to monitor whether modules are successfully installed or uninstalled.
Precautions
In VS mode, this command is supported only by the admin VS.
The actual command output varies according to the device. The command output here is only an example.
<HUAWEI> display module-information verbose Module Information -------------------------------------------------------------------- Module Version InstallTime PackageName -------------------------------------------------------------------- TLV MOD503 2019-05-23 06:28:00 XXX.MOD -------------------------------------------------------------------- Total = 1 Board Info : ---------------------------------------------------------------------------------------- Slot-id ProcId Type FileName EffectiveTime Module ---------------------------------------------------------------------------------------- 1 2 C HM800000.mod 2019-08-24 22:48:00.322 MOD0031 ---------------------------------------------------------------------------------------- Total = 1
Item | Description |
---|---|
Module Information | Information about a module. |
Module | Name of a module. |
Version | Version of a module. |
InstallTime | Time when a module is installed. |
PackageName | Name of a module file. |
Total | Number of modules installed. |
Board Info | Board information. |
Slot-id | Board ID. |
ProcId | Process ID. |
Type | File type. |
FileName | File name. |
EffectiveTime | Effective time of a patch file. |