Display OMU Disk Space Information(DSP OMUDSK)

Function

An OM command that queries the software installation directory, hard disk partition, and space usage status of a specified OMU.

Note

1. This command can be run to query the disk space information of the GOMU and GBAM.

2. If the optional parameter Hard Disk Partition is not specified, the information of all the partitions of the hard disk of specified GOMU is displayed.

3. The LOCAL process on the GOMU should be operational.

Parameters

ID Name Description
TG Target

Meaning: identifier of the active or standby GOMU

Value range: ACTIVE(Active), STANDBY(Standby)

Explanation: ACTIVE(Active) indicates the active GOMU, and STANDBY(Standby) indicates the standby GOMU.

Default value: None

HDP Hard Disk Partition

Meaning: identifier of OMU hard disk partitioning

Value range: SYS(SysPartition), SOFT(SoftPartition), DATA(DataPartition)

Value range: SYS(SysPartition) indicates system partition, SOFT(SoftPartition) indicates software partition, and DATA(DataPartition) indicates data partition.

Default value: None

Example

1. Query the system partition of the hard disk of the active GOMU or GBAM server:
DSP OMUDSK: TG=ACTIVE, HDP=SYS;
The result is as follows:
MML% DSP OMUDSK:TG=ACTIVE,HDP=SYS;
+++    HUAWEI        2008-06-12 15:38:04
O&M    #237
%%DSP OMUDSK:TG=ACTIVE,HDP=SYS;%%
RETCODE = 0  Operation succeeded

Display OMU Disk Space Information
----------------------------------
Subrack No.  Slot No.  HardDisk Partition  Install Directory  Space Total[KB]  Space Used[KB]  Space Free[KB]  Space Used Percent[%]

0            2         SysPartition        /BSC6000           10325748         6389308         3936440         61
(Number of results = 1)


---    END

2. Query the software partition of the hard disk of the active GOMU or GBAM server:
MML% DSP OMUDSK: TG=ACTIVE, HDP=SOFT;
DSP OMUDSK: TG=ACTIVE, HDP=SOFT;
The result is as follows:
+++    HUAWEI        2008-06-12 15:38:52
O&M    #253
%%DSP OMUDSK:TG=ACTIVE,HDP=SOFT;%%
RETCODE = 0  Operation succeeded

Display OMU Disk Space Information
----------------------------------
Subrack No.  Slot No.  HardDisk Partition  Install Directory  Space Total[KB]  Space Used[KB]  Space Free[KB]  Space Used Percent[%]

0            2         SoftPartition       /BSC6000           5162796          2422852         2739944         46
(Number of results = 1)


---    END

3. Query all the partitions of the hard disk of the active GOMU or GBAM server:
DSP OMUDSK: TG=ACTIVE;
The result is as follows:
MML% DSP OMUDSK:TG=ACTIVE;
+++    HUAWEI        2008-07-24 12:27:22
O&M    #2504
%%DSP OMUDSK:TG=ACTIVE;%%
RETCODE = 0  Operation succeeded

Display OMU Disk Space Information
----------------------------------
Subrack No.  Slot No.  HardDisk Partition  Install Directory  Space Total[KB]  Space Used[KB]  Space Free[KB]  Space Used Percent[%]

0            2         SysPartition        /BSC6000           10325748         9582036         743712          92
0            2         SoftPartition       /BSC6000           5162796          2663540         2499256         51
0            2         DataPartition       /BSC6000           52466584         3537784         48928800        6
(Number of results = 3)


---    END

Output Description

Domain Name Description
Subrack No.

Number of the subrack where the board is located.

Slot No.

Number of the slot where the board is located.

HardDisk Partition

Hard disk partition type. The type can be SysPartition, SoftPartition, or DataPartition.

Install Directory

Installation directory of the OMU software.

Space Total[KB]

Total space of the hard disk (in KB) .

Space Used[KB]

Hard disk space that is already used (in KB), including the space used by the system.

Space Free[KB]

Remaining space of hard disk (in KB).

Space Used Percent(%)

Ratio of used space to total space.

Related reference
Display OMU Hard Disk Information(DSP OMUHD)
Display OMU RAID Information(DSP RAID)

Huawei Proprietary and Confidential
Copyright © Huawei Technologies Co., Ltd.