Clondaq2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
After Solaris installation: | After Solaris installation: | ||
1. Make ''/raid/stage_in'' link: | 1. Add following SILO-related lines to the ''/etc/auto_direct'' file: | ||
/usr/local/mss -rw,bg clonfs2:/vol/vol0/local/mss | |||
/ssa -rw,bg clonfs2:/vol/vol0/ssa | |||
Restart autofs: | |||
svcadm restart system/filesystem/autofs | |||
2. Make ''/raid/stage_in'' link: | |||
cd / | cd / | ||
ln -s /ssa/active raid | ln -s /ssa/active raid |
Revision as of 15:50, 10 September 2007
Clondaq2 is X4200 server running Solaris. It is second DAQ server serving mostly to run Event Recorder and handle SILO traffic.
After Solaris installation:
1. Add following SILO-related lines to the /etc/auto_direct file:
/usr/local/mss -rw,bg clonfs2:/vol/vol0/local/mss /ssa -rw,bg clonfs2:/vol/vol0/ssa
Restart autofs:
svcadm restart system/filesystem/autofs
2. Make /raid/stage_in link:
cd / ln -s /ssa/active raid