Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Jobs: Configuring a Job with a Job Property
23-8
Configuring a Job with a Job Property
Important: This procedure assumes that files named captureScript.py,
echoScript.py, PackageManifest.xml and __init__.py have been
authored on a local workstation and the procedure,
Configuring a Job
with a Script Package and Script on page 23-7 has been completed.
To configure a job with a job property:
1. At the main prompt, enable output capture for job
printlog:
config jobs name printlog capture
2. Configure job printlog with job property capture_text and assign it the
property value of
Hello World:
config jobs name printlog property capture_text “Hello World”
Note: To include spaces or special characters, quotes must be included.
By entering job property value hello world, job printlog will run script
capture_example and pass runtime job property capture_text. This indicates
that value
Hello World will be written to the stdout.log and stderr.log files located
in the job’s data directory on Remote RMX-3200.
3. (optional) Verify that the job has been configured with the proper job property:
show jobs name printlog properties
The command response similar to the following displays:
4. Save the configuration.
5. Run job
printlog:
exec-job printlog run
A run ID is assigned.
In this scenario, you will configure a
job that uses a script that prints a string of text
to two log files. During runtime, the two files will be created in the job’s data
directory when job capture is enabled.
(Dub)>show jobs name printlog properties
Name Value
capture_text Hello World
(Dub)>