Sun Microsystems, Inc.  Sun System Handbook - ISO 4.1 October 2012 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-71-1012104.1
Update Date:2012-07-31
Keywords:

Solution Type  Technical Instruction Sure

Solution  1012104.1 :   Sun Enterprise[TM] 10000 Server: How to Create a New Domain  


Related Items
  • Sun Enterprise 10000 Server
  •  
Related Categories
  • PLA-Support>Sun Systems>SPARC>Enterprise>SN-SPARC: SF-Exxk
  •  
  • .Old GCS Categories>Sun Microsystems>Servers>High-End Servers
  •  

PreviouslyPublishedAs
216652


Applies to:

Sun Enterprise 10000 Server - Version Not Applicable and later
All Platforms
***Checked for relevance on 07-Jun-2012***

Goal

 This document describes how to add a new two-board domain, using Sun direct attach boot storage to an existing Sun Enterprise[TM] 10000 platform.

You will use the System Service Process (SSP) as a boot server for the domain's new operating system. The SSP is a SPARC[TM] workstation or SPARC server that enables you to control and monitor the Sun Enterprise[TM] 10000 system. You can use a Sun Ultra[TM] 5 or Sun Enterprise[TM] 250 workstation, or a Sun Netra[TM] T1 server as an SSP.

Fix

Enter the Main Content

Steps to Follow
Sun Enterprise[TM] 10000 Server: How to Create a New Domain

Complete Procedure for Creating a New Domain on a Sun Enterprise[TM] 10000 Platform.
---------------------------------------------------------------------------------------------------------------------------------
As an example, the procedure in this document creates a new domain called "bob" on a platform called "mye10k," using system boards 1 and 12, running the Solaris[TM] 8 Operating System on ip address 192.168.100.1.

Step 1. Inserting the New Hardware
---------------------------------------------------------

  1. Select 2 empty slots for the new boards to be inserted into, or select
    present but unused System Boards currently in the platform.
  2. The domain must have the following to be able to support an operating
    system.
    • 1 to 4 CPUs on the system board.
    • Memory (The system boards only support fully populated banks of 32 MB or 128 MB memory. Mixing memory in a board is not supported.)
    • Sbus or PCI mezzanine with at least 1 supported Host Bus Adaptor (HBA) for the boot.
    • At least one Sbus or PCI network interface for the net boot from the boot server.
  3. Insert the new hardware.
  4. On the MAIN ssp, Power on the new boards:
         mye10k:bob% power -on -sb 1 12 

Step 2. Running the Autoconfig Command
--------------------------------------------------------------------
CAUTION: Run the autoconfig command only on the new or moved boards. Incorrectly running the autoconfig command could cause running domains to fail.

  1. On MAIN SSP as user ssp:
    mye10k:bob% setfailover off
  2. Run Autoconfig:
    mye10k:bob% autoconfig sysboard1 (ensure there is no space between sysboard and board #)
    Do not reboot yet
    mye10k:bob% autoconfig sysboard12
    Now reboot the SSP.
    Note: in this case there is no need to sync the SSPs because failover is set to 'off'.
  3. When the SSP is back up (confirmed by running showfailover):
           mye10k:bob% setfailover on (this should sync the SSP's)

Step 3. Preparing the SSP Domain Environment
-----------------------------------------------------------------------------

  1. Verify that you have a eeprom image for your domain that is NOT being used for an existing domain.
  2. Log in to MAIN SSP as user ssp.
  3. mye10k:bob% cd $SSPVAR/.ssp_private/eeprom_save
  4. Select an unused eeprom image if you have one, for example,
    eeprom.image_8:
    mye10k:bob% mv eeprom.image_8 eeprom.image.bob
    NOTE: It is always better to move the unused file to the name of the domain rather than coping the file. Moving the unused file
    reduces the chance of the file being reused and causing duplicate host ids on your platform. If you do not have a spare image, request
    a new key from Sun Microsystems so that you can create an image.  To create an image, use the Sun supplied key and serial number with
    the sys_id command.  To determine if an image is used, you can check it's mac address and compare to the current domains.

    I.E.: mye10k:bob% sys_id -d -f eeprom.image_8
    IDPROM in eeprom.image_8
    Format = 0x01
    Machine Type = 0x80
    Ethernet Address = 0:0:be:a6:7f:9a
    Manufacturing Date = Wed Dec 31 19:00:00 1969
    Serial Number (Host ID) = 0xa67f9a
    Checksum = 0x3f
  5. Create the new domain:
    mye10k:bob% domain_create -d bob -b 1 12 -o 5.8 -p mye10k
    Answer "Yes" to proceed.

Step 4. Powering on the Domain
----------------------------------------------------

  1. First change to the correct domain environment:
    mye10k:joe% domain_switch bob
    NOTE: Failure to change to the correct domain environment could result in crashing an existing domain.
  2. Power on the boards, if they're not powered on already:
    mye10k:bob% power -on -sb 1 12
    mye10k:bob% bringup -A off (This is the equivalent of autoboot=false.)
    The domain will now post with level 16 diagnostics.
  3. Confirm the domain passes a single pass level 16.
  4. Because this is all new hardware, re-run the bringup with a level 127 to fully test the hardware:
    mye10k:bob% bringup -A off -l127
    mye10k:bob% netcon -g (to connect to the domain after Open Boot PROM
    handover)
    <#0>ok

Step 5. Setting Up for Net Boot
-------------------------------------------------

  1. It is recommended to use a private network between the SSP and Domains to install o/s. Or if the customer has a jumpstart server on the subnet allready, point to that.
  2. Verify that the network interface you will use is connected to the network:
    <#0>ok watch-net-all (to check for traffic)
    <#0>ok show-nets (to get path for nvalias cmd)
  3. Identify the interface to which the cable is connected:
    <#0>ok nvalias bootnet <selected interface >
    <#0>ok nvstore
  4. Confirm the Mac address (presuming a local_mac_address?=false):
    <#0>ok banner
    Ethernet address 0:0:be:b9:2b:3f (example Mac/ethernet address)
  5. As root on the SSP, add bob to /etc/hosts:
    192.168.100.1 bob
  6. As root on the SSP, add bob to /etc/ethers:
    0:0:be:b9:2b:3f bob
  7. Change directories to the boot image directory:
    root# cd /export/install/8/Solaris_8/Tools
  8. Set up bootparams etc:
    root# ./add_install_client bob sun4u
  9. On netcon session:
    <#0>ok boot bootnet - install (or the equivalent for the Solaris 9 OS)
  10. Answer install questions. For the Solaris 8 OS
    installation, select "no" reboot.
  11. root# ls -l /dev/rdsk/c0t0d0s0 (or the disk you installed the new OS on )
    Take note of this path.
  12. root# /etc/halt
    <#0>ok show-disks
  13. Select the path to disk above:
    <#0>ok nvalias bootdisk <path to disk with new os >
    <#0>ok nvstore
    <#0>ok setenv boot-device=bootdisk bootnet
    <#0>ok setenv diag-device=bootdisk bootnet
    <#0>ok boot bootdisk
    ......
  14. Console login: ....
  15. Enter the following, which will allow you to correct the host name and public ip address, if required:
    root# sys-unconfig
  16. root# reboot
  17. Boot, configure to the correct addresses, and patch to currect levels.
    NOTE: There are specific patches required on an Sun Enterprise 10000 domain above and beyond the standard recommended OS patch bundle. Contact your service representative for a list of these patches.


Product
Sun Enterprise 10000 Server

 

    • The location of the Sun Enterprise 10000 patches is here


domain_create, install, starfire, e10k, autoconfig, domain, create, 10000
Previously Published As 74381

 


Attachments
This solution has no attachment
  Copyright © 2012 Sun Microsystems, Inc.  All rights reserved.
 Feedback