Remote RMX-3200 Version 5.2x Configuration Guide
Configuring Jobs: Configuring a Job with a Job Task
23-11
7. Assign the task property port as 50008, ifconfig as new_ip, type as STREAM
and
listen as 5 to task server_sock:
config jobs name echodata task server_sock property port 50008
config jobs name echodata task server_sock property ifconfig
new_ip
config jobs name echodata task server_sock property type STREAM
config jobs name echodata task server_sock property listen 5
8. (optional) Verify that the task server_sock has been configured properly:
show jobs name echodata task server_sock
The command response similar to the following displays:
9. Enable capture output for job echodata:
config jobs name echodata capture
10. Configure job echodata with the job property upper_case and assign it with the
value of
yes:
config jobs name echodata property upper_case yes
11. (optional) Verify that job echodata has been configured with the proper job
properly:
show jobs name echodata properties
The command response similar to the following displays:
12. Save the configuration.
13. Run job
echodata:
exec-job echodata run
A run ID is assigned.
(Dub)>show jobs name echodata task server_sock
Task: server_sock
Position: 2
Type: serversocket
Properties:
Name Value
address 10.40.57.50
ifconfig new_ip
listen 5
port 50008
type STREAM
(Dub)>
(Dub)>show jobs name echodata properties
Name Value
upper_case yes
(Dub)>