AI-UAR

From pressy's brainbackup
Revision as of 11:40, 30 June 2016 by Admin (talk | contribs) (Created page with "=== AI profile to restore a UAR === Still small profile will be needed to restore or install a server with an UAR. <pre> <!DOCTYPE auto_install SYSTEM "file:///usr/share/i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

AI profile to restore a UAR

Still small profile will be needed to restore or install a server with an UAR.


<!DOCTYPE auto_install SYSTEM "file:///usr/share/install/ai.dtd.1">
<auto_install>
  <ai_instance name="sol-ai" auto_reboot="true" >
    <target>
      <logical>
        <zpool name="rpool" is_root="true">
          <filesystem name="export" mountpoint="/export"/>
          <filesystem name="export/home"/>
        </zpool>
      </logical>
    </target>
    <software type="ARCHIVE">
      <source>
        <file uri="file:///net/10.11.12.13/ai/uar/server-dr.uar"/>
      </source>
    <software_data action="install">
      <name>global</name>
    </software_data>
    </software>
  </ai_instance>
</auto_install>

Do not forget to update the profile in the AI:

# installadm update-manifest -m 2restore-server -n sol-ai -f /ai/config/server-dr.manifest