Ops Center (MOSC)

MOSC Banner

OC 12cR4 Solaris 11.1 AI manifest for mirrored rpool

edited Nov 19, 2013 9:36PM in Ops Center (MOSC) 2 commentsAnswered
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:
    <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):

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center