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
external-header-nav
keyboard_arrow_up
close
keyboard_arrow_left
Juniper Paragon Automation User Guide
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

request paragon deploy

date_range 18-Jun-24

Syntax

content_copy zoom_out_map
request paragon deploy cluster input input
content_copy zoom_out_map
request paragon deploy monitoring
content_copy zoom_out_map
request paragon deploy user
content_copy zoom_out_map
request paragon deploy user recover (false | true)

Description

Deploy the cluster and Paragon Shell user changes, and monitor the cluster.

Options

cluster

Deploy your Paragon Automation cluster. See request paragon deploy cluster.

monitoring

Deploy the cluster monitoring changes.

user

Deploy the last committed Paragon Shell user changes.

user recover (false | true)

When true, recover and add all current configured Paragon Shell users to Paragon Shell only on this node. Use when a Paragon Shell user is not configured on this node.

Required Privilege Level

configure

Output Fields

When you enter this command, you are provided feedback on the status of your request.

Sample Output

request paragon deploy user

content_copy zoom_out_map
user@node> request paragon deploy user
Getting user-config configmap...
Added user: ['username ']
Modified user: []
Deleted user: []
warning: *** operating on 10.1.2.6 ***
warning: *** operation on 10.1.2.6 succeeds ***
warning: *** operating on 10.1.2.4 ***
warning: *** operation on 10.1.2.4 succeeds ***
warning: *** operating on 10.1.2.3 ***
warning: *** operation on 10.1.2.3 succeeds ***
warning: *** operating on 10.1.2.5 ***
warning: *** operation on 10.1.2.5 succeeds ***
Deleting user-config configmap...
Creating new user-config configmap...

request paragon deploy monitoring

content_copy zoom_out_map
user@node> request paragon deploy monitoring
Getting vector daemonset metadata...
Loading vector sources and sinks...
Validating config...
Deleting existing vector configmap...
Creating new vector configmap...
configmap/vector-config created
Vector source or sinks missing... Suppressing vector pods

request paragon deploy user recover true

content_copy zoom_out_map
root@node> request paragon deploy user
Getting user-config configmap...
Added user: ['pounds']
Modified user: []
Deleted user: []
operation succeeds on dv-primary2
operation succeeds on dv-primary1
operation succeeds on dv-primary3
operation succeeds on dv-worker1
Deleting user-config configmap...
Creating new user-config configmap...

Release Information

Command introduced in Paragon Automation Release 2.0.0.

external-footer-nav