Ticket #28 (closed task: done)

Opened 9 years ago

Last modified 9 years ago

Create cron job on fepclient VM to run rcp and start fepclient

Reported by: jdalbey Owned by: jdalbey
Priority: Medium Milestone:
Component: Traffic Model Manager Version:
Severity: Major Keywords:
Cc:

Description

Create cron job on fepclient VM to run rcp and start fepclient

Change History

comment:1 Changed 9 years ago by jdalbey

From the Windows side, the highway status file can be pushed to the VM with pscp command:

pscp -pw secret highwaystatus.xml jdalbey@192.168.251.46:/home/jdalbey

The Windows Task Schedule can be used to run "bash" with "-c" option with pscp command as argument.

On the Ubuntu VM side, I just need permission to schedule a cron job to start John T's fep_sim program, once he gets it compiled.

comment:2 Changed 9 years ago by jdalbey

  • Status changed from new to accepted

comment:3 Changed 9 years ago by jdalbey

Note: bash -c command is issued from C:\Users\BHLLD42 folder in above example.

comment:4 Changed 9 years ago by jtorres

  • Status changed from accepted to closed
  • Resolution set to done

Ended up using socket.

Note: See TracTickets for help on using tickets.