TO DO Lists: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
- PCAL stest setup (with Sergey P.) | - PCAL stest setup (with Sergey P.) | ||
- get TIBCO license | 14-sep-2007 everything seems working, except missing delay cables and wierd | ||
problem: FASTBUS hung on first event | |||
- get TIBCO license: | |||
17-sep-2007 requisition 266520 has been submitted | |||
- equipment list with DB, lebles (with Sergey P.) | - equipment list with DB, lebles (with Sergey P.) | ||
Line 16: | Line 21: | ||
- buy labels for both labeling machines | - buy labels for both labeling machines | ||
17-sep-2007 requisitions 266507 and 266519 have been submitted | |||
- ET system debugging (with Carl) | - ET system debugging (with Carl) | ||
Line 113: | Line 120: | ||
- NTP servers on Solaris, update Solaris post-install page | - NTP servers on Solaris, update Solaris post-install page | ||
- learn, start and test auto-shutdown software on clons | - learn, start and test auto-shutdown software on clons | ||
Line 120: | Line 125: | ||
- on Nerses's request: install S99caRepeater and S99logServer scripts, | - on Nerses's request: install S99caRepeater and S99logServer scripts, | ||
update corresponding procedure for Solaris (ask Paul Letta if necessary) | update corresponding procedure for Solaris (ask Paul Letta if necessary) | ||
14-sep-2007: installed, but actial reboot was not tested | |||
- fix colors for clasrun accounts (and others ?) on clons | - fix colors for clasrun accounts (and others ?) on clons | ||
Line 128: | Line 135: | ||
'''Sergey Boyarinov's COMPLETED list''' | '''Sergey Boyarinov's COMPLETED list''' | ||
- replug AC power to emergency generators | |||
17-sep-2007: done | |||
=== | === |
Revision as of 13:34, 17 September 2007
=
Sergey Boyarinov's TODO list
- PCAL stest setup (with Sergey P.)
14-sep-2007 everything seems working, except missing delay cables and wierd problem: FASTBUS hung on first event
- get TIBCO license:
17-sep-2007 requisition 266520 has been submitted
- equipment list with DB, lebles (with Sergey P.)
- JLAB discriminators: ask Volker to push it
- need 1881M ADCs, at least few modules
- test sy527 which arrived from repair (with George Jacobs)
- buy labels for both labeling machines
17-sep-2007 requisitions 266507 and 266519 have been submitted
- ET system debugging (with Carl)
clonpc7:/etc> ifconfig -a lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1 gif0: flags=8010<POINTOPOINT,MULTICAST> mtu 1280 stf0: flags=0<> mtu 1280 en0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 inet6 fe80::20d:93ff:fe65:ba7e%en0 prefixlen 64 scopeid 0x4 inet 129.57.68.7 netmask 0xffffff00 broadcast 129.57.68.255 inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255 ether 00:0d:93:65:ba:7e media: autoselect (100baseTX <full-duplex>) status: active supported media: none autoselect 10baseT/UTP <half-duplex> 10baseT/UTP <full-duplex> 10baseT/UTP <full-duplex,hw-loopback> 100baseTX <half-duplex> 100baseTX <full-duplex> 100baseTX <full-duplex,hw-loopback> en1: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 1500 ether 00:11:24:a1:d0:47 media: autoselect (<unknown type>) status: inactive supported media: autoselect fw0: flags=8863<UP,BROADCAST,SMART,RUNNING,SIMPLEX,MULTICAST> mtu 2030 lladdr 00:0d:93:ff:fe:65:ba:7e media: autoselect <full-duplex> status: inactive supported media: autoselect <full-duplex>
ET system was confused:
clonpc7:et> et_start -n 100 -s 10000 -f /tmp/test3 et_netinfo reached et_netinfo: fully qualified default hostname >clonpc7.jlab.org<
ifi->ifi_flags = 0xffff8049 LOOPBACK INTERFACE INTERFACE IS UP ifi->ifi_addr = 0x00300300 hptr = 0x00300190 addr_in->sin_addr = 127.0.0.1,
ifi->ifi_flags = 0xffff8863 INTERFACE IS UP ifi->ifi_addr = 0x00300350 hptr = 0x00300190 addr_in->sin_addr = 129.57.68.7,
ifi->ifi_flags = 0xffff8863 INTERFACE IS UP ifi->ifi_addr = 0x003003a0 hptr = 0x00000000 addr_in->sin_addr = 192.168.2.1,
et_netinfo: address = 129.57.68.7 et_netinfo: error in gethostbyaddr we've got 192.168.2.1, do not believe it is true et_netinfo: address = 129.57.68.7 removing file >/tmp/test3< file >/tmp/test3< removed et_udpreceive: port=11111 et_udpreceive: port=11112 et_udpreceive: port=11112 et_udpreceive: port=11112 ET user library >/usr/local/clas/devel/coda/Darwin_powerpc/lib/libet_user.so< will be used
to eliminate alias 192.168.2.1 following command was used:
ifconfig en0 -alias 192.168.2.1
Now it looks better:
clonpc7:/etc> et_start -n 100 -s 10000 -f /tmp/test3 et_netinfo reached et_netinfo: fully qualified default hostname >clonpc7.jlab.org<
ifi->ifi_flags = 0xffff8049 LOOPBACK INTERFACE INTERFACE IS UP ifi->ifi_addr = 0x00300300 hptr = 0x00300190 addr_in->sin_addr = 127.0.0.1,
ifi->ifi_flags = 0xffff8863 INTERFACE IS UP ifi->ifi_addr = 0x00300350 hptr = 0x00300190 addr_in->sin_addr = 129.57.68.7,
et_netinfo: address = 129.57.68.7 removing file >/tmp/test3< file >/tmp/test3< removed et_udpreceive: port=11111 et_udpreceive: port=11112 ET user library >/usr/local/clas/devel/coda/Darwin_powerpc/lib/libet_user.so< will be used
- NTP servers on Solaris, update Solaris post-install page
- learn, start and test auto-shutdown software on clons
- on Nerses's request: install S99caRepeater and S99logServer scripts, update corresponding procedure for Solaris (ask Paul Letta if necessary)
14-sep-2007: installed, but actial reboot was not tested
- fix colors for clasrun accounts (and others ?) on clons
- order 2 more discriminators for DVCSCAL
- make paper 'DVCSCAL trigger system' and pass it to Chris and Ben
Sergey Boyarinov's COMPLETED list
- replug AC power to emergency generators
17-sep-2007: done