list-parameters (show)
Command
This command lists names and descriptions for parameters of the given component type. Acceptable values are: IOFilter name, DRVA name, domain name, RocVA domain name.
[admin]$ python3 parman.py list-parameters -h
usage: parman.py list-parameters [-h] -c {IOF,DRVA,Domain,RocVA}
optional arguments:
-h, --help
show this help message and exit
-c {IOF,DRVA,Domain,RocVA}, --component-type {IOF,DRVA,Domain,RocVA}
Type of component
[admin]$
Example
[admin]$ python3 parman.py -m 10.40.1.150 -vi fs161v08-vc.st.jsoft.com -vu [email protected]
-vp xxxxx list-parameters -c DRVA
Parameter name Component Type Description
---------------- ----------- ------- ---------------------------------
CPU DRVA Static Number of CPUs in the VM
Memory DRVA Static Size of memory in MB in the VM
logLevel DRVA Dynamic Global log level of the appliance
[admin]$ python3 parman.py -m 10.40.1.150 -vi fs161v08-vc.st.jsoft.com -vu [email protected] -vp xxxxx
list-parameters -c Domain
Parameter name Component Type Description
------------------------- ----------- ---------- --------------------------------------------------
accessKey Domain Hard-coded Access key for the DR object store
secretKey Domain Hard-coded Credential to access the DR object store
endPoint Domain Hard-coded Link to the DR object store
bucket Domain Hard-coded Name of the bucket in DR object store
bucketRegion Domain Hard-coded Name of the bucket region in DR object store
protocol Domain Hard-coded Type of access protocol, http or https
verifySSL Domain Hard-coded True if SSL verfication is required
readerBufferSize Domain Static Size of reader's staging buffer in bytes
maxInflightObjIdDiff Domain Static Maximum difference at which back pressure kicks in
objSize Domain Hard-coded Max object buffer size
numObjs Domain Static Number of object buffers
compressAlg Domain Hard-coded Type of compression in use
compressLevel Domain Hard-coded Compression level
btreeCacheSize Domain Static Size of GC BTree cache size in bytes
hotTrafficPercent Domain Hard-coded Hot/cold classification parameter
allocatedGcBudget Domain Hard-coded Allocated rate of GC rereads in bytes per second
bitmapConcurrency Domain Dynamic Number of concurrent BG streams
scheduledRereadsThreshold Domain Dynamic Maximum number of scheduled rereads
inflightGcThreshold Domain Dynamic Maximum number of GC collections in flight
maxGcFrequencyPerSec Domain Dynamic Number of times we try to activate GC per second
gcCheckpointThreshold Domain Dynamic Threshold for checkpointing the GCDB state
gcClassification Domain Hard-coded GCDB-based classification allowed
chanType Domain Hard-coded Type of replication
replicationRate Domain Dynamic allocated replication rate in bytes per second
[admin]$