Solaris 11 Express Installation

作者: Maclean Liu , post on December 14th, 2010 , English Version
【本站文章除注明转载外,均为本站原创编译】
转载请注明:文章转载自: Oracle Clinic – Maclean Liu的个人技术博客 [http://www.oracledatabase12g.com/]
本文标题: Solaris 11 Express Installation
本文永久地址: http://www.oracledatabase12g.com/archives/solaris-11-express-installation.html

What is it?

  • LiveCD
    • Live Desktop Environment
    • X86 media only
    • GUI installer
  • Text Installer
    • Sparc and X86 media
    • Text based installer
  • Automated Installer
    • Hands-free installation
    • Network based installation
    • Boot from network or media
Text Installer
Supports Sparc and X86
Does a cpio-based install of what's on the media (similar to the GUI installer.)  No network required for installation.
'server_install' group package is what's on the media.
DDU support
Extended partition support
Slice preservation support

AI – installadm(1m) enhancements
installadm list output
Gives more detailed information

# installadm list
Service Name Status  Arch  Port  Image Path
-----------  ------  ----  ----  ----------
svc-2009-06  on      x86   45601 /export/server/0906-ai-x86
svc-2010-11  on      x86   45602 /export/server/1011-ai-x86

# installadm list -m -n svc-2010-11
Manifest      Criteria
--------      --------
manifest1.xml mac=aa:bb:cc:dd:ee:ff
manifest2.xml arch=sun4u

Installadm add-manifest
Aliased to existing installadm add
Supports new AI manifest grammar as well as old combined Criteria manifest (for older installer services)
Criteria specified separately from AI manifest

# installadm add-manifest -n svc-2010-11 -m /tmp/man1.xml
-c mac=aa:aa:aa:aa:aa:aa

# installadm add-manifest -n svc-2010-11 -m /tmp/man2.xml
-C /tmp/criteria.xml

# installadm add-manifest -n svc-2009-06 -m /tmp/critman1.xml

installadm set-criteria
New subcommand to modify criteria for AI manifests that have already been added.

# installadm set-criteria -n svc-2010-11 -m man1.xml
-c mac=bb:bb:bb:bb:bb:bb

# installadm set-criteria -n svc-2009-06 -m critman1.xml
-a mem=2048-8196

AI – “install” boot argument
AI requires “install” boot argument to initiate hands-free installation.
Sparc:
ok> boot net:dhcp – install
X86:
Choose second grub menu entry
Absence of “install” boot argument boots into the AI boot image.
Can be used for recovery purposes.
Helpful for capturing data and debugging.
Can enable the automated installation after booting into boot image.
# svcadm enable svc:/application/auto-installer:default

How do I Troubleshoot it?
Turning on Debug mode.
LiveCD
Open up a terminal, as root run installer with debug turned on:
# export LS_DBG_LVL=4
# /usr/bin/gui-install

Text Installer
Select 'Shell' from text mode menu.  Run installer with debug turned on:
# export LS_DBG_LVL=4
# /usr/bin/text-install -d -l /tmp/install_ui.log

Log Files and other files to gather:
Common to all installers:
/tmp/install_log
Text installer specfic files:
/tmp/install_ui.log
AI specific files:
/tmp/ai.xml
/tmp/sc_manifest.xml
/var/svc/log/application-auto-installer:default.log


© 2010, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.

相关文章 | Related posts:

  1. Solaris 11 Express ZFS
  2. Oracle Solaris 11 Express Features
  3. Oracle Database on Unix AIX,HP-UX,Linux,Mac OS X,Solaris,Tru64 Unix Operating Systems Installation and Configuration Requirements Quick Reference (8.0.5 to 11.2)
  4. How to Proceed from Failed 11gR2 Grid Infrastructure (CRS) Installation [ID 942166.1]
  5. Oracle Real Application Clusters Installation and Configuration Best Practices
  6. Troubleshooting 11.2 Grid Infastructure Installation Root.sh Issues [ID 1053970.1]
  7. FAQ – 11gR2 requires Solaris 10 update 6 or greater
  8. How to Setup and Run Oracle10g ODBC Driver on Solaris
  9. Oracle Solaris 11 Express发布了
  10. Grid Control 11g 64bit WLS installation

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>