Revision: | 1.1.1.1 (vendor branch) |
Committed: | Tue Oct 2 00:12:21 2007 UTC (15 years, 11 months ago) by arta |
Content type: | text/plain |
Branch: | MAIN, Vtag |
CVS Tags: | Ver_6-0, Ver_6-1, Ver_6-2, Ver_6-3, Ver_6-4, Ver_4-3, Ver_4-0, Ver_4-1, NetDRMS_Ver_8-8, NewTree01_cp03_JSOC, Ver_4-4, Ver_8-5, Ver_4-7, NewTree01_cp05_JSOC, Ver_5-14, Ver_5-13, Ver_5-12, Ver_5-11, Ver_5-10, Ver_LATEST, NetDRMS_Ver_LATEST, Ver_4-6, NewTree01_cp04_JSOC, NetDRMS_Ver_8-12, NetDRMS_Ver_8-10, NetDRMS_Ver_8-11, NetDRMS_Ver_9-1, NetDRMS_Ver_9-0, NetDRMS_Ver_9-3, NetDRMS_Ver_9-2, NetDRMS_Ver_9-5, NetDRMS_Ver_9-4, Ver_7-0, Ver_5-6, Ver_4-5, NewTree01_cp07_JSOC, NewTree01_cp08_JSOC, NewTree01_cp01_JSOC, Ver_4-2, NetDRMS_Ver_9-41, Ver_9-41, NewTree01_cp02_JSOC, NetDRMS_Ver_8-4, NetDRMS_Ver_8-5, Ver_5-8, NetDRMS_Ver_8-6, Ver_5-7, Ver_8-8, NetDRMS_Ver_8-7, NewTree01_cp06_JSOC, Ver_5-9, Ver_8-2, Ver_9-3, Ver_8-0, Ver_8-1, Ver_8-6, Ver_8-7, Ver_8-4, Ver_8-11, Ver_5-3, Ver_5-2, Ver_5-1, Ver_5-0, Ver_7-1, Ver_9-1, Ver_5-5, Ver_8-3, NewTree01_cp09_JSOC, Ver_9-5, Ver_9-4, Ver_8-10, Ver_9-2, Ver_8-12, Ver_9-0, HEAD |
Changes since 1.1: | +0 -0 lines |
Log Message: | First new, reorganized JSOC tree |
# | Content |
---|---|
1 | SUM Version 2.0 Release Notes: 02Feb2006 |
2 | |
3 | The V2.0 particulars are: |
4 | |
5 | *the sum_svc runs on d00 as user production. If you need to start it do: |
6 | sum_svc hmidb & |
7 | |
8 | *the t120 tape robot is now supported. It is fully populated with 120 |
9 | tapes and the import/export of tapes to the shelf via the EE door is |
10 | supported. All status dislay and operator interaction with the t120 is via |
11 | the t120view program (soon to be tui - t120 user interface). |
12 | |
13 | *tape archiving is implemented. the tapearc program will write all |
14 | archive pending storage units to tape. The group id of a storage unit is |
15 | assigned by DRMS, and is dynamically assigned to an available tape by SUMS. |
16 | |
17 | *a disk scrubber runs every 20 mins (configured by |
18 | /home/jim/cvs/jsoc/tables/sum_rm.cfg.hmidb) and will delete expired delete |
19 | pending storage units. The resolution on the expiration time is still a day. |
20 | This will be changed in a later release. |
21 | |
22 | *SUM db backup on hmidb is performed nightly by an ora10 cron job. |
23 | |
24 | *All V2.0 SUM storage units created are considered transient |
25 | and will not necessarily be propagated forward to future releases. |
26 | |
27 | *Must be compiled with gcc. icc gives seg fault when this is false: |
28 | if(p == q_rd_front) |
29 | |
30 | The /SUM partitions are: |
31 | d00:/home/jim> ll /SUM* |
32 | lrwxrwxrwx 1 root root 10 Sep 26 14:16 /SUM1 -> /hmi0/SUM1/ |
33 | lrwxrwxrwx 1 root root 10 Sep 26 14:18 /SUM2 -> /hmi1/SUM2/ |
34 | lrwxrwxrwx 1 root root 10 Sep 26 14:19 /SUM3 -> /hmi2/SUM3/ |
35 | lrwxrwxrwx 1 root root 10 Sep 26 14:21 /SUM4 -> /hmi0/SUM4/ |
36 | lrwxrwxrwx 1 root root 10 Sep 26 14:22 /SUM5 -> /hmi1/SUM5/ |
37 | |
38 | d00_P> df /SUM[1-5] |
39 | Filesystem 1K-blocks Used Available Use% Mounted on |
40 | /dev/sdb1 1952088960 11856232 1940232728 1% /hmi0 |
41 | /dev/sde1 1952088960 6012924 1946076036 1% /hmi1 |
42 | /dev/sdh1 1535867520 127344 1535740176 1% /hmi2 |
43 | /dev/sdb1 1952088960 11856232 1940232728 1% /hmi0 |
44 | /dev/sde1 1952088960 6012924 1946076036 1% /hmi1 |
45 | |
46 | Log files are in /usr/local/logs/SUM/. |
47 | |
48 | |
49 | The SUM database is ORACLE_SID=hmidb on host hmidb. |
50 | The SUM related tables are: |
51 | |
52 | sum_open |
53 | sum_main |
54 | sum_tape |
55 | sum_partn_alloc |
56 | sum_partn_avail |
57 | |
58 | Web page access is at http://soi/production/forms.hmidb_SUMS.html |
59 | |
60 | The schema is in hmidb:/home/ora10/SUM. |
61 | |
62 | The DB is started on hmidb as user ora10: |
63 | > cd /home/ora10 |
64 | > ./dbstart_hmidb |
65 | > ./net_start |
66 | |
67 | The DB is stopped on hmidb as user ora10: |
68 | > cd /home/ora10 |
69 | > ./dbshut_hmidb |
70 | > ./net_stop |
71 |