OC 12cR4 Solaris 11.1 AI manifest for mirrored rpool
Hi,
Does anyone know how to customize the default manifest used by OC 12cR4 for AI installation?
The current setup we use for S11.1 OSP creates this manifest to create rpool:
We would rather use this code which selects the 2 fist local disks and create a mirrored zpool (this code works quite well using AI without OC):
Does anyone know how to customize the default manifest used by OC 12cR4 for AI installation?
The current setup we use for S11.1 OSP creates this manifest to create rpool:
<target>
<logical noswap="false" nodump="false">
<zpool name="rpool" action="create" is_root="true">
<filesystem name="export" action="create" mountpoint="/export" in_be="false"/>
<filesystem name="export/home" action="create" in_be="false"/>
<zvol name="swap" action="create" use="swap">
<size val="8192mb"/>
</zvol>
<be name="solaris"/>
</zpool>
</logical>
</target>
<logical noswap="false" nodump="false">
<zpool name="rpool" action="create" is_root="true">
<filesystem name="export" action="create" mountpoint="/export" in_be="false"/>
<filesystem name="export/home" action="create" in_be="false"/>
<zvol name="swap" action="create" use="swap">
<size val="8192mb"/>
</zvol>
<be name="solaris"/>
</zpool>
</logical>
</target>
We would rather use this code which selects the 2 fist local disks and create a mirrored zpool (this code works quite well using AI without OC):
0