raidinf download relocationlog
The
raidinf download relocationlog command is used to download a tier relocation log.
A tier relocation log which is being generated cannot be downloaded. The name of the downloaded file is tier_relocation_log_name.tgz. The log is overwritten with the same name if the name already exists.
Example: If the name of the tier log relocation log is
160201-400001-RelocationLog, the downloaded file name will be as follows:
Log_160201-400001-RelocationLog.tgz
Syntax
raidinf download relocationlog -servername {<hostname> | <ipaddress>}
-logname <logname>> -targetfolder <folder>
Options and parameters
|
Option |
Description |
-servername {<hostname> | <ipaddress>}
|
Specifies the host name or IP address of the SVP. |
[-logname <logname>>]
|
Specifies the tier relocation log name, up to 32 characters. All characters exceeding 32 are ignored. If the tier relocation log is omitted, the default name YYMMDDXXXXXX-RelocationLog is specified. If you specify
|
-targetfolder <folder>
|
Specifies a folder name to which a tier relocation log is downloaded. The folder whose name you specify must already exist, and you must have write permissions to the folder. |
Examples
The example below shows how to download the log with the most recent date. In the following example, Log_160201-400001-RelocationLog.tgz is downloaded to C:\tmp:
# raidinf download relocationlog -servername 10.213.74.121 –logname LatestLog -targetfolder C:\tmp
The example below shows how to download the tier relocation log by specifying the tier relocation log name, 160201-400001-RelocationLog. In the following example, Log_160201-400001-RelocationLog is downloaded to C:\tmp:
# raidinf download relocationlog -servername 10.213.74.121 -report 160201-400001-RelocationLog -targetfolder C:\tmp
