Go to main content

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

Exit Print View

Updated: April 2020
 
 

Comparing rules File Keywords and AI Criteria Keywords

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

Table 2  Comparing JumpStart rules File and AI Criteria Keywords
JumpStart rules File Keyword
AI Criteria File Keyword
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 - for network addresses
For an individual network address or a range of addresses within one network address, use ipv4
single network address:
-c ipv4="10.6.68.127"
range of addresses:
-c ipv4="10.0.0.1-10.0.0.64"
single network address:
<ai_criteria name="ipv4">
  <value>10.6.68.127</value>
</ai_criteria>
range of addresses:
<ai_criteria name="ipv4">
  <range>10.0.0.1 10.0.0.64</range>
</ai_criteria>
network - for network numbers
For an individual network number or a range of network numbers, use network
single network number:
-c network="10.0.0.0"
range of networks:
-c network="10.0.0.0-12.0.0.0"
single network number:
<ai_criteria name="network">
  <value>10.0.0.0</value>
</ai_criteria>
range of networks:
<ai_criteria name="network">
  <range>
     10.0.0.0
     12.0.0.0
  </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.