Solaris Installation Procedure: Difference between revisions
No edit summary |
|||
(108 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
This sections describes Solaris 10 update | This sections describes Solaris 10 update 6 (10/08) installation procedure for CLON cluster (Sparc-, Xeon- and Opteron-based machines). | ||
'''IMPORTANT''': if reinstalling system, save following directories: /etc, /var, /opt/sfw/etc, /ftfpboot, /root, /opt/realport. Also save image of 'll /' and 'df -kh' to make it easy to restore the same structure. You may want to save 'crontab -l' results for some users (epics etc). | |||
You will need 5 CDs 'Solaris 10 Software' (or one DVD) and one DVD 'Software Companion'. Download CDs or DVD image from http://www.sun.com. If you do not have DVD-ROM, you can mount ''iso'' image of the ''Companion'' after system itself is installed (see instructions below). | You will need 5 CDs 'Solaris 10 Software' (or one DVD) and one DVD 'Software Companion'. Download CDs or DVD image from http://www.sun.com. If you do not have DVD-ROM, you can mount ''iso'' image of the ''Companion'' after system itself is installed (see instructions below). | ||
If you already have Solaris installed, type ''init 0'' as root, and on prompt type ''boot cdrom''. You can change boot sequence changing environment variable ''boot-device'' (setting it to ''cdrom disk'' will inforce corresponding boot sequence). | If you already have Solaris installed, type ''init 0'' as root, and on prompt type ''boot cdrom''. You can change boot sequence changing environment variable ''boot-device'' (setting it to ''cdrom disk'' will inforce corresponding boot sequence). For new Sun server you may want to minimize power-on tests, to do it on boot prompt type ''setenv diag-level min'' (default is usually ''max''). To be able to format system disk as ''ZFS'' specify '- text' option in the end of boot command (at least in 2008). | ||
To get to the ''Ok'' prompt during the boot process, press "'''Stop'''" and "'''a'''" keys simultaneously as soon as the Solaris release number is shown on the screen. ''Forth'' monitor will be running (NOTE: For console connection (clon10 etc): RS-232 BREAK must be send somehow .. if do not know how, remove disk and cdrom and it will goto ''Ok'' prompt). | |||
Useful commands: | |||
printenv | |||
setenv boot-device cdrom disk | |||
show-devs | |||
watch-net-all | |||
Boot from CD1. Several questions will be asked, for example for clondaq1: | Boot from CD1. Several questions will be asked, for example for clondaq1: | ||
Line 13: | Line 23: | ||
services: choose ''DNS'' | services: choose ''DNS'' | ||
domain name: ''jlab.org'' | domain name: ''jlab.org'' | ||
DNS servers: ''129.57.167.5'', ''129.57.167.14'', ''129.57.32.100'' | DNS servers: ''129.57.167.5'', ''129.57.167.14'', ''129.57.32.100'', ''129.57.32.101'' | ||
search domain: ''jlab.org'', ''acc.jlab.org'' (will be written to ''/etc/resolv.conf'') | search domain: ''jlab.org'', ''acc.jlab.org'' (will be written to ''/etc/resolv.conf'') | ||
If setting secondary ports, do not specify default router for them. | |||
On screen ''Enabling Remote Services'' choose ''No'', it will enable ''ssh'' service only (no ftp, no finger etc). | On screen ''Enabling Remote Services'' choose ''No'', it will enable ''ssh'' service only (no ftp, no finger etc). | ||
Line 20: | Line 32: | ||
Choose ''Initial installation'', then ''Custom installation''. | Choose ''Initial installation'', then ''Custom installation''. | ||
Partition disk: if only one disk exist, set 12GB for 'swap', 40GB for system '/', mount the rest as '/space' (clon05 and others with smaller disks: 4096MB swap, 15GB /). If 2 disks exists and there is no intension to use second one, make it /space and use | Partition disk: if chouse ''ZFS'', whole disk will be ''rpool'', in that case set swap area (and dump area ?) to 8192MB and select ''Put /var on a separate dataset''. If chouse ''UFS'', if only one disk exist, set 12GB for 'swap', 40GB for system '/', mount the rest as '/space' (clon05 and others with smaller disks: 4096MB swap, 15GB /). If 2 disks exists and there is no intension to use second one, make it /space and use | ||
whole first disk for / and 12G swap. Sun has its own disk name scheme, for example c1t0d0 means ... . | whole first disk for / and 12G swap. Sun has its own disk name scheme, for example c1t0d0 means ... . | ||
Line 27: | Line 39: | ||
NOTE: 'format' command shows all disks. | NOTE: 'format' command shows all disks. | ||
After installation is finished do following (use /opt/sfw/bin/emacs | After installation is finished do following (use [[VI editor]], ''/opt/sfw/bin/emacs'' is not installed yet, it will come from 'Software Companion' CD; you may install that software now if want 'emacs'): | ||
/etc/default/login: comment out CONSOLE=/dev/console | ''mkdir /root'' (or 'ln' to file server; normally we have it locally); copy .cshrc file from another machine's /root directory, it must looks like following: | ||
/etc/ssh/sshd_config: PermitRootLogin?: 'no' - change to 'yes' | |||
svcadm restart /network/ssh (to show all services, type 'svcs') | # | ||
# .cshrc for root on clon cluster solaris machines | |||
# | |||
setenv PATH ${PATH}:/opt/SUNWspro/bin | |||
setenv PATH ${PATH}:/opt/sfw/bin | |||
setenv PATH ${PATH}:/usr/sfw/bin | |||
setenv PATH ${PATH}:/usr/ccs/bin | |||
setenv PATH ${PATH}:/usr/sadm/admin/bin | |||
setenv PATH ${PATH}:/usr/local/bin | |||
setenv PATH ${PATH}:/usr/openwin/bin | |||
# | |||
setenv LD_LIBRARY_PATH /opt/SUNWspro/lib | |||
setenv LD_LIBRARY_PATH /opt/sfw/lib:$LD_LIBRARY_PATH | |||
setenv LD_LIBRARY_PATH /usr/sfw/lib:$LD_LIBRARY_PATH | |||
setenv LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH | |||
# | |||
set prompt="%m:%C> " | |||
# | |||
alias ll "ls -al" | |||
alias xt "xterm -sb -sl 5000 -ls" | |||
# | |||
#temporary!!! | |||
setenv CODA /usr/local/clas/release/current/coda | |||
# | |||
in file /etc/passwd: change root home directory from '/' to '/root' and shell from '/sbin/sh' to '/bin/tcsh' | |||
in file /etc/default/login: comment out CONSOLE=/dev/console | |||
in file /etc/ssh/sshd_config: PermitRootLogin?: 'no' - change to 'yes' | |||
run ''svcadm restart /network/ssh'' (to show all services, type ''svcs'') | |||
From now on 'ssh root@clonxt2' is possible from remote host. | From now on 'ssh root@clonxt2' is possible from remote host. | ||
Line 37: | Line 78: | ||
Install software from CD 'Software Companion'. Use it's README and follow instructions. If you want to mount ''iso'' image use loopback file driver ''lofi'', for example: | Install software from CD 'Software Companion'. Use it's README and follow instructions. If you want to mount ''iso'' image use loopback file driver ''lofi'', for example: | ||
lofiadm -a /root/sol-10- | lofiadm -a /root/sol-10-u7-companion-ga.iso /dev/lofi/1 | ||
mount -F hsfs -o ro /dev/lofi/1 /mnt | mount -F hsfs -o ro /dev/lofi/1 /mnt | ||
Line 51: | Line 92: | ||
2. Add to /etc/hosts all hosts to be used in 'ypinit -c' command (see below), normally: | 2. Add to /etc/hosts all hosts to be used in 'ypinit -c' command (see below), normally: | ||
129.57.167.5 clon00 clon00.jlab.org | |||
129.57.167.14 clon10 clon10.jlab.org | |||
129.57.33.22 ccs10 ccs10.jlab.org | |||
3. Execute command ''domainname CCCHP'' (or reboot, but not necessary) | 3. Execute command ''domainname CCCHP'' (or reboot, but not necessary) | ||
Line 59: | Line 100: | ||
4. Execute following: | 4. Execute following: | ||
ypinit -c | |||
next host to add: clon00 | |||
clon10 | |||
ccs10 (for EEL building put it on first place) | |||
svcadm enable /network/nis/client | |||
ypwhich - shows NIS server (must show first one in the list above) | |||
ypcat passwd | grep <username> - shows id/gid etc information | |||
Edit '/etc/nsswitch.conf': | Edit '/etc/nsswitch.conf': | ||
Line 71: | Line 112: | ||
passwd: compat | passwd: compat | ||
group: files nis | group: files nis | ||
hosts: files dns (done by default if 'dns' was clicked during installation) | |||
netgroup: nis | netgroup: nis | ||
automount: files nis | automount: files nis | ||
'''NOTE:''' if installing from network, file ''/etc/resolv.conf'' was not created; copy it from another machine, it has following contents: | |||
domain jlab.org | |||
nameserver 129.57.167.5 | |||
nameserver 129.57.167.14 | |||
nameserver 129.57.32.100 | |||
search jlab.org acc.jlab.org | |||
Fix accounts (can be used to add new account !): | Fix accounts (can be used to add new account !): | ||
1. ''/etc/passwd'': | 1. ''/etc/passwd'': add clasrun (for clon00/clon10 add also clasboot, clascron, clasmail), add last 3 lines | ||
2. ''/etc/shadow'': add clasrun, etc, add last line | 2. ''/etc/shadow'': add clasrun, etc, add last line | ||
3. '' | 3. Add new groups (onliners etc): ''/etc/group'' contails group name, group id and list of group members, while /etc/passwd contains <group id ??? NO !!!> | ||
Set mounts if it was not done during installation. Example of ''/etc/vfstab'' file lines: | |||
/dev/dsk/c1t1d0s6 /dev/rdsk/c1t1d0s6 /work ufs 2 yes - | |||
/dev/dsk/c1t2d0s2 /dev/rdsk/c1t2d0s2 /scratch ufs 2 yes - | |||
Set [[automounts]], then restart automount service: | |||
svcadm restart /system/filesystem/autofs | |||
Reboot machine (not necessary ??): | |||
reboot, or 'shutdown -g0 -i6 -y', or 'init 6' (to power down use 'init 5') | |||
reboot -- -r (after new hardware installation: '-r' force reconfigure, '-s' force single user mode; 'exit' from single user will continue to multiuser mode) | |||
Install [[Solaris Patches]]. | |||
Install SunStudio: goto (on Sparc; adjust for others) ''/usr/local/src/SunStudio12u1-SunOS-SPARC-pkgs'' directory and run ''./SunStudio12u1-SunOS-SPARC-pkgs.sh''. If directory does not exist, create it, copy tar file from ''/usr/local/downloads'' into it and untar. | |||
Configure [[SSH]]. | |||
== BUGs found == | |||
File /usr/include/sys/regset.h seems have a bug, see fix in http://clonweb/wiki/clondocs/Docs/regset.h (search for 'sergey'). | |||
== Background information == | |||
''' | If need to change IP address and keep the same machine name, edit files ''/etc/hosts'', ''/etc/defaultrouter'', ''/etc/netmasks'', ''/etc/inet/ipnodes'' and maybe other files in ''/etc/inet'' directory. Files in ''/etc/net/*/hosts'' may need to be changed but we are not using them. If want to change machine name, change also files ''/etc/hostname.*'' and ''/etc/nodename''. Run ''"ypinit -c"'' and set appropriate servers if new IP name is on different subnet and different set of NIS servers must be used. Reboot the machine. | ||
Multiple ethernet ports setting: clon machines can be connected to the several subnets; for example clonxt2: | Multiple ethernet ports setting: clon machines can be connected to the several subnets; for example clonxt2: | ||
Line 175: | Line 175: | ||
2. Create /etc/hostname.e1000g0 file containing ''clonxt2-daq1'', etc for every extra port | 2. Create /etc/hostname.e1000g0 file containing ''clonxt2-daq1'', etc for every extra port | ||
3. Edit file /etc/netmasks adding new line for every new port | 3. Edit file /etc/netmasks adding new line for every new port; following masks must be used for CLON subnets: | ||
129.57.68.0 255.255. | 129.57.167.0 255.255.255.0 | ||
129.57.68.0 255.255.255.0 | |||
129.57.69.0 255.255.255.0 | |||
129.57.160.0 255.255.252.0 | |||
4. Reboot machine, or run commands: | 4. Reboot machine, or run commands: | ||
Line 190: | Line 193: | ||
mv S82initsma hide.S82initsma | mv S82initsma hide.S82initsma | ||
If you ansvered "No" on screen ''Enabling Remote Services'', the number of services will not be enabled. One of them is required if machine will be used as host to download VxWorks to ROCs, and/or to run CODA. To start it type command: | |||
svcadm enable network/shell:default | |||
To configure Xserver for multiple displays do following commands | |||
mkdir /etc/dt | |||
mkdir /etc/dt/config | |||
cd /etc/dt/config | |||
cp /usr/dt/config/Xservers . | |||
and replace one line in the end of ''Xservers'' file with approptiate, for example on clon03: | |||
### :0 Local local_uid@console root /usr/X11/bin/Xserver :0 -nobanner | |||
:0 Local local_uid@console root /usr/X11/bin/Xserver :0 -nobanner -dev /dev/fb0 bottom -dev /dev/fb2 top -dev /dev/fb3 left | |||
svcadm | see [[X server]] for more datails. | ||
Useful diagnostic commands: | |||
prtdiag -v | |||
prtdiag -pv | |||
Site to check Solaris hardware compartibility: https://webmail.jlab.org/src/webmail.php | |||
Proceed to [[Solaris Customization on CLON Cluster]]. | |||
== Installation from network == | |||
'''Create Install Server''' | |||
Normally Install Server is created on ''clon00''. Login into ''clon00'' as ''root''. | |||
Create directoiesy to contain iso images: | |||
mkdir -p /scratch/SolarisSparc | |||
mkdir -p /scratch/Solarisx86 | |||
Copy/download ''Solaris 10'' ()Sparc and x86) dvd iso images to the ''/scratch'' disk. | |||
Mount Sparc Solaris iso: | |||
lofiadm -a /scratch/sol-10-u6-ga1-sparc-dvd.iso /dev/lofi/1 | |||
mount -F hsfs -o ro /dev/lofi/1 /mnt | |||
Copy the dvd image: | |||
cd /mnt/Solaris_10/Tools | |||
./setup_install_server /scratch/SolarisSparc | |||
Unmount iso image: | |||
cd | |||
umount /mnt | |||
lofiadm -d /dev/lofi/1 | |||
Repeat the same for x86 Solaris: | |||
lofiadm -a /scratch/sol-10-u6-ga1-x86-dvd.iso /dev/lofi/1 | |||
mount -F hsfs -o ro /dev/lofi/1 /mnt | |||
cd /mnt/Solaris_10/Tools | |||
./setup_install_server /scratch/Solarisx86 | |||
cd | |||
umount /mnt | |||
lofiadm -d /dev/lofi/1 | |||
To share corresponding directories, following lines must be in ''/etc/dfs/dfstab'' file: | |||
# for Solaris installation over network; if do that, comment out /scratch !!! | |||
share -F nfs -o ro,anon=0 -d "install server (Sparc)" /scratch/SolarisSparc | |||
share -F nfs -o ro,anon=0 -d "install server (x86)" /scratch/Solarisx86 | |||
If ''/scratch'' directory was already exported, comment it out. Type commands: | |||
unshareall | |||
shareall | |||
NFS server can be restarted as well if necessary (usually not): | |||
svcadm restart network/nfs/server | |||
Add clients to the install server, for example to add ''clon10'' do following (to get MAC address ssh as root and type ''ifconfig -a''): | |||
cd /scratch/SolarisSparc/Solaris_10/Tools | |||
./add_install_client -e 0:14:4f:90:4:d4 clon10 sun4u | |||
NOTE: clon10's MAC address will be placed into file ''/etc/ethers'', that file will be created if does not exist. You can place MAC address into that file manually, then you do not need to type ''-e xx:xx:xx:xx:xx:xx". | |||
NOTE: clon10 must be in ''/etc/hosts'' file | |||
NOTE: add_install_client command produce useful output, read it carefully | |||
Other machines (as on 29-Dec-2008): | |||
./add_install_client -e 0:3:ba:16:1c:47 clon01 sun4u | |||
./add_install_client -e 0:3:ba:1d:9b:c0 clon02 sun4u | |||
./add_install_client -e 0:3:ba:5b:76:30 clon03 sun4u | |||
./add_install_client -e 0:3:ba:1d:a7:8f clon05 sun4u | |||
./add_install_client -e 0:3:ba:1d:a6:6 clon06 sun4u | |||
On client machine, type following on system OK prompt: | |||
boot net - install (with GUI) | |||
boot net - text (text mode in desktop session) | |||
boot net - nowin (text mode in console session) | |||
Some x86 machines: | |||
cd /scratch/Solarisx86/Solaris_10/Tools | |||
./add_install_client -e 0:4:23:9:8c:c clondaq1 i86pc | |||
./add_install_client -e 0:14:4f:29:ce:b8 clondaq2 i86pc | |||
./add_install_client -e 0:14:4f:1:5c:4c clonmon1 i86pc | |||
OLD: | |||
Volume manager automatically mounts the cdrom | |||
Change directories to the Tools director y | |||
# CD /cdrom/sol_8_sparc_2/Solaris_8/Tools | |||
Copy the image from the CD to the install directory. | |||
# ./add_to_install_server /var/Solaris8 | |||
== service processor settings == | |||
1. Connect serial and ethernet ports; login: root, pass: changeme; change password using ''set /SP/users/root password'' | |||
2. On serial port set IP parameters, for example for sfs61-sp: | |||
set /SP/network pendingipdiscovery=static | |||
set /SP/network pendingipaddress=129.57.167.110 | |||
set /SP/network pendingipgateway=129.57.167.99 | |||
set /SP/network pendingipnetmask=255.255.255.0 | |||
set /SP/network commitpending=true | |||
show /SP/network | |||
you must see: | |||
Properties: | |||
commitpending = (Cannot show property) | |||
ipaddress = 129.57.167.110 | |||
ipdiscovery = static | |||
ipgateway = 129.57.167.99 | |||
ipnetmask = 255.255.255.0 | |||
macaddress = 00:21:28:25:C2:58 | |||
pendingipaddress = 129.57.167.110 | |||
pendingipdiscovery = static | |||
pendingipgateway = 129.57.167.99 | |||
pendingipnetmask = 255.255.255.0 |
Latest revision as of 10:33, 22 September 2009
This sections describes Solaris 10 update 6 (10/08) installation procedure for CLON cluster (Sparc-, Xeon- and Opteron-based machines).
IMPORTANT: if reinstalling system, save following directories: /etc, /var, /opt/sfw/etc, /ftfpboot, /root, /opt/realport. Also save image of 'll /' and 'df -kh' to make it easy to restore the same structure. You may want to save 'crontab -l' results for some users (epics etc).
You will need 5 CDs 'Solaris 10 Software' (or one DVD) and one DVD 'Software Companion'. Download CDs or DVD image from http://www.sun.com. If you do not have DVD-ROM, you can mount iso image of the Companion after system itself is installed (see instructions below).
If you already have Solaris installed, type init 0 as root, and on prompt type boot cdrom. You can change boot sequence changing environment variable boot-device (setting it to cdrom disk will inforce corresponding boot sequence). For new Sun server you may want to minimize power-on tests, to do it on boot prompt type setenv diag-level min (default is usually max). To be able to format system disk as ZFS specify '- text' option in the end of boot command (at least in 2008).
To get to the Ok prompt during the boot process, press "Stop" and "a" keys simultaneously as soon as the Solaris release number is shown on the screen. Forth monitor will be running (NOTE: For console connection (clon10 etc): RS-232 BREAK must be send somehow .. if do not know how, remove disk and cdrom and it will goto Ok prompt).
Useful commands:
printenv setenv boot-device cdrom disk show-devs watch-net-all
Boot from CD1. Several questions will be asked, for example for clondaq1:
hostname: clondaq1 IP address: 129.57.167.107 mask: 255.255.255.0 (will be written to /etc/netmasks) route: 129.57.167.99 (others: 129.57.68.100, 129.57.69.1, 129.57.160.1, will be written to /etc/defaultrouter) services: choose DNS domain name: jlab.org DNS servers: 129.57.167.5, 129.57.167.14, 129.57.32.100, 129.57.32.101 search domain: jlab.org, acc.jlab.org (will be written to /etc/resolv.conf)
If setting secondary ports, do not specify default router for them.
On screen Enabling Remote Services choose No, it will enable ssh service only (no ftp, no finger etc).
Choose Initial installation, then Custom installation.
Partition disk: if chouse ZFS, whole disk will be rpool, in that case set swap area (and dump area ?) to 8192MB and select Put /var on a separate dataset. If chouse UFS, if only one disk exist, set 12GB for 'swap', 40GB for system '/', mount the rest as '/space' (clon05 and others with smaller disks: 4096MB swap, 15GB /). If 2 disks exists and there is no intension to use second one, make it /space and use whole first disk for / and 12G swap. Sun has its own disk name scheme, for example c1t0d0 means ... .
Follow instructions on screen and finish installation.
NOTE: 'format' command shows all disks.
After installation is finished do following (use VI editor, /opt/sfw/bin/emacs is not installed yet, it will come from 'Software Companion' CD; you may install that software now if want 'emacs'):
mkdir /root (or 'ln' to file server; normally we have it locally); copy .cshrc file from another machine's /root directory, it must looks like following:
# # .cshrc for root on clon cluster solaris machines # setenv PATH ${PATH}:/opt/SUNWspro/bin setenv PATH ${PATH}:/opt/sfw/bin setenv PATH ${PATH}:/usr/sfw/bin setenv PATH ${PATH}:/usr/ccs/bin setenv PATH ${PATH}:/usr/sadm/admin/bin setenv PATH ${PATH}:/usr/local/bin setenv PATH ${PATH}:/usr/openwin/bin # setenv LD_LIBRARY_PATH /opt/SUNWspro/lib setenv LD_LIBRARY_PATH /opt/sfw/lib:$LD_LIBRARY_PATH setenv LD_LIBRARY_PATH /usr/sfw/lib:$LD_LIBRARY_PATH setenv LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH # set prompt="%m:%C> " # alias ll "ls -al" alias xt "xterm -sb -sl 5000 -ls" # #temporary!!! setenv CODA /usr/local/clas/release/current/coda #
in file /etc/passwd: change root home directory from '/' to '/root' and shell from '/sbin/sh' to '/bin/tcsh' in file /etc/default/login: comment out CONSOLE=/dev/console in file /etc/ssh/sshd_config: PermitRootLogin?: 'no' - change to 'yes' run svcadm restart /network/ssh (to show all services, type svcs)
From now on 'ssh root@clonxt2' is possible from remote host.
Install software from CD 'Software Companion'. Use it's README and follow instructions. If you want to mount iso image use loopback file driver lofi, for example:
lofiadm -a /root/sol-10-u7-companion-ga.iso /dev/lofi/1 mount -F hsfs -o ro /dev/lofi/1 /mnt
Image will be mounted as /mnt. To unmount do following:
umount /mnt lofiadm -d /dev/lofi/1
To configure NIS do following:
1. Create /etc/defaultdomain with one line containing 'CCCHP'
2. Add to /etc/hosts all hosts to be used in 'ypinit -c' command (see below), normally:
129.57.167.5 clon00 clon00.jlab.org 129.57.167.14 clon10 clon10.jlab.org 129.57.33.22 ccs10 ccs10.jlab.org
3. Execute command domainname CCCHP (or reboot, but not necessary)
4. Execute following:
ypinit -c next host to add: clon00 clon10 ccs10 (for EEL building put it on first place) svcadm enable /network/nis/client ypwhich - shows NIS server (must show first one in the list above) ypcat passwd | grep <username> - shows id/gid etc information
Edit '/etc/nsswitch.conf':
passwd: compat group: files nis hosts: files dns (done by default if 'dns' was clicked during installation) netgroup: nis automount: files nis
NOTE: if installing from network, file /etc/resolv.conf was not created; copy it from another machine, it has following contents:
domain jlab.org nameserver 129.57.167.5 nameserver 129.57.167.14 nameserver 129.57.32.100 search jlab.org acc.jlab.org
Fix accounts (can be used to add new account !):
1. /etc/passwd: add clasrun (for clon00/clon10 add also clasboot, clascron, clasmail), add last 3 lines
2. /etc/shadow: add clasrun, etc, add last line
3. Add new groups (onliners etc): /etc/group contails group name, group id and list of group members, while /etc/passwd contains <group id ??? NO !!!>
Set mounts if it was not done during installation. Example of /etc/vfstab file lines:
/dev/dsk/c1t1d0s6 /dev/rdsk/c1t1d0s6 /work ufs 2 yes - /dev/dsk/c1t2d0s2 /dev/rdsk/c1t2d0s2 /scratch ufs 2 yes -
Set automounts, then restart automount service:
svcadm restart /system/filesystem/autofs
Reboot machine (not necessary ??):
reboot, or 'shutdown -g0 -i6 -y', or 'init 6' (to power down use 'init 5') reboot -- -r (after new hardware installation: '-r' force reconfigure, '-s' force single user mode; 'exit' from single user will continue to multiuser mode)
Install Solaris Patches.
Install SunStudio: goto (on Sparc; adjust for others) /usr/local/src/SunStudio12u1-SunOS-SPARC-pkgs directory and run ./SunStudio12u1-SunOS-SPARC-pkgs.sh. If directory does not exist, create it, copy tar file from /usr/local/downloads into it and untar.
Configure SSH.
BUGs found
File /usr/include/sys/regset.h seems have a bug, see fix in http://clonweb/wiki/clondocs/Docs/regset.h (search for 'sergey').
Background information
If need to change IP address and keep the same machine name, edit files /etc/hosts, /etc/defaultrouter, /etc/netmasks, /etc/inet/ipnodes and maybe other files in /etc/inet directory. Files in /etc/net/*/hosts may need to be changed but we are not using them. If want to change machine name, change also files /etc/hostname.* and /etc/nodename. Run "ypinit -c" and set appropriate servers if new IP name is on different subnet and different set of NIS servers must be used. Reboot the machine.
Multiple ethernet ports setting: clon machines can be connected to the several subnets; for example clonxt2:
129.57.167.108 - clonxt2 (iprb0) - goto /etc/hosts 129.57.68.23 - clonxt2-daq1 (e1000g0) - goto /etc/hosts 129.57.69.201 - clonxt2-daq2 (e1000g1) - goto /etc/hosts
To configure do following:
1. Add all interfaces to the /etc/hosts file
2. Create /etc/hostname.e1000g0 file containing clonxt2-daq1, etc for every extra port
3. Edit file /etc/netmasks adding new line for every new port; following masks must be used for CLON subnets:
129.57.167.0 255.255.255.0 129.57.68.0 255.255.255.0 129.57.69.0 255.255.255.0 129.57.160.0 255.255.252.0
4. Reboot machine, or run commands:
ifconfig e1000g1 plumb ifconfig e1000g1 129.57.68.23 netmask 255.255.255.0 up
To enable/disable services running under svcs just use svcadm enable/disable command. For legacy services rename corresponding script, for example to disable snmp service rename it's startup script:
cd /etc/rc3.d mv S82initsma hide.S82initsma
If you ansvered "No" on screen Enabling Remote Services, the number of services will not be enabled. One of them is required if machine will be used as host to download VxWorks to ROCs, and/or to run CODA. To start it type command:
svcadm enable network/shell:default
To configure Xserver for multiple displays do following commands
mkdir /etc/dt mkdir /etc/dt/config cd /etc/dt/config cp /usr/dt/config/Xservers .
and replace one line in the end of Xservers file with approptiate, for example on clon03:
### :0 Local local_uid@console root /usr/X11/bin/Xserver :0 -nobanner :0 Local local_uid@console root /usr/X11/bin/Xserver :0 -nobanner -dev /dev/fb0 bottom -dev /dev/fb2 top -dev /dev/fb3 left
see X server for more datails.
Useful diagnostic commands:
prtdiag -v prtdiag -pv
Site to check Solaris hardware compartibility: https://webmail.jlab.org/src/webmail.php
Proceed to Solaris Customization on CLON Cluster.
Installation from network
Create Install Server
Normally Install Server is created on clon00. Login into clon00 as root.
Create directoiesy to contain iso images:
mkdir -p /scratch/SolarisSparc mkdir -p /scratch/Solarisx86
Copy/download Solaris 10 ()Sparc and x86) dvd iso images to the /scratch disk.
Mount Sparc Solaris iso:
lofiadm -a /scratch/sol-10-u6-ga1-sparc-dvd.iso /dev/lofi/1 mount -F hsfs -o ro /dev/lofi/1 /mnt
Copy the dvd image:
cd /mnt/Solaris_10/Tools ./setup_install_server /scratch/SolarisSparc
Unmount iso image:
cd umount /mnt lofiadm -d /dev/lofi/1
Repeat the same for x86 Solaris:
lofiadm -a /scratch/sol-10-u6-ga1-x86-dvd.iso /dev/lofi/1 mount -F hsfs -o ro /dev/lofi/1 /mnt cd /mnt/Solaris_10/Tools ./setup_install_server /scratch/Solarisx86 cd umount /mnt lofiadm -d /dev/lofi/1
To share corresponding directories, following lines must be in /etc/dfs/dfstab file:
# for Solaris installation over network; if do that, comment out /scratch !!! share -F nfs -o ro,anon=0 -d "install server (Sparc)" /scratch/SolarisSparc share -F nfs -o ro,anon=0 -d "install server (x86)" /scratch/Solarisx86
If /scratch directory was already exported, comment it out. Type commands:
unshareall shareall
NFS server can be restarted as well if necessary (usually not):
svcadm restart network/nfs/server
Add clients to the install server, for example to add clon10 do following (to get MAC address ssh as root and type ifconfig -a):
cd /scratch/SolarisSparc/Solaris_10/Tools ./add_install_client -e 0:14:4f:90:4:d4 clon10 sun4u
NOTE: clon10's MAC address will be placed into file /etc/ethers, that file will be created if does not exist. You can place MAC address into that file manually, then you do not need to type -e xx:xx:xx:xx:xx:xx".
NOTE: clon10 must be in /etc/hosts file
NOTE: add_install_client command produce useful output, read it carefully
Other machines (as on 29-Dec-2008):
./add_install_client -e 0:3:ba:16:1c:47 clon01 sun4u ./add_install_client -e 0:3:ba:1d:9b:c0 clon02 sun4u ./add_install_client -e 0:3:ba:5b:76:30 clon03 sun4u ./add_install_client -e 0:3:ba:1d:a7:8f clon05 sun4u ./add_install_client -e 0:3:ba:1d:a6:6 clon06 sun4u
On client machine, type following on system OK prompt:
boot net - install (with GUI) boot net - text (text mode in desktop session) boot net - nowin (text mode in console session)
Some x86 machines:
cd /scratch/Solarisx86/Solaris_10/Tools ./add_install_client -e 0:4:23:9:8c:c clondaq1 i86pc ./add_install_client -e 0:14:4f:29:ce:b8 clondaq2 i86pc ./add_install_client -e 0:14:4f:1:5c:4c clonmon1 i86pc
OLD: Volume manager automatically mounts the cdrom Change directories to the Tools director y # CD /cdrom/sol_8_sparc_2/Solaris_8/Tools Copy the image from the CD to the install directory. # ./add_to_install_server /var/Solaris8
service processor settings
1. Connect serial and ethernet ports; login: root, pass: changeme; change password using set /SP/users/root password
2. On serial port set IP parameters, for example for sfs61-sp:
set /SP/network pendingipdiscovery=static set /SP/network pendingipaddress=129.57.167.110 set /SP/network pendingipgateway=129.57.167.99 set /SP/network pendingipnetmask=255.255.255.0 set /SP/network commitpending=true show /SP/network
you must see:
Properties: commitpending = (Cannot show property) ipaddress = 129.57.167.110 ipdiscovery = static ipgateway = 129.57.167.99 ipnetmask = 255.255.255.0 macaddress = 00:21:28:25:C2:58 pendingipaddress = 129.57.167.110 pendingipdiscovery = static pendingipgateway = 129.57.167.99 pendingipnetmask = 255.255.255.0