Command

This command lists names and descriptions for JetStream DR components of the given component type. Acceptable values are: IOFilter name, DRVA name, domain name, RocVA domain name.

[admin]$ python3 parman.py list-components -h

usage: parman.py list-components [-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-components -c DRVA

DRVA Name

-----------

drva1


[admin]$ python3 parman.py -m 10.40.1.150 -vi fs161v08-vc.st.jsoft.com -vu [email protected] 

-vp xxxxx list-components -c Domain

Domain Name

-------------

mg_domain2

mg_domain1


[admin]$ python3 parman.py -m 10.40.1.150 -vi fs161v08-vc.st.jsoft.com -vu [email protected] 

-vp xxxxx list-components -c IOF

IOF Name

--------------------

fs074-cent7vm-12-d25

fs074-cent7vm-12-d29

fs074-cent7vm-12-d23

fs074-cent7vm-12-d28

fs074-cent7vm-12-d27

fs074-cent7vm-12-d30

fs074-cent7vm-12-d22

fs074-cent7vm-12-d21

fs074-cent7vm-12-d24

fs074-cent7vm-12-d26

fs074-cent7vm-14-d16

fs074-cent7vm-14-d17


[admin]$ python3 parman.py -m fs057-ms3.st.jsoft.com -vi fs175-psc.st.jsoft.com 

-vu [email protected] -vp xxxxx list-components -c RocVA

RocVA Name

------------

mg_domain2


[admin]$