This command commits all changed static parameter(s) from prior set-parameters operations.

  • When a static parameter is modified using the set-parameter command, its change is not committed immediately. parman internally stores the value until it is finally committed using the command update-parameters
  • Multiple static parameters can be modified and then committed at once using the command update-parameters
    • After the parameters are committed, the component is restarted to make all changes take effect.


[admin]$ python3 parman.py update-parameters -h

usage: parman.py update-parameters [-h] -c {IOF,DRVA,Domain,RocVA} [-n COMPNAME] -s SECRETKEY


optional arguments:

-h, --help

    Show this help message and exit

-c {IOF,DRVA,Domain,RocVA}, --component-type {IOF,DRVA,Domain,RocVA}

    Type of component

-n COMPNAME, --component-name COMPNAME

    Name of the component. E.g. If --component-type is DRVA, then name of specific DRVA

-s SECRETKEY, --secret-key SECRETKEY

    Secret key to connect to object store


[admin]$


In addition to the component name, this command also takes the secret key to the object store as input.

-s SECRETKEY

Secret key to connect to object store