Home > Articles

This chapter is from the book

This chapter is from the book

JumpStart Installation

The JumpStart installation helps you to automate the installation of the Solaris software on new SPARC systems. This installation uses a default profile to determine the software that needs to be installed. You cannot manually select the software to be installed. The default profile is selected considering the system model and hard disk capacity. The JumpStart installation is used in places, such as training centers and corporate organizations, where you need to install Solaris on a large number of systems that are configured identically. The recent versions of SPARC systems have a pre-installed JumpStart boot image. For JumpStart installation on older SPARC systems, use the re-preinstall command. The re-preinstall command copies the boot image to the system on which Solaris need to be installed.

The Custom JumpStart Installation

The Custom JumpStart installation automatically installs from the Solaris 9 distribution CD in the local CD-ROM drive. A custom profile determines the software that needs to be installed. The Custom JumpStart installation requires a rule file and a profile for systems of each group or platform. A group refers to a set of systems having similar attributes. The rule file is a text file that contains platform-specific or group-specific rules for systems of similar requirements. The rule file distinguishes the systems, based on one or more system attributes, such as the platform name and disk size.

The profile is a text file that contains instructions on how the Solaris software is to be installed on systems of each group or platform. It contains keywords and associated values, which guide the installation process. Keywords are system parameters, such as boot disk, disk size, and so on.

The advantages of JumpStart are as follows:

  • It enables you to automate the installation process.

  • Installation can be performed identically on several systems.

  • Patches can be applied automatically.

JumpStart has some limitations:

  • It is complex when compared with the WebStart and the interactive methods.

  • It does not install diskless clients.

  • It requires a boot server on the local network or subnet.

  • It requires additional administrative steps. For example, it needs a script to assign the root password. Also, the IP addresses are assigned manually by the administrator.

Set Up the JumpStart Server

The following section lists the steps for setting up the JumpStart server.

  1. Copy the files from the Solaris distribution CDs to the /JumpStart directory. The following script is supplied when Solaris copies files.

  2. # cd /cdrom/cdrom0/s0/Solaris_9/Tools
    # mkdir /JumpStart/sol9
    # ./setup_install_server /JumpStart/sol9
  3. Next, share the directory where the files are copied. You can share the directory by adding the following syntax to /etc/dfs/dfstab:

  4. share -F nfs -o ro,anon=0 -d "JumpStart" /JumpStart
  5. After making the directory shareable, you need to run the shareall script for the changes to take affect. Please note that you will run shareall, only if the machine is an NFS server. If your machine does not have NFS server processes running in it, run the following command:

  6. "/etc/init.d/nfs.server start"
  7. Ensure tftp in inetd.conf is enabled. You can do this by checking whether the following statement exists in inetd.conf and is uncommented:

  8. tftp  dgram  udp6  wait  root  /usr/sbin/in.tftpd
    in.tftpd -s /tftpboot
  9. Set up the new client's name in whatever database you use for naming (NIS/NIS+/hosts) on the JumpStart server:

  10. # cd /JumpStart/sol9/Solaris_9/Tools
    # ./add_install_client -e 8:0:20:22:33:44 clientname sun4u

    The -e command represents the MAC address of the client machine, which can be obtained by using the banner command at the ok prompt. The clientname command represents the client's hostname, which can be sun4m (SS4/5/10/20), sun4d (SS1000/2000), or sun4u (any Ultra machines).

  11. You can now boot your client, using the boot net command:

  12. <#0> ok boot net
    Boot device: /iommu/sbus/ledma@f,400010/le@f,c00000 File and args:
    20800
    SunOS Release 5.9 Version Generic_108528-07 32-bit
    Copyright 1983-2001 Sun Microsystems, Inc. All rights reserved.
    [..etc..]

Configure the JumpStart Server

After setting up the server, the next step is to configure the server. You can automate the configuration process by setting up the sysidcfg file.

  1. Set up the client once again to use the sysidcfg file by using the following command:

  2. # cd /JumpStart/sol9/Solaris_9/Tools
    # ./add_install_client -e 8:0:20:22:33:44 -p
    servername:/JumpStart/sol9/conf/server/sysidcfg27 clientname sun4m
  3. Set up a profile for the JumpStart server. To do this, create the files, profiles, rules, and config in the /JumpStart/sol9/conf/server directory.

  4. The sample profile directs JumpStart to install the complete software in addition to the OEM. The specifications for each partition include a 2000Mb root partition on slice 0, a 1100Mb swap on slice 1, an unused 4Mb partition on slice 3, and a 1100Mb partition on slice 4 for /var.

    /JumpStart/sol9/conf/server/server_js1A
    install_type initial_install
    system_type server
    cluster SUNWCXall
    partitioning explicit
    filesys rootdisk.s0 2000 /
    filesys rootdisk.s1 1100 swap
    filesys rootdisk.s3 4 unnamed
    filesys rootdisk.s4 1100 /var

    The Rules file defines the profile to be used for each server. During the server configuration stage, this file needs only a single entry, listing the name of the client to install and the profile to use. The syntax to create the Rules file is defined as follows:

    /JumpStart/sol9/conf/server/rules 
    hostname clientname        -   server_ js1a_     -

    Note that the JumpStart server does not use the Rules file. Instead, it uses the processed version of the Rules file called rules. Please note that to create this file, you need the check script supplied with JumpStart. Copy this file into the /JumpStart/sol9/conf/server/ directory using the following command:

    # cp /JumpStart/sol9/Solaris_9/Misc/JumpStart_sample/check
     /JumpStart/sol9/conf/server/
  5. Use the check script to confirm that the profile is set up correctly and to create the rules file:

  6. # ./check
  7. With the profile set up on the server, point the client config to the rules file by running add_install_client:

  8. # cd /JumpStart/sol9/Solaris_9/Tools
    # ./add_install_client -e 8:0:20:21:45:e0 \
       -c servername:/JumpStart/sol9/conf/server \
       -p servername:/JumpStart/sol9/conf/server/sysidcfg27 \
       clientname sun4u

    This should complete the install without any manual intervention. During the install you should see output similar to the following:

    Searching for JumpStart directory...
    Using rules.ok from xx.xx.xx.xx:/JumpStart/sol9/conf/server.
    Checking rules.ok file...
    Using profile: server_ js1A_

This output confirms that your install is using the correct setup files.

Factory JumpStart

The Factory JumpStart installation automatically installs itself on a SPARC system when you insert the Solaris 9 DVD or Solaris 9 Software 1 of 2 CD into the drive and switch on the system.

Based on the model and the disk size of the SPARC system, a default profile is created. Note that you are not prompted for the system configuration information required for all other types of installations. Therefore, you cannot select the software you want installed on your system.

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020