Showing posts with label install. Show all posts
Showing posts with label install. Show all posts

Friday, August 31, 2012

Installing Solaris on Former Non-Solaris Disks


Abstract:
When installing [SPARC] Solaris on a non-Solaris disk drive, after completing system identification information, the installer may terminate with the error "One of the following problems exists: Hardware failure Unformatted disk" error. This is due to the lack of proper disk labeling. The user can exit the installer and perform the labeling exercize before restarting the installation.

What's in a Label?
The label is the description to the operating system regarding what is on the media. The media has a table filled with slices, some legacy systems support up to 16 slices, while Solaris supports 8 slices. There are two types of supported labels: SMI and EFI. SMI is used for UFS filesystem while EFI is used for ZFS filesystem.

Slices on a label may be overlapping, where slice 2 holds the entire disk (encapsulating all slices), slice 0 holds the root filesystem (and boot code), slice 1 normally holds the swap slice (to augment physical memory by acting as virtual memory), and other slices can be used for other filesystems such as /var (so a growing log file does not take down a system) or /export/home (so a user's home directory does not crash a system by having data which grows out of control.)
Labeling a Disk:
After a failed installation, the user will drop out to a root "#" prompt. The disks can now be labeled through the "format" command and system rebooted to the cdrom install media. Choose the SMI label, if prompted - this has been tested up to Solaris 10 Update 10.


# format -e
format&gt disk
(choose disk)
format&gt label
[0] SMI Label
[1] EFI Label
Specify Label type[1]: 0
format&gt quit
# cd / ; init 0

ok boot cdrom

Conclusion:
Non-Sun and non-Oracle disks can be used on older equipment to provide a storage or performance boost when installing Solaris 10. This procedure was used with Solaris 10 Update 10.

Saturday, December 5, 2009

Solaris 10: Installation on a Sun SPARC Server

Solaris 10: Installation on a SPARC Server

Abstract:

This is a description of a fresh Solaris 10 SPARC installation on a Sun server which includes everything except OEM packages.

Pre-Requisites:

Solaris 10 is available under DVD or CD-ROM for free from the Sun Solaris downloads web site. Most Sun servers come with a DVD or a CD-ROM drive. Installation from a CD-ROM is a time intensive process - it is vastly easier to buy a DVD-ROM drive from eBay than it is to go through the CD-ROM install with a half-dozen disks of media.

Pre-Installation Instructions:

First, the SPARC Solaris 10 DVD should be inserted into the DVD drive. The system should be brought down to firmware mode, at the "ok>" prompt.

{0} ok boot cdrom

Installation Instructions:

As the system installer provides prompts, answer the questions. Please note, this installation is assuming the ISP designates a default router of 192.168.1.254 and a hardware firewall is designated as 192.168.3.1 in the network topology. These parameters may be different for your network!

- select a language
# 0 (english)

- terminal used?
# 13 (CDE terminal emulator dtterm)

- initial splash screen: continue
- setup screen: continue

- system is networked?
# yes

- network interfaces detected: hme0, hme1; selected for setup:
# hme0

- use DHCP for hme0?
# no

- host name for hme0?
# Ultra2

- IP address for hme0?
# 192.168.3.252

- system part of a subnet?
# yes

- netmask:
# 255.255.255.0

- enable IPv6 for hme0?
# no

- confirmation screen:
# yes

- enable kerberos security?
# no

- confirmation screen:
# yes

- name service information:
# DNS

- domain name of where this server resides:
# xtank.servegame.org

- IP address of DNS servers:
# 192.168.3.1

- search domain: (none) default route for hme0?
# describe one

- router address for hme0?
# 192.168.3.1
# 192.168.1.254

- DNS search list:
# none

- confirmation screen:
# yes

- "Unable to find an address entry for Ultra2 within the specified DNS configuration. Enter new name configuration?
# no

- NFSv4 configuration: use the NFSv4 domain automatically derived by the system confirmation:
# yes

- Time zone selection:
# Americas
# - United States
# - - Eastern

- Accept suggested date-time-year?
# yes

- confirmation
# yes

- root password:
# (unspecified)

- remote services enabled?
# yes

- type of installation?
# standard

- automatically eject DVD?
# yes

- auto-reboot?
# yes

- upgrade or initial?
# initial

- accept license?
# yes

- languages to install?
# all of them./* All of them?!? # YES ALL OF THEM COMPUTER, NO TALKING BACK */

- Initial language locale:
# U.S.A. (UTF-8)
/*It's about 3/4 of the way down the huge list of languages, located under the "North America" heading.*/

- Scan for additional software?
# no

- filesystem?
# UFS

- which distribution?
# entire (no OEM support)

- disk:
# c0t0d0
# esc-4 (to edit slices)

- root slice:
# c0t0d0s0

- update eprom to boot from disk 0?
# yes

- preserve existing data?
# no

- auto or manual slice layout?
# manual
# /root20604
# /swap2430
# overlap
35066
# /home12031

- mount remote file systems?
# yes

- begin installation?
# yes

/* Installation begins, coffee break! Installation finishes.*/

- Power saving mode?
# no

Post Installation Instructions:

Log in as "root", reboot the machine and eject the DVD to completely test the install. Please note, in a real installation, a root password should be set.

Login: root

Ultra2# cd / ; sync ; sync ; init 6

After the machine comes back up, the installation of the Contributed Software should occur. If no additional software is required, patching Solaris is the next step.

Subscribe to: Comments (Atom)

AltStyle によって変換されたページ (->オリジナル) /