Difference between revisions of "PortSever and CPU Programming"

From Hall A Wiki
Jump to: navigation, search
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
1. find the PortServer name, ( left HRS hatsv4 , Right HRS hatsv3, Bigbite Tlab : bbts-tlab )
+
1. find the PortServer name, ( Left HRS hatsv4 , Right HRS hatsv3, Bigbite Tlab : bbts-tlab )
  
 
2. connect to the PortServer, specifying the exact port, e.g.
 
2. connect to the PortServer, specifying the exact port, e.g.
Line 5: Line 5:
 
   telnet bbts-tlab 2002
 
   telnet bbts-tlab 2002
  
3. Inside the PortServer, look for the CPU by pressing 'return'; You should see, e.g.
+
3. Inside the PortServer, look for the CPU by pressing 'return'; You should be able to type your command in VxWorks interface, e.g.
  
   [VxWorks]
+
   [VxWorks Boot]: p
  
4. The telnet functionality is very simple:
+
4. The PortServer functionality is very simple:
  
* Type 'p' to print boot parameters
+
* ''''p'''' - print boot parameters
  
* Type 'c' to change boot parametes
+
* ''''c'''' - change boot parametes
  
* Type '?' for printing the list of available commands
+
* ''''@'''' - boot (load & go)
  
* Type '@' to boot (load & go)
+
* ''''?'''' - print list of available commands
  
 +
* Delete by using ''''^h''''
  
 +
* Escape character is ''''^]''''. Exiting is then accomplished by
  
boot device          : dc
+
   telnet> quit
unit number          : 0
+
processor number    : 0
+
host name            : srcdaq
+
file name            : /pub/kern/5.5/vx2400_v2
+
inet on ethernet (e) : 129.57.36.180
+
host inet (h)        : 129.57.37.93
+
gateway inet (g)    : 129.57.36.1
+
user (u)            : anonymous
+
ftp password (pw)    : anonymous
+
flags (f)            : 0x20
+
target name (tn)    : bbsfi1-tlab
+
startup script (s)   : /home/a-onkl/bbite/vxworks/bbts1.boot
+
  
 +
==Spectrometers PortServer Definitions==
  
 +
* [[Bigbite PortServer]]
 +
 +
* [[Left HRS PortServer]]
 +
 +
* [[Right HRS PortServer]]
 +
 +
 +
 +
[[https://hallaweb.jlab.org/wiki/index.php/He3_/_H3_e%2Ce%27p_experiment_E12-13-012 back He3/H3 e,e'p experiment]]
  
 
[[http://hallaweb.jlab.org/wiki back to Hall A wiki]]
 
[[http://hallaweb.jlab.org/wiki back to Hall A wiki]]

Latest revision as of 15:37, 13 February 2015

1. find the PortServer name, ( Left HRS hatsv4 , Right HRS hatsv3, Bigbite Tlab : bbts-tlab )

2. connect to the PortServer, specifying the exact port, e.g.

 telnet bbts-tlab 2002

3. Inside the PortServer, look for the CPU by pressing 'return'; You should be able to type your command in VxWorks interface, e.g.

 [VxWorks Boot]: p

4. The PortServer functionality is very simple:

  • 'p' - print boot parameters
  • 'c' - change boot parametes
  • '@' - boot (load & go)
  • '?' - print list of available commands
  • Delete by using '^h'
  • Escape character is '^]'. Exiting is then accomplished by
 telnet> quit

Spectrometers PortServer Definitions


[back He3/H3 e,e'p experiment]

[back to Hall A wiki]