Deliver FESA3 euipment

In order to run your equipment, you first need to deliver it to the testing-directory.

NOTE: To have the writing rights to deploy a Deployment-Unit your Linux user account must be included in the fesa group.
  1. Open the Deployent-Unit file (extension: .deploy)
  2. Press the button "Deliver the Deploy Unit".
  3. On success, the delivery directory path is displayed in the FESA Console View. Also the paths to the delivery directories of the instance file and the start script is displayed.

Deliver FESA3 euipment at the MCS

For the MCS (See Details in the FAIR.PlinacSource ), the delivery of the files has to be done manually ( at least as soon as the system is installed in sacley/france) DietrichBeck has provided a nice script, in order to simplify the necessary steps. Details can be found here.

Running a FESA-Binary on the asl-cluster

The asl-cluster (asl72x, where x is 0 ..4) primary should be used to develop FESA3 classes. Anyhow it is as well possible (and maybe useful) to run the binaries there. If intended, there are some restrictions one has to keep in mind:
  • It is not possible to use RT-Priorities, instead NICE-scheduling is used. This could have a strong impact on your class behaviour!! (use application argument -noRTSched)
  • Since normal users do not have root-rights on the asl-cluster, possibly some operations of your class cannot be performed.
  • It is not possible to connect any additional hardware to the asl-cluster! For such use-cases test-FECs are available.

Follow these steps in order to run your FESA-binary:
  1. Go to the folder where the binary is located E.g:
  2. # cd myWorkspaceLocation/MyDeployUnit/src/test/asl73x
  3. Start your binary without RT-Scheduling (-noRTSched) and in very verbose mode (-vv)
  4. # ./startScript.sh -noRTSched -vv
  5. Use the option -h for a full list of possible arguments
  6. You can stop the binary by pressing CTRL + C

Running a FESA3-Binary on a FEC

For testing several test-FEC's are available. You can take a look on a list of all available front-ends
  1. Connect to your FEC ( Usually as root. Ask infrastructure-team for password )
  2. # ssh root@myFEC
  3. Go to the folder where the binary is located:
  4. /opt/fesa/arch/eqp_software/[YourDeployUnitName]/[STATE]
  5. Execute the startScript with the necesarry parameters E.g:
  6. # ./startScript.sh
  7. Use the option -h for a full list of possible arguments
Topic revision: r4 - 22 May 2015, DietrichBeck
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback