|
NOTE: The sc_manager command must be run using the root account. |
Description
Disables Secure Connect for the machine on which the command is run.
Syntax
If run from the directory containing the sc_client.property file:
sc_manager disable
If run from a different directory:
/opt/qorestor/bin/sc_manager disable --property <path_to_sc_client.property_file>
Result
SecureConnect.enabled = false
Description
Enables Secure Connect for the machine on which the command is run.
Syntax
If run from the directory containing the sc_client.property file:
sc_manager enable
If run from a different directory:
/opt/qorestor/bin/sc_manager enable --property <path_to_sc_client.property_file>
Result
SecureConnect.enabled = true
This set of QoreStor CLI commands let you display the current statistics for a QoreStor in the following categories:
- All containers (cumulative): --system
- CPU: --cpu
- Memory: --memory
- NFS: --nfs
- CIFS: --cifs
- OST media server: --ost
- RDS media server --rds
- NDMP: --ndmp
- Completed NDMP sessions: --ndmp_completed
- iSCSI: --iscsi [--verbose]
- A specific container: --container --name
- Storage group: --storage_group --name <name>
- Replication: --replication
- Cleaner: --cleaner
- Clients: --clients [--type <NFS|CIFS|OST|RDS|NDMP|ISCSI>]
- Seeding: --seed
- Cloud tiers: --cloud_tier
- Peformance tier: --performance_tier
- Help: --help
In addition, this QoreStor CLI command also allows you to reset the following statistic types:
This topic introduces the stats command usage:
- stats --system
- stats --cpu
- stats --memory
- stats --nfs
- stats --cifs
- stats --ost
- stats --rds
- stats --container --name
- stats --storage_group --name
- stats --replication [options]
- stats --cleaner
- stats --clients [options]
- stats --reset [options]
- stats --seed
- stats --performance_tier
- stats --cloud_tier
- stats --object_direct
- stats --archive_tier
- stats --object_container
- stats --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. |