On 7/09/10 05:59 PM, Frank Allan wrote:
I am attempting to use AI with b147 to load a SPARC system (Ultra 45,
6Gb, XVR-300, 4*250Gb disk).
The system is on an internal network with a local repository.
The default manifests have been configured to access the internal
repository.
wanboot works, the system loads the client-specific manifest, finds
the target disk, reports enough physical memory for installation, then
I get:
<AI Sep 8 00:42:07> Parsing system configuration manifest
<AI Sep 8 00:42:07> Detected the latest format of System Configuration
manifest.
<AI Sep 8 00:42:07> Setting of OM_ATTR_TIMEZONE_INFO failed
Automated Installation failed
in the property_group "other_sc_params" I have:
<propval name="timezone" type="astring" value="GMT"/>
any ideas on why I am getting this error, and any way to resolve it?
As a further addendum to this issue, it would seem that x86 is not
afflicted by this.
The manifest below, when used with the opg-lab-tools addclient.pl allows
x86 to successfully do a full install. With SPARC I get a failure with
the OM_ATTR_TIMEZONE_INFO messagae.
Darren
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE auto_install SYSTEM "file:///usr/share/auto_install/ai.dtd">
<auto_install>
<ai_instance name="install1" auto_reboot="true">
<target>
<target_device>
<disk>
<disk_name name_type="ctd" name="c8d0"/>
<slice action="preserve" name="1"/>
<slice action="preserve" name="0"/>
<slice action="preserve" name="4"/>
<slice action="preserve" name="5"/>
<slice action="preserve" name="6"/>
<slice action="preserve" name="7"/>
</disk>
</target_device>
</target>
<software>
<source>
<publisher name="opensolaris.org">
<origin name="http://netinstall-osol.sfbay/"/>
</publisher>
<publisher name="local">
<origin name="http://netinstall-osol:9000"/>
</publisher>
<publisher name="darrenr">
<origin name="http://nvtbld-x.sfbay.sun.com:45992"/>
</publisher>
</source>
<software_data action="install">
<name>[email protected]</name>
<name>SUNWcsd</name>
<name>SUNWcs</name>
<name>shell/tcsh</name>
<name>diagnostic/tcpdump</name>
<name>developer/debug/gdb</name>
<name>developer/gcc-3</name>
<name>babel_install</name>
<name>Finish</name>
<name>install-finish</name>
</software_data>
<software_data action="uninstall">
<name>babel_install</name>
<name>slim_install</name>
</software_data>
</software>
</ai_instance>
</auto_install>
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss