Title: automated installer will fail if slice 0 is configured on the
client with disk space less than 8GB
Bugzilla id: 8575 (osol_111a installation is failing on x4250 system due
to "om_perform_install failed with error 114")
Architecture: SPARC and X86
Bug category: Installation
Bug description: If the AI manifest points to a target device and the
target device is configured slice 0 with less than 8 GB, then automated
installer fails with error "Auto install failed" . Automated installer
is failing because it is running out of space in slice 0 of the target.
Error Messages: The automated installer fails with error "Auto install
failed" and "om_perform_install failed with error 114". further the
transfer module fails with an error "pkg missing".
Workaround: There are two workaround for this bug
1. Create slice 0 of the target device with more than 8 GB space.
2. If there is another slice with more than 8 GB space, you can change
the AI manifest to use that slice. For example if you want to use Slice
4 to your target device c0t0d0, add the following lines to your AI manifest:
<ai_target_device>
<target_device_name>c0t0d0</target_device_name>
<target_device_install_slice_number>4</target_device_install_slice_number>
</ai_target_device>