How is it failing? The keyword was not removed or changed. Do you have any install logs or console messages?

Also, could you try b21 which was released today? There was a bug in b19 and b20 which you may be running in to.

-Drew



On 7/25/12 3:59 PM, Paul de Nijs wrote:
All,

s11_1-20 installs fail with the boot_disk keyword in manifest
s11_1_15a works fine

manifest:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE auto_install SYSTEM "file:///usr/share/install/ai.dtd.1">
<auto_install>
  <ai_instance name="default" auto_reboot="true">
    <target>
      <disk whole_disk="true">
        <disk_keyword key="boot_disk"/>
        <partition name="1" action="create" part_type="191">
          <slice name="6" action="create" force="true">
            <size val="100mb"/>
          </slice>
          <slice name="7" action="create" force="true">
            <size val="100mb"/>
          </slice>
          <slice name="0" action="create" in_zpool="rpool"/>
        </partition>
      </disk>
      <logical noswap="false" nodump="false">
        <zpool name="rpool" action="create" is_root="true">
          <filesystem name="export" action="create" mountpoint="/export"/>
          <filesystem name="export/home" action="create"/>
          <be name="solaris"/>
        </zpool>
      </logical>
    </target>
    <software type="IPS">
      <source>
        <publisher name="solaris">
          <origin name="http://saeosol.us.oracle.com/s11_1-20"/>
        </publisher>
        <publisher name="sae">
          <origin name="http://saeosol.us.oracle.com/sae"/>
        </publisher>
      </source>
      <software_data action="install">
        <name>pkg://solaris/entire</name>
<name>pkg://solaris/group/system/solaris-large-server</name>
        <name>pkg://sae/AIPostAsterix</name>
      </software_data>
    </software>
  </ai_instance>
</auto_install>


Thoughts ? Bug ?

Thanks

Paul



--



Paul de Nijs | Principal Software Engineer | Performance Technologies | +1.503.495.7882
Oracle Strategic Applications Engineering (SAE)
3295 NW 211th Terrace | Hillsboro, OR 97124-7110




_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

Reply via email to