Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Announcement: Try the Ask AI chatbot for answers to your technical questions about Juniper products and solutions.

close
header-navigation
keyboard_arrow_up
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

Reinstall Paragon Automation

date_range 09-Oct-23

To reinstall Paragon Automation, run the deploy script again on the control host.

To update an existing instance of Paragon Automation, edit the inventory and config.yml files, and run the deploy script again on the control host.

content_copy zoom_out_map
# ./run -c config-dir deploy

If the deploy script fails for a particular component, you can run the destroy command to uninstall the component, and then reinstall it with the deploy script.

content_copy zoom_out_map
# ./run -c config-dir destroy -t tags
# ./run -c config-dir deploy -t tags

We support the following optional parameters for the deploy script:

  • --list-tags—View a list of available tags.

  • -t tag1,tag2—Deploy or redeploy a subset of the installation tasks or components of the cluster selectively. For example, to install or update only the Infrastructure component, use # ./run -c config-dir deploy -t infra.

  • --skip-tags tag1,tag2—Skip over some installation tasks. For example, to deploy the cluster without installing the Paragon Insights component, use # ./run -c config-dir deploy --skip-tags healthbot.

  • --ask-vault-pass—Prompt for the password to decrypt authentication passwords, if Ansible vault was previously configured.

footer-navigation