So, I've created a local IPS and my autoinstall mechanism works quite nicely.
What I'd like to do now is start defining my own partitioning for the AI process. Basically I have 3 disks in each server that I need to install, that I'd like to split in 2 and then define a mirrored zpool for the root volume (rpool/root) across the first partition of each disk. I've successfully managed to partition 1 disk during install, but as soon as I specify another disk it breaks the manifest. Also, I can't find any instructions on zpool creation other than the following which doesn't really tell me much about the syntax; ======================================================================= Selections for AI ZFS Root Pool specification ======================================================================= --> <define name="ai_zfs_root_pool_contents"> <interleave> <optional> <element name="enable_mirrored_root"> <data type="boolean"/> </element> </optional> <optional> <element name="zfs_options"> <text/> </element> </optional> </interleave> </define> <!-- Can anyone help? Thanks. -- This message posted from opensolaris.org