Locations: Difference between revisions

From HELIOS Digital DAQ
Jump to navigation Jump to search
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Physical Location =
[[File:PhysicalLocation.png|800px|frameless]]
= Network Location Information =
= Network Location Information =


A drawing of the network is like this.
A drawing of the network is like this (2021-01-21).
 
The CISCO router is the only way to the onenet and internet.  


From outside ANL, the sonata is the only gateway to go to onenet.
The HP Switch is a main switch for all devices, like the DAQ PC and the MAC.


[[File:Network schematic.png|600px|frameless]]
The HELIOS-DB and the windowsXP connects to the onenet directly.
 
<!-- [[File:NetworkLocation.png|800px|frameless]] -->
[[File:NetworkConnection20210121.png|800px|frameless]]
 
We added 2 Network Power switch
 
IP: 192.168.1.106 for Target fan
IP: 192.168.1.115 for DAQ


= DAQ Computer =
= DAQ Computer =
The data acquisition computer for digital HELIOS sits behind a NAT box. The NAT box is located at  
The data acquisition computer for digital HELIOS sits behind a NAT box. The NAT box is located at  
  digios1.onenet
  digios1.onenet (192.168.203.52)
or
or from the Mac
  192.168.203.52
  192.168.1.2


The actual digios computer sits at
The HELIOS-DB, Mac2017 and the windowsXP connect to the onenet, the IPs are
  192.168.1.2
 
on the LAN setup by the NAT box
HELIOS-DB : 192.168.203.23 (nickname: heliosdb)
 
windowsXP : 192.168.203.37
 
  mac2017 : 192.168.203.34 (nickname: mac2017)
 
= Login outside ANL =
 
only for PC at onenet.
 
ssh -J <username>@login.phy.anl.gov <accountName>@<onenet_IP>
 
{| class="wikitable"
|-
! PC
! accountName
! onenetIP
|-
| DAQ
| helios
| digios1
|-
| Mac2017
| heliosdigios
| mac2017
|}


= Nat Box =
= Nat Box / Rounter =
The login for the cisco ([http://www.cisco.com/c/en/us/products/collateral/routers/rv180-vpn-router/c78-697397_data_sheet.html cisco data page]) is uname ''cisco'' and the gammasphere password
The login for the cisco ([http://www.cisco.com/c/en/us/products/collateral/routers/rv180-vpn-router/c78-697397_data_sheet.html cisco data page]) is uname ''cisco'' and the gammasphere password
  192.168.1.1
  192.168.1.1
Notes on cisco setup:
Notes on cisco setup:
net -> wan -> iPv4 -> static -> 192.168.203.52 -> default .1 -> DNS .1
network -> wan -> iPv4 -> static -> 192.168.203.52 -> default .1 -> DNS .1


IOC's are  
IOC's are  
  192.168.1.2X
  192.168.1.2X
DAQ computer is  
DAQ computer (digios1) is  
  192.168.1.2
  192.168.1.2
MAC2020 computer (helios-iMac) is
192.168.1.164
Target Fan power switch (target-pwrswitch) is
192.168.1.106
DAQ power switch is
192.168.1.115
There are some unknown IP
192.168.1.3
192.168.1.81
To scan all "active" devices in the CISCO network:
$nmap -F 192.168.1.*


= Terminal Server =  
= Terminal Server =  
Line 36: Line 90:
  telnet 192.168.1.3 200[1-X]
  telnet 192.168.1.3 200[1-X]


In the DAQ-PC, the IP and the corresponding "nickname" are saved in
/etc/hosts
$cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
192.168.1.1 digios1
192.168.1.3 ts
192.168.1.20 ioc0
192.168.1.21 ioc1
192.168.1.22 ioc2
192.168.1.23 ioc3
192.168.1.24 ioc4
192.168.1.234 tllptgs


== Physical Locations and ID's of Digitizers / Routers / Triggers ==
== Physical Locations and ID's of Digitizers / Routers / Triggers ==
Line 44: Line 113:
* Board ID numbers for data processing
* Board ID numbers for data processing
* IP address and names of modules
* IP address and names of modules
== EPICS DATA BASE ==
IOC boot command file
/global/devel/gretTop/9-22/dgsIoc/iocBoot/iocArray/vme0X.HELIOS.cmd
Databases that are loaded
/global/devel/gretTop/9-22/dgsIoc/dbd/gretDet.dbd
/global/devel/gretTop/9-22/dgsIoc/db/dgsDigRegisters.template
/global/devel/gretTop/9-22/dgsIoc/db/asynDebug.template
/global/devel/gretTop/9-22/dgsIoc/db/dgsDigUser.template
/global/devel/gretTop/9-22/dgsIoc/db/daqCrate.template
/global/devel/gretTop/9-22/dgsIoc/db/onMon.template
/global/devel/gretTop/9-22/dgsIoc/db/gretVME.template
/global/devel/gretTop/9-22/dgsIoc/db/daqBoard.template
/global/devel/gretTop/9-22/dgsIoc/db/daqSegment.template
/global/devel/gretTop/9-22/dgsIoc/db/dgsGlobals_HELIOS_VME01.db
Some other locations:
startup = "/global/devel/gretTop/9-22/dgsIoc/iocBoot/iocArray"
putenv("ARCH=vxWorks-ppc604_long")
putenv("IOC=iocArray")
top = "/global/devel/gretTop/9-22/dgsIoc"
putenv("TOP=/global/devel/gretTop/9-22/dgsIoc")
topbin = "/global/devel/gretTop/9-22/dgsIoc/bin/vxWorks-ppc604_long"
sncseq = "/global/devel/supTop/31410/sncseq-2.0.12"
putenv("SNCSEQ=/global/devel/supTop/31410/sncseq-2.0.12")
sncseqbin = "/global/devel/supTop/31410/sncseq-2.0.12/bin/vxWorks-ppc604_long"
asyn = "/global/devel/synApps/asyn/asyn4-17"
putenv("ASYN=/global/devel/synApps/asyn/asyn4-17")
asynbin = "/global/devel/synApps/asyn/asyn4-17/bin/vxWorks-ppc604_long"
epics_base = "/global/devel/base/base-3.14.12.1"
putenv("EPICS_BASE=/global/devel/base/base-3.14.12.1")
epics_basebin = "/global/devel/base/base-3.14.12.1/bin/vxWorks-ppc604_long"
vxstats = "/global/devel/supTop/31410/vxStats"
putenv("VXSTATS=/global/devel/supTop/31410/vxStats")
vxstatsbin = "/global/devel/supTop/31410/vxStats/bin/vxWorks-ppc604_long"
gretvme = "/global/devel/gretTop/9-22/dgsIoc/../gretVME"
putenv("GRETVME=/global/devel/gretTop/9-22/dgsIoc/../gretVME")
gretvmebin = "/global/devel/gretTop/9-22/dgsIoc/../gretVME/bin/vxWorks-ppc604_long"
gretdig = "/global/devel/gretTop/9-22/dgsIoc/../dgsDrivers"
putenv("GRETDIG=/global/devel/gretTop/9-22/dgsIoc/../dgsDrivers")
gretdigbin = "/global/devel/gretTop/9-22/dgsIoc/../dgsDrivers/bin/vxWorks-ppc604_long"
trigger = "/global/devel/gretTop/9-22/dgsIoc/../dgsDrivers"
putenv("TRIGGER=/global/devel/gretTop/9-22/dgsIoc/../dgsDrivers")
triggerbin = "/global/devel/gretTop/9-22/dgsIoc/../dgsDrivers/bin/vxWorks-ppc604_long"
gretdata = "/global/devel/gretTop/9-22/dgsIoc/../dgsData"
putenv("GRETDATA=/global/devel/gretTop/9-22/dgsIoc/../dgsData")
gretdatabin = "/global/devel/gretTop/9-22/dgsIoc/../dgsData/bin/vxWorks-ppc604_long"
autosaverestore = "/global/devel/supTop/31410/asr4"
putenv("AUTOSAVERESTORE=/global/devel/supTop/31410/asr4")
autosaverestorebin = "/global/devel/supTop/31410/asr4/bin/vxWorks-ppc604_long"

Latest revision as of 23:13, November 13, 2022

Physical Location

PhysicalLocation.png

Network Location Information

A drawing of the network is like this (2021-01-21).

The CISCO router is the only way to the onenet and internet.

The HP Switch is a main switch for all devices, like the DAQ PC and the MAC.

The HELIOS-DB and the windowsXP connects to the onenet directly.

NetworkConnection20210121.png

We added 2 Network Power switch

IP: 192.168.1.106 for Target fan
IP: 192.168.1.115 for DAQ

DAQ Computer

The data acquisition computer for digital HELIOS sits behind a NAT box. The NAT box is located at

digios1.onenet (192.168.203.52)

or from the Mac

192.168.1.2

The HELIOS-DB, Mac2017 and the windowsXP connect to the onenet, the IPs are

HELIOS-DB : 192.168.203.23 (nickname: heliosdb)
windowsXP : 192.168.203.37
mac2017 : 192.168.203.34 (nickname: mac2017)

Login outside ANL

only for PC at onenet.

ssh -J <username>@login.phy.anl.gov <accountName>@<onenet_IP>
PC accountName onenetIP
DAQ helios digios1
Mac2017 heliosdigios mac2017

Nat Box / Rounter

The login for the cisco (cisco data page) is uname cisco and the gammasphere password

192.168.1.1

Notes on cisco setup: network -> wan -> iPv4 -> static -> 192.168.203.52 -> default .1 -> DNS .1

IOC's are

192.168.1.2X

DAQ computer (digios1) is

192.168.1.2

MAC2020 computer (helios-iMac) is

192.168.1.164

Target Fan power switch (target-pwrswitch) is

192.168.1.106

DAQ power switch is

192.168.1.115

There are some unknown IP

192.168.1.3
192.168.1.81


To scan all "active" devices in the CISCO network:

$nmap -F 192.168.1.*

Terminal Server

Portserver TS16 MEI

Info? (2.6.23-431.5.1.el6.i686 (RH 4.4.7-3) Login with root and gammasphere pswrd

telnet 192.168.1.3 200[1-X]


In the DAQ-PC, the IP and the corresponding "nickname" are saved in

/etc/hosts
$cat /etc/hosts
127.0.0.1		localhost.localdomain localhost
::1		localhost6.localdomain6 localhost6
192.168.1.1	digios1
192.168.1.3	ts
192.168.1.20	ioc0
192.168.1.21	ioc1
192.168.1.22	ioc2
192.168.1.23	ioc3
192.168.1.24	ioc4
192.168.1.234	tllptgs

Physical Locations and ID's of Digitizers / Routers / Triggers

Really need a few figures with labels / diagrams.

  • Serial numbers of system hardware
  • Board ID numbers for data processing
  • IP address and names of modules