Solaris Installation Procedure: Difference between revisions
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
Follow instructions on screen and finish installation. | Follow instructions on screen and finish installation. | ||
After installation is finished do following: | Install software from CD 'Software Companion'. | ||
After installation is finished do following (use /opt/sfw/bin/emacs to edit files): | |||
/etc/default/login: comment out CONSOLE=/dev/console | /etc/default/login: comment out CONSOLE=/dev/console | ||
/etc/ssh/sshd_config: PermitRootLogin?: no - change to 'yes' | /etc/ssh/sshd_config: PermitRootLogin?: 'no' - change to 'yes' | ||
svcadm restart /network/ssh (to show all services, | svcadm restart /network/ssh (to show all services, type 'svcs') | ||
From now on 'ssh root@clonxt2' is possible from remote host. | |||
create /etc/defaultdomain with one line containing 'CCCHP' | create /etc/defaultdomain with one line containing 'CCCHP' | ||
add to /etc/hosts all hosts to be used in 'ypinit -c' command (see below) | add to /etc/hosts all hosts to be used in 'ypinit -c' command (see below) | ||
execute 'domainname CCCHP' (or reboot) | execute 'domainname CCCHP' (or reboot) | ||
ypinit -c | ypinit -c | ||
next host to add: | next host to add: clon00 | ||
clon10 | |||
ccs10 (for EEL building put it on first place) | |||
ccs10 (for EEL building) | |||
svcadm enable /network/nis/client (or start, or restart ???) | svcadm enable /network/nis/client (or start, or restart ???) | ||
ypwhich - shows NIS server (must | ypwhich - shows NIS server (must show first one in the list above) | ||
Revision as of 18:26, 27 January 2007
This sections describes Solaris 10 installation procedure for CLON cluster (Sparc-, Xeon- and Opteron-based machines).
You will need 4 CDs 'Solaris 10 Software' and one CD 'Software Companion'. Download CDs or DVD image from http://www.sun.com.
Boot from CD1. Several questions will be asked, for example for clonxt2:
hostname: clonxt2 IP address: 129.57.167.108 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 search domain: jlab.org, acc.jlab.org (will be written to /etc/resolv.conf)
Partition disk: set 12GB for 'swap', 20GB for system '/', mount the the rest as '/space' (clon05 and others with smaller disks: 4096MB swap, 15GB /). Sun has its own disk name scheme, for example c1t0d0 means ... .
Follow instructions on screen and finish installation.
Install software from CD 'Software Companion'.
After installation is finished do following (use /opt/sfw/bin/emacs to edit files):
/etc/default/login: comment out CONSOLE=/dev/console /etc/ssh/sshd_config: PermitRootLogin?: 'no' - change to 'yes' svcadm restart /network/ssh (to show all services, type 'svcs')
From now on 'ssh root@clonxt2' is possible from remote host.
create /etc/defaultdomain with one line containing 'CCCHP' add to /etc/hosts all hosts to be used in 'ypinit -c' command (see below) execute 'domainname CCCHP' (or reboot) ypinit -c next host to add: clon00 clon10 ccs10 (for EEL building put it on first place) svcadm enable /network/nis/client (or start, or restart ???) ypwhich - shows NIS server (must show first one in the list above)
BLA
clon machines can be connected up to 3 different 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