Clondaq2: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 9: Line 9:
After Solaris installation:
After Solaris installation:


1. Add following SILO-related lines to the ''/etc/auto_direct'' file:
1. Create following links in ''/ssa'' directory:


  /usr/local/mss          -rw,bg  clonfs2:/vol/vol0/local/mss
  cd /ssa
  /ssa                    -rw,bg  clonfs2:/vol/vol0/ssa
ln -s /mnt/raid0 active
ln -s /mnt/raid1 epmty
ln -s /mnt/raid2 postsilo1
  ln -s /mnt/raid3 postsilo2


Restart autofs:
2. Create two files in ''/ssa'' directory:


svcadm restart system/filesystem/autofs
''/ssa/ENVIRONMENT'' contains:


2. Make ''/raid/stage_in'' link:
set PARTITIONS = " raid0 raid1 raid2 raid3 "
set LOGFILE = "ssa/logfile"
 
''/ssa/STUB.TARGET'' contains:
 
/mss/clas/dvcs2/data
 
(or whatever run period you are in)
 
3. Make ''/raid/stage_in'' link:


  cd /
  cd /
  ln -s /ssa/active raid
  ln -s /ssa/active raid


3. Make ''/mss'' link:
4. Make ''/mss'' link:


  cd /
  cd /
  ln -s /w/mss mss
  ln -s /w/mss mss


4. Adjust [[Sudo]] config file.
5. Adjust [[Sudo]] config file.


5. Make sure [[ZFS]] RAID partitions are mounted.
6. Make sure [[ZFS]] RAID partitions are mounted.

Revision as of 13:08, 3 January 2009

Clondaq2 is X4200 server running Solaris, s/n: 0626AM2523, f/n: F46985. It is second DAQ server serving mostly to run Event Recorder and handle SILO traffic.

Network ports:

clondaq2      - e1000g0
clondaq2-daq1 - e1000g1
clondaq2-daq2 - e1000g2

After Solaris installation:

1. Create following links in /ssa directory:

cd /ssa
ln -s /mnt/raid0 active
ln -s /mnt/raid1 epmty
ln -s /mnt/raid2 postsilo1
ln -s /mnt/raid3 postsilo2

2. Create two files in /ssa directory:

/ssa/ENVIRONMENT contains:

set PARTITIONS = " raid0 raid1 raid2 raid3 "
set LOGFILE = "ssa/logfile"

/ssa/STUB.TARGET contains:

/mss/clas/dvcs2/data

(or whatever run period you are in)

3. Make /raid/stage_in link:

cd /
ln -s /ssa/active raid

4. Make /mss link:

cd /
ln -s /w/mss mss

5. Adjust Sudo config file.

6. Make sure ZFS RAID partitions are mounted.