立即与支持人员聊天
与支持团队交流

QoreStor 7.1.3 - Command Line Reference Guide

Introduction to the QoreStor Command Line Reference Guide Introducing QoreStor Managing QoreStor
Alerts Commands Authenticate Commands Email_alerts Commands OST RDA SAML sc_manager command Stats Storage Group commands System User
Managing QoreStor Storage Operations
Cloud_tier Connection Container iSCSI NDMP Object_container Object_direct Performance_tier Replication Seed Schedule VTL
Maintaining QoreStor About us

seed --help

Description

Displays the list of all seed command related options that can be used as a reference when using the QoreStor CLI.

Syntax

seed --help

Result

Usage: 
     seed --create --op <import|export>      
          [--enc_type <aes128 | aes256>]     
          [--storage_group_name <name>]  
                      
     seed --delete    
				
     seed --add_container --name <container name> 
                      
     seed --remove_container --name <container name> 
                      
     seed --add_device --server <server name> 
          --volume <volume> 
          --username <user name> 
          [--domain <domain name>] 
                      
      seed --remove_device 
      seed --start 
      seed --stop 
      seed --show 
      seed --cleanup 
      seed --help 

 seed <command> <command-arguments>
     command can be one of: 
          --create             Create a job to perform seeding export or import. 
          --delete             Delete an existing seeding export or import job. 
          --add_container      Add a container to be used for seeding export. 
          --remove_container   Remove a container which is already added for seeding export. 
          --add_device         Add a device to be used for seeding. 
          --remove_device      Remove a device which is already added for seeding. 
          --start              Start seeding process(export/import). 
          --stop               Stop running seeding process(export/import). 
          --show               Show registered device, job for seeding. 
          --cleanup            Start cleaner to process seed ZL logs on target. 
      
  For command-specific help, please type seed --help <command> 
      eg: 
          seed --help create 

Schedule

A schedule is the means by which you set aside specific daily time periods for performing disk space reclamation or replication operations. Disk reclamation operations recover unused disk space from QoreStor containers in which files were deleted; replication operations are the process by which the key data is saved only once from multiple devices to minimize excessive or redundant storage of the same data.

This set of QoreStor CLI commands allow you to perform the following tasks on a system:

  • Display existing scheduled Replication and Cleaner (disk space recovery) operations
  • Create new schedules for Replication and Cleaner operations
  • Delete existing scheduled Replication and Cleaner operations

Schedule Command Usage

This topic introduces the schedule command usage:

  • schedule --show [--cleaner] [--replication] [--name]
  • schedule --add --day <Day of the week (Sunday|Monday...)> [options]
  • schedule --delete --day <Day of the week (Sunday|Monday...)> [options]
  • schedule --help

NOTE: If you specify a command without supplying the expected value or option, you will be prompted to provide the correct value or option.

schedule --show [--cleaner]

Description

Displays any existing Cleaner schedule.

Syntax

schedule --show [--cleaner]
	         [--replication] 
		 [--cloudreplication]
		 [--cloud_archive]
		 [--name <name>]]

Where

--cleaner            Displays the cleaner schedule.
--replication        Displays all configured replication schedule(s).
--cloudreplication   Displays all configured cloud replication schedule(s).
--cloud_archive      This is used for cloud_replication. It sets cloud tier by default. For archive tier, use --cloud_archive.
--name               Display replication schedule of a specific container.

Result

Cleaner Schedule:
			Start   Stop
Sunday 		05:00   06:00
Monday 		05:00   06:00
Tuesday 		05:00   06:00
Wednesday 		05:00   06:00
Thursday 		05:00   06:00
Friday 		05:00   06:00
Saturday 		05:00   06:00
相关文档

The document was helpful.

选择评级

I easily found the information I needed.

选择评级