Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: phouriganHi,
I have a basic Farm of 2 Servers. I want to deploy my graph in an automated way from our in-house build tool.
At the moment I SCP the BRX to the /opt/app/lavastorm/deploy dir on all servers.
Everything seems to work fine, but I have a question.
Using the BRE, Manage Deployed Graphs option. This results in the BRE deploying the graph to the target server as follows.
22:56:07 >>Msg: DEPLOYEDBRX from MDSRDSRV01.mdsuk.com:7721#Status
>> brxname:Silly_Graph
>> brxuri:file:/opt/app/lavastorm/deploy/Silly_Graph.brx
>>
22:56:09 >>Msg: DEPLOYEDBRS from MDSRDSRV01.mdsuk.com:7721#Status
>> brxname:Silly_Graph
>> brsname:default
>> brsuri:brsuri
This results in the deployed artefacts on the LAE server.
[lavastrm@mdsrdsrv01 lavastorm]$ ls -l -R deploy/
deploy/:
drwxrwxr-x 2 lavastrm lavastrm 4096 Mar 10 23:58 Silly_Graph
-rw-rw-r-- 1 lavastrm lavastrm 11116 Mar 10 23:58 Silly_Graph.brx
deploy/Silly_Graph:
-rw-rw-r-- 1 lavastrm lavastrm 8713 Mar 10 23:58 default.in.brs
-rw-rw-r-- 1 lavastrm lavastrm 73 Mar 10 23:58 default.runstate
So, do I need to attempt to generate my own default.in.brs and default.runstate files? Or to put it another way should I be trying to invoke the peice of code the BRE uses in its 'Manage Deployed Graphs'?
thanks
--ph