Differences between revisions 5 and 8 (spanning 3 versions)
Revision 5 as of 2014-04-17 16:46:36
Size: 304
Comment:
Revision 8 as of 2022-08-03 22:38:54
Size: 1323
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
https://cdswiki.ligo-la.caltech.edu/foswiki/bin/view/CDS/DolphinHowTo

== How to setup Gen-1 Dolphin Cards ==

  1. Install card in front end

  1.#2 Check that card is available to FE machine, say c1sus2, using:
  {{{#!highlight bash numbers=disable
  controls@c1sus2:~ 0$ lspci | grep Stargen
  2a:00.0 Bridge: Stargen Inc. Device 0101 (rev 02)
  2a:00.1 PCI bridge: Stargen Inc. Device 0102 (rev 02)
  ...
  }}}

  1.#3 Make sure the IOP model - c1x07 in the case - has {{{"pciRfm=1"}}} in its cds parameter block, so that its dependence on dis_irm is evident as shown below:
  {{{#!highlight bash numbers=disable
  controls@c1sus2:~ 0$ rtcds lsmod
  mbuf 16931 24 c1su2,c1hpc,c1bac,c1x07
  symmetricom 12874 0
  open_mx 79466 11
  dis_kosif 51702 1 dis_dx
  dis_dx 131446 1 dis_irm
  dis_irm 382462 3 c1x07

  c1x07 9352231 3 c1su2,c1hpc,c1bac
  ...
  }}}
Line 3: Line 31:
  1. ssh -X fb
  1. /opt/DIS/sbin/dxadmin
  1. log on to fb with X forwarding:
Line 6: Line 33:
This bring up a GUI interface which talks to the Dolphin cards. ssh -X fb
Line 8: Line 35:
  1.#3 Click connect. Wait a few moments (up to 30 seconds or so).   1.#2 launch the Dolphin configuration/admin gui:
Line 10: Line 37:
This should bring up a display of the dolphin cards as well as the network router. /opt/DIS/sbin/dxadmin

  1.#3 Click connect. Wait a few moments (up to 30 seconds or so).
This should bring up a display of the dolphin cards as well as the network router.

https://cdswiki.ligo-la.caltech.edu/foswiki/bin/view/CDS/DolphinHowTo

How to setup Gen-1 Dolphin Cards

  1. Install card in front end
  2. Check that card is available to FE machine, say c1sus2, using:
      controls@c1sus2:~ 0$ lspci | grep Stargen
      2a:00.0 Bridge: Stargen Inc. Device 0101 (rev 02)
      2a:00.1 PCI bridge: Stargen Inc. Device 0102 (rev 02)
      ...
    
  3. Make sure the IOP model - c1x07 in the case - has "pciRfm=1" in its cds parameter block, so that its dependence on dis_irm is evident as shown below:

      controls@c1sus2:~ 0$ rtcds lsmod
      mbuf                   16931  24 c1su2,c1hpc,c1bac,c1x07
      symmetricom            12874  0 
      open_mx                79466  11 
      dis_kosif              51702  1 dis_dx
      dis_dx                131446  1 dis_irm
      dis_irm               382462  3 c1x07
    
      c1x07                9352231  3 c1su2,c1hpc,c1bac
      ...
    

How to debug Dolphin Cards

  1. log on to fb with X forwarding:

ssh -X fb

  1. launch the Dolphin configuration/admin gui:

/opt/DIS/sbin/dxadmin

  1. Click connect. Wait a few moments (up to 30 seconds or so). This should bring up a display of the dolphin cards as well as the network router.

CDS/How_to_debug_Dolphin_cards (last edited 2022-08-03 23:10:33 by TegaedoATligoDOTorg)