Clondaq1: Difference between revisions

From CLONWiki
Jump to navigation Jump to search
Boiarino (talk | contribs)
No edit summary
Boiarino (talk | contribs)
No edit summary
Line 1: Line 1:
CURRENTLY clonxt1 !!!
This server is being used as *DAQ Event Builder*
 
Event builder server (EB only)
 
SUN Fire V40z, 4x1.8GHz i86, 8GB RAM  
SUN Fire V40z, 4x1.8GHz i86, 8GB RAM  


---+ CLONXT1 (QUAD Opteron Sun Fire V40z)
[[http://www.sun.com/servers/entry/v40z/specs.jsp][Specifications]]
This server is being used as *DAQ Event Builder*
[[http://sunsolve.sun.com/handbook_pub/Systems/SunFireV40z/SunFireV40z.html][System Hand Book]]
  * [[http://www.sun.com/servers/entry/v40z/specs.jsp][Specifications]]
  * [[http://sunsolve.sun.com/handbook_pub/Systems/SunFireV40z/SunFireV40z.html][System Hand Book]]
  * BaseConfigXt1: Basic Configuration


HowTo:
HowTo:
Line 16: Line 10:


   * pkg_get: install new package from Solaris Free Software
   * pkg_get: install new package from Solaris Free Software
   * compilers: Sun Studio 9 (/opt/SUNWspro)
   * compilers: Sun Studio 12


---+ RAID disks:
---+ RAID disks:
Line 31: Line 25:
   
   
   * Devices: /dev/rdsk/c2t40d{0123}s6
   * Devices: /dev/rdsk/c2t40d{0123}s6
===================
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

Revision as of 15:53, 10 September 2007

This server is being used as *DAQ Event Builder* SUN Fire V40z, 4x1.8GHz i86, 8GB RAM

[[1][Specifications]]
[[2][System Hand Book]]

HowTo:

---+ How To

  * pkg_get: install new package from Solaris Free Software
  * compilers: Sun Studio 12

---+ RAID disks:

  * Partitioning:
fdisk /dev/rdsk/c2t40d{0123}p0
format /dev/rdsk/c2t40d{0123}p0
label
 auto

Create Filesystem:
newfs /dev/rdsk/c2t40d0s6
  * Devices: /dev/rdsk/c2t40d{0123}s6
=======

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