Team, (oh, I'm not on this alias so... include me in your reply)
I am working in System test and running tests for S11u1 latest build.
I have been trying to create
a manifest that will allow me to recognize the device during
installation, no luck. The commented
items are variations of things I've tried but did not work.
<target>
<!-- Any disk here will be added to root pool, since no root pool is
specified -->
<!-- <disk whole_disk="true"> -->
<disk>
<disk_name name="c0t000B080027002880d0" name_type="ctd"/>
<!-- <disk_name name="/scsi_vhci/ssd@g000b080027002880"
name_type="devpath"/> -->
<iscsi source="dhcp"/>
<iscsi target_name="iqn.2002-03.com.pillardata:axiom.ssn.a002880bjb"
target_lun="0" target_ip="10.129.158.87"/>
<!-- dendron internal boot disk -->
<!-- <disk_name name="/pci@0,600000/pci@0/pci@0/scsi@0/sd@0,0"
name_type="devpath"/> -->
<!-- <iscsi name="c0t600A0B80003487FA00009ADF4DAF6F6Ad0s0">
<ip>10.129.158.87</ip> -->
<!-- Adding hook for s11 boot paths -->
<!-- disk_name name="S11_DPATH" name_type="devpath"/> -->
</iscsi>
</disk>
</target>
When I run against the above I get: (But I'm following the
ai_manifest.xml, examples, well .. :-\ O:-) ...)
[] (56357)> pfexec installadm add-manifest -n
sca05-1010-ai1-s11u1-09-sparc -f ssqa.dendron.manifest-s11u1b9.xml -C
ssqa.dendron.criteria-sun4u-latest.xml
Error: There was a syntax error parsing the manifest
ssqa.dendron.manifest-s11u1b9.xml:
Opening and ending tag mismatch: disk line 8 and iscsi, line 18,
column 18
Does anyone know what's wrong in my manifest, the entire manifest is
attached.
--
Peter
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE auto_install SYSTEM "file:///usr/share/install/ai.dtd.1">
<auto_install>
<ai_instance name="ssqa.dendron.manifest-s11u1b9" auto_reboot="true">
<target>
<!-- Any disk here will be added to root pool, since no root pool is specified -->
<!-- <disk whole_disk="true"> -->
<disk>
<disk_name name="c0t000B080027002880d0" name_type="ctd"/>
<!-- <disk_name name="/scsi_vhci/ssd@g000b080027002880" name_type="devpath"/> -->
<iscsi source="dhcp"/>
<iscsi target_name="iqn.2002-03.com.pillardata:axiom.ssn.a002880bjb" target_lun="0" target_ip="10.129.158.87"/>
<!-- dendron internal boot disk -->
<!-- <disk_name name="/pci@0,600000/pci@0/pci@0/scsi@0/sd@0,0" name_type="devpath"/> -->
<!-- <iscsi name="c0t600A0B80003487FA00009ADF4DAF6F6Ad0s0"> <ip>10.129.158.87</ip> -->
<!-- Adding hook for s11 boot paths -->
<!-- disk_name name="S11_DPATH" name_type="devpath"/> -->
</iscsi>
</disk>
</target>
<software name="ips" type="IPS">
<source>
<publisher name="solaris">
<origin name="http://ipkg.us.oracle.com/solaris11/dev/"/>
</publisher>
</source>
<!--
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 following
form:
<name="[email protected]#"/>
-->
<software_data action="install">
<name>pkg:/entire@latest</name>
<name>pkg:/group/system/solaris-large-server</name>
<name>pkg:/storage/svm</name>
</software_data>
</software>
</ai_instance>
</auto_install>
_______________________________________________
caiman-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/caiman-discuss