This command recovers and quarantines the dirty-degraded RAID. This command is not supported on the ASR 5000.
Privilege
Security Administrator, Administrator
Mode
Exec > Global Configuration > HD RAID Configuration
configure > hd raid
Entering the above command sequence results in the following prompt:
[local]host_name(config-hd-raid)#
Syntax
quarantine [ directory dir_name | limit number_files | mtime minutes ] [ -noconfirm ]
{ default | no } quarantine
default
When enabled without any options, it restores the default quarantine parameters (directory = lost+found; limit = 3000 files;
mtime = 5 minutes).
no
The no variant of this command turns off quarantine and lets the dirty degraded RAID to fail.
directory dir_name
This keyword sets the directory name for recovery and quarantine of the dirty-degraded RAID. The dir_name must be an alphanumeric string of 1 through 39 characters. Default: lost+found.
limit number_files
This keyword sets the maximum number of files to quarantine. The number_files must be an integer from 0 through 1000000. Default: 3000.
mtime minutes
Specifies within how many minutes the file is modified to be considered suspects for quarantine. The minutes must be an integer from 0 through 1440, where 0 means no files will be quarantined. Default: 5 minutes.
-noconfirm
Executes the command without displaying "are you sure" prompts.
Usage Guidelines
Use this command to recover and quarantine the dirty-degraded RAID.
This command is not supported on the ASR 5000. On the ASR 5500 it is disabled by default.
Caution
|
Use of the hd raid commands and keywords has the potential for deleting the contents of hard disk drives without the possibility of recovery.
You should only use these commands under guidance from the Cisco Technical Assistance Center (TAC).
|
Example
The following instructs StarOS to perform quarantine operation for up to 3000 files. quarantine limit 3000