Hi I have put in attachement the ai_combined_manifes.xml.
On 11/10/10 06:07 PM, Mary Ding wrote:
Gilles: If the client is still up, is there a ai_combined_manifest.xml in /tmp, can you attach to email ??? You probably need to update the default.xml to point to http://ipkg.sfbay,sun.com/dev/solaris to install 151a.
It`s already done.
Also what osol build is your AI install server running ???
A very old osol. Thanks. Gilles M
----- Original Message ----- From: [email protected] To: [email protected] Cc: [email protected] Sent: Wednesday, November 10, 2010 8:50:40 AM GMT -08:00 Tijuana / Baja California Subject: [caiman-discuss] default.xml file for ai install Server Hi , I have download the latest build 151 (sol-11-dev-151a-ai-x86.iso). I have configure my install Server. I`m boot with this new image by the network. But I have the following error messages j...@solaris:/tmp$ more install_log <AI Nov 10 14:26:12> Failure to create manifest data in memory. <AI Nov 10 14:26:12> Auto install failed. Error creating manifest /tmp/ai_combined_manifest.xml Can you have an default.xml file ? Because I don`t arrive to create good default.xml file. I thinks , that I have an error in my default.xml file. If you want , I have also this error in the auto-installer service j...@solaris:/var/svc/log$ more application-auto-installer:default.log [ Nov 10 14:26:12 Executing start method ("/lib/svc/method/auto-installer"). ] Automated Installation started The progress of the Automated Installation can be followed by viewing the logfile at /tmp/install_log svcprop: Couldn't find property `general/install_debug' for instance `svc:/application/auto-installer:default'. Error instantiating manifest tree: Error creating in-memory copy of Manifest data. Error parsing xml file /tmp/ai.xml Invalid or incompatible manifest provided Please refer to /var/svc/log/application-auto-installer:default.log file for details [ Nov 10 14:26:12 Method "start" exited with status 95. ] Thanks. gilles M _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss _______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE dc SYSTEM "/usr/share/install/dc.dtd"> <!-- CDDL HEADER START The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] CDDL HEADER END Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. XML specification for building an Oracle Solaris installer iso image --> <dc> <!-- incremental_media_name controls if the iso/usb should have a timestamp appended to it. Useful if the intent is to do serial builds and to keep all the incremental images around --> <distro name="Oracle_Solaris_AI_X86" incremental_media_name="false"> <distro name="Oracle_Solaris_AI_X86" incremental_media_name="false" http_proxy="http://serval.france.sun.com:8080"> <distro_spec> <img_params> <media_im> <!-- Grub menu modifications to be applied to the image. Some of the attributes that can be specified here are: min_mem - minimum amount of physical memory (in MB) which is required to boot AI from network in 64-bit mode Default is 1000 title - title for the specialized GRUB entry Default is to use the first line of /etc/release default_entry - which entry should be the default entry timeout - GRUB menu timeout value in seconds --> <!-- Uncomment before using <grub_mods min_mem="0" title="myentry" default_entry="0" timeout="5"> --> <!-- Grub entries to add to the default grub menu in the image. The "position" attribute is the location in the menu.lst file to insert the entry. title suffix - text string added to this specific entry title line - each line element will be added in order specified --> <!-- Uncomment before using <grub_entry position="1"> <title_suffix>MyTitle</title_suffix> <line>kernel$ /platform/i86pc/kernel/$ISADIR/unix</line> <line>module$ /platform/i86pc/$ISADIR/boot_archive</line> </grub_entry> --> <!-- Uncomment before using </grub_mods> --> </media_im> </img_params> </distro_spec> <!-- Target Section: defines zfs build dataset to be used for the build. --> <target> <target_device> <zpool action="use_existing" name="rpool"> <dataset> <filesystem name="rpool/dc/ai" action="preserve"/> </dataset> </zpool> </target_device> </target> <!-- Software section: defines the payload for the transfer checkpoints. --> <software name="transfer-ips-install"> <destination> <image img_root="/%{//build_data.dataset_path}/pkg_image" action="create"> <img_type completeness="full"/> <property val="true">flush-content-cache-on-success</property> </image> </destination> <source> <publisher name="opensolaris.org"> <origin name="http://ipkg.sfbay/dev"/> <!-- If mirrors for this publisher need to be set, specify them here. --> <mirror name="http://ipkg.uk.sun.com:90/"></mirror> </publisher> <!-- If additional publishers need to be set, they can be set here --> <publisher name="solaris"> <origin name="http://ipkg.sfbay.sun.com/dev/solaris"></origin> <mirror name="http://ipkg.uk.sun.com:90/"></mirror> </publisher> </source> <!-- List of packages used to form the installed image By default the latest build available in the specified IPS repository is installed. If another build is required, the build number has to be appended to the 'entire' package in the following form: <name>pkg:/[email protected]#</name> --> <software_data action="install" type="IPS"> <name>pkg:/entire</name> <name>pkg:/system/install/media/internal</name> <name>pkg:/auto_install</name> </software_data> <software_data action="uninstall" type="IPS"> <name>pkg:/auto_install</name> </software_data> </software> <!-- The default publisher to be set on the system after it has been installed. --> <software name="set-ips-attributes"> <destination> <image img_root="/%{//build_data.dataset_path}/pkg_image" action="use_existing"> </image> </destination> <source> <publisher name="solaris"> <origin name="http://pkg.oracle.com/solaris/release/"/> <!-- If mirrors for this publisher are desired, they can be set here --> <!-- Uncomment before using <mirror name="mirror.example.com"></mirror> --> </publisher> </source> </software> <!-- Items below this line are rarely configured --> <!-- This section defines the contents of the boot_archive --> <software name="ba-init"> <destination> <dir path="/%{//build_data.dataset_path}/boot_archive"/> </destination> <source> <dir path="/%{//build_data.dataset_path}/pkg_image"/> </source> <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="boot_archive_contents_x86.xml"/> <software_data action="install" type="DIR"> <name>kernel</name> <name>boot</name> <name>platform</name> <name>system</name> <name>lib</name> <name>sbin</name> <name>dev</name> <name>devices</name> <name>root</name> <name>jack</name> <name>etc</name> <name>var/svc/manifest</name> <name>var/svc/profile</name> <name>var/sadm</name> </software_data> <software_data action="uninstall" type="DIR"> <name>var/sadm/pkg</name> </software_data> </software> <!-- Execution section: This section lists the checkpoints that are run in order to create an image. The checkpoints listed below are run in order. --> <execution stop_on_error="true"> <checkpoint name="transfer-ips-install" desc="Transfer pkg contents from IPS" mod_path="solaris_install/transfer/transfer_ips" checkpoint_class="TransferIPS"/> <checkpoint name="set-ips-attributes" desc="Set post-install IPS attributes" mod_path="solaris_install/transfer/transfer_ips" checkpoint_class="TransferIPS"/> <checkpoint name="pre-pkg-img-mod" desc="Pre package image modification" mod_path="solaris_install/distro_const/checkpoints/pre_pkg_img_mod" checkpoint_class="AIPrePkgImgMod"> <!-- root user/role password in the image. --> <kwargs> <arg name="root_password">solaris</arg> <arg name="is_plaintext">true</arg> </kwargs> </checkpoint> <checkpoint name="ba-init" desc="Boot Archive Initialization" mod_path="solaris_install/transfer/transfer_cpio" checkpoint_class="TransferCPIO"/> <checkpoint name="ba-config" desc="Boot Archive Configuration" mod_path="solaris_install/distro_const/checkpoints/boot_archive_configure" checkpoint_class="AIBootArchiveConfigure"> <!-- Image Hostname --> <kwargs> <arg name="hostname">solaris</arg> </kwargs> </checkpoint> <checkpoint name="ba-arch" desc="Boot Archive Archival" mod_path="solaris_install/distro_const/checkpoints/boot_archive_archive" checkpoint_class="BootArchiveArchive"> <!-- compression_type/compression_level to be used in compressing the boot_archive. Valid types are gzip and none. size_pad increases the amount of free space in the boot_archive at the expense of available memory on the booted system. bytes_per_inode is used to control the 'nbpi' used in sizing up the boot_archive --> <kwargs> <arg name="compression_type">gzip</arg> <arg name="compression_level">9</arg> <arg name="size_pad">0</arg> <arg name="bytes_per_inode">0</arg> </kwargs> </checkpoint> <checkpoint name="grub-setup" desc="Setup GRUB menu" mod_path="solaris_install/distro_const/checkpoints/grub_setup" checkpoint_class="AIGrubSetup"> </checkpoint> <checkpoint name="pkg-img-mod" desc="Pkg image area modification" mod_path="solaris_install/distro_const/checkpoints/pkg_img_mod" checkpoint_class="AIPkgImgMod"> <!-- compression_type controls the compression algorithm to be used in compressing solaris.zlib and solarismisc.zlib. Valid values are gzip and lzma --> <kwargs> <arg name="compression_type">lzma</arg> </kwargs> </checkpoint> <checkpoint name="create-iso" desc="ISO media creation" mod_path="solaris_install/distro_const/checkpoints/create_iso" checkpoint_class="CreateISO"> </checkpoint> <checkpoint name="create-usb" desc="USB media creation" mod_path="solaris_install/distro_const/checkpoints/create_usb" checkpoint_class="CreateUSB"> </checkpoint> <checkpoint name="ai-publish-package" desc="Publish pkg(5) repository" mod_path="solaris_install/distro_const/checkpoints/ai_publish_pkg" checkpoint_class="AIPublishPackages"> <!-- The following arguments are optional If not specified the arguments default to: pkg_name - image/<distribution name>@<AI pkg version> pkg_repo - file://<MEDIA_DIR>/ai_image_repo prefix - ai-image Note: See pkg(5) and pkg.depotd(1M) for a description of these optional arguments <kwargs> <arg name="pkg_name">name</arg> <arg name="pkg_repo">repo</arg> <arg name="prefix">prefix</arg> </kwargs> --> </checkpoint> </execution> <!-- SMF service profiles to be applied to the boot_archive. These profiles are applied in the order they are specified. --> <configuration name="pre-pkg-img-mod" type="sysconf" source="/etc/svc/profile/generic_limited_net.xml"> <validation path="/usr/sbin/svccfg" args="apply -n"/> </configuration> <configuration name="pre-pkg-img-mod" type="sysconf" source="/usr/share/distro_const/profile/generic.xml"> <validation path="/usr/sbin/svccfg" args="apply -n"/> </configuration> <configuration name="pre-pkg-img-mod" type="sysconf" source="/usr/share/distro_const/profile/ai.xml"> <validation path="/usr/sbin/svccfg" args="apply -n"/> </configuration> <configuration name="pre-pkg-img-mod" type="sysconf" source="/etc/svc/profile/ns_files.xml"> <validation path="/usr/sbin/svccfg" args="apply -n"/> </configuration> </distro> </dc>
_______________________________________________ caiman-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/caiman-discuss

