Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Solaris >> 11 >> Installation >> How to add system configuration profile to AI service to make the automated installation truly automatic without any interactive system configuration at the end of the install

create an SC profile by

# sysconfig create-profile -o /somepath/sc-profile-file.xml

select the desired options in the SC profile and then add it to the AI service

# installadm create-profile -n service_name -P /somepath/sc-profile-file.xml

edit the grub.cfg to set the default entry selected for the grub menu

location is /var/ai/service/service_name/

file is grub.cfg

use the following statement

set default="n"

where n is the menu entry with 0 being the top most.

 

[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]