|
|||||||
DESCRIPTION | SUBCLASSES | REFERENCED BY | KEY | READ ONLY | READ/WRITE | METHOD SUMMARY | METHOD DETAIL |
CIM_ManagedElement \_CIM_ManagedSystemElement \_CIM_LogicalElement \_CIM_EnabledLogicalElement \_CIM_Service
Inherited from class CIM_ManagedElement |
---|
Caption, Description, ElementName |
Inherited from class CIM_ManagedSystemElement |
---|
HealthState, InstallDate, Name, OperationalStatus, Status, StatusDescriptions |
Inherited from class CIM_EnabledLogicalElement |
---|
EnabledState, OtherEnabledState, RequestedState, TimeOfLastStateChange, EnabledDefault |
Inherited from class CIM_Service |
---|
Started, StartMode, PrimaryOwnerContact, PrimaryOwnerName |
Name | Description |
---|---|
CreateLogZipFile | This method is to create compressed log file on HMC. |
DeleteLogZipFile | This method is to delete compressed log file from HMC. |
GetLogZipFile | This method returns a portion of the zipped up log file created by CreateLogZipFile. |
ListLogZipFile | This method is to list all compressed log files'names on HMC. |
Inherited from class CIM_EnabledLogicalElement |
---|
RequestStateChange |
Inherited from class CIM_Service |
---|
StartService, StopService |
Id | Type | Range | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
In | |||||||||
none | |||||||||
out | |||||||||
Filename | string |
|
file name of the generated zip file. | ||||||
FileSize | uint64 |
|
size of the generated file in blocks. One block contains 512 bytes. | ||||||
Checksum | string |
|
MD5 checksum value of the generated file. | ||||||
Return Codes | |||||||||
none |
Id | Type | Range | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
In | |||||||||
Filename | string |
|
the compressed log file name. | ||||||
out | |||||||||
none | |||||||||
Return Codes | |||||||||
none |
Id | Type | Range | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
In | |||||||||
Filename | string |
|
name of the compressed log file. | ||||||
StartBlock | uint64 |
|
start offset position in the compressed file. The first block of whole file starts from 1. | ||||||
EndBlock | uint64 |
|
end offset position in the compressed file. | ||||||
out | |||||||||
Contents | uint8 |
|
the character array of compressed file content. | ||||||
Checksum | string |
|
the MD5 checksum value of the contents. | ||||||
Return Codes | |||||||||
none |
Id | Type | Range | Description | ||||||
---|---|---|---|---|---|---|---|---|---|
In | |||||||||
none | |||||||||
out | |||||||||
Filenames | string |
|
all the compressed log files'names. | ||||||
FileSizes | uint64 |
|
all the compressed log files'block size. | ||||||
Md5checksums | string |
|
all the compressed log files'md5 checksum. | ||||||
Return Codes | |||||||||
none |
|
|||||||
DESCRIPTION | SUBCLASSES | REFERENCED BY | KEY | READ ONLY | READ/WRITE | METHOD SUMMARY | METHOD DETAIL |