ONTAP 9.12.1 commands

50←PDF
  • ONTAP 9.12.1 commands(CA08871-263en.pdf)
  • volume reallocation show

    Show reallocate job status

    Availability: This command is available to cluster administrators at the admin privilege level.

    Description

    Displays the status of a reallocation scan, including the state, schedule, interval, optimization, and log files. If you do not specify the path for a particular reallocation scan, then the command displays all the reallocation scans.

    Parameters

    { [-fields <fieldname>,…​]

    If you specify the -fields <fieldname>, …​ parameter, the command output also includes the specified field or fields. You can use '-fields ?' to display the fields to specify.

    | [-v ]

    Specify this parameter to display the output in a verbose format.

    | [-instance ] }

    If you specify the -instance parameter, the command displays detailed information about all fields.

    [-vserver <vserver name>] - Vserver

    Specify this parameter to display reallocation scans that match the Vserver that you specify.

    [-path <text>] - Path

    Specify this parameter to display reallocation scans that match the path that you specify.

    [-t, -threshold <integer>] - Threshold

    Specify this parameter to display reallocation scans that match the threshold that you specify.

    [-id <integer>] - Job ID

    Specify this parameter to display reallocation scans that match the reallocation job ID that you specify.

    [-description <text>] - Job Description

    Specify this parameter to display reallocation scans that match the text description that you specify.

    [-state {Initial|Queued|Running|Waiting|Pausing|Paused|Quitting|Success|Failure|Reschedule|Error|Quit|Dead|Unknown|Restart|Dormant}] - Job State

    Specify this parameter to display reallocation jobs that match the state that you specify.

    [-progress <text>] - Execution Progress

    Specify this parameter to list the running reallocation jobs whose progress indicator matches the text that you provide. For example, if you specify "Starting …​" as the text string for the progress option, then the system lists all of the jobs that are starting.

    [-schedule <job_schedule>] - Schedule Name

    Specify this parameter to display reallocation scans that match the schedule name that you specify. If you want a list of all job schedules, use the job schedule show command.

    [-global-status <text>] - Global State of Scans

    Specify this parameter to indicate if reallocation scans are on or off globally. You must type either of the following text strings:

    • "Reallocation scans are on"

    • "Reallocation scans are off"

    Examples

    cluster1::> volume reallocation show
    Vserver     Description                 Schedule        State
    -------     -----------                 --------        -----
    Reallocation scans are on
    vs0         /vol/vol2,space-optimized   reallocate_1d   Queued

    Displays the Vserver, description, schedule, and state for the reallocation scans on the local node.

    Top of Page