Transitioning From Oracle® Solaris 10 JumpStart to Oracle Solaris 11.2 Automated Installer

Exit Print View

Updated: July 2014
 
 

Comparing Rules Keywords and Criteria Directives

The following table compares JumpStart rules keywords with AI criteria directives. AI uses these criteria to apply the correct AI manifest or system configuration profile to a particular client.

Table 2-1  Comparing JumpStart Rules File Keywords and AI Criteria Directives
JumpStart Rules File Keyword
AI Criteria File Directive
Command-Line Example
Criteria File Example
any
Unsupported. For client systems that do not match any selection criteria, the AI install service provides a default AI manifest.
arch
cpu
-c cpu=sparc
<ai_criteria name="cpu">
  <value>sparc</value>
</ai_criteria>
disksize
Unsupported. AI installs on the target specified in the AI manifest if that disk is at least the minimum required size.
domainname
Unsupported.
hostaddress
ipv4
-c ipv4=10.6.68.127
<ai_criteria name="ipv4">
  <value>10.6.68.127</value>
</ai_criteria>
hostname
Unsupported. To uniquely identify a host in AI, use either the IP address as described in hostaddress, or use the MAC address.
-c mac=0:3:ba:33:9d:b6
<ai_criteria_name="mac">
  <value>0:3:ba:33:9d:b6</value>
</ai_criteria>
installed
Unsupported. AI installs on the target specified in the AI manifest if that disk is at least the minimum required size.
karch
arch
-c arch=i86pc
<ai_criteria name="arch">
  <value>i86pc</value>
</ai_criteria>
memsize
mem
-c mem=2048
<ai_criteria name="mem">
  <value>2048</value>
</ai_criteria>
model
platform
-c platform=SUNW,Sun-Fire-T200
<ai_criteria_name="platform">
  <value>SUNW,Sun-Fire-T200</value>
</ai_criteria>
network
network
Use network, network with a range, or ipv4 with a range.
single network value:
-c network="10.0.0.0"
single network value:
<ai_criteria name="network">
  <value>10.0.0.0</value>
</ai_criteria>
ipv4
ipv4 range:
-c ipv4=10.0.0.1-10.0.0.64
ipv4 range:
<ai_criteria name="ipv4">
  <range>10.0.0.1 10.0.0.64</range>
</ai_criteria>
osname
Unsupported.
probe
Unsupported.
totaldisk
Unsupported. AI installs on the target specified in the AI manifest if that disk is at least the minimum required size.