Author: fs Date: Fri Dec 9 12:21:13 2011 New Revision: 67020 URL: http://svn.opensuse.org/viewcvs/yast?rev=67020&view=rev Log: Added section on zSeries partitioning Added: trunk/autoinstallation/doc/xml/Partitioning_zSeries.xml Modified: trunk/autoinstallation/doc/xml/PartitioningSection.xml Modified: trunk/autoinstallation/doc/xml/PartitioningSection.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/xml/Partitio... ============================================================================== --- trunk/autoinstallation/doc/xml/PartitioningSection.xml (original) +++ trunk/autoinstallation/doc/xml/PartitioningSection.xml Fri Dec 9 12:21:13 2011 @@ -1014,5 +1014,7 @@ </section> + + <xi:include href="Partitioning_zSeries.xml" xmlns:xi="http://www.w3.org/2001/XInclude"/> </section> Added: trunk/autoinstallation/doc/xml/Partitioning_zSeries.xml URL: http://svn.opensuse.org/viewcvs/yast/trunk/autoinstallation/doc/xml/Partitio... ============================================================================== --- trunk/autoinstallation/doc/xml/Partitioning_zSeries.xml (added) +++ trunk/autoinstallation/doc/xml/Partitioning_zSeries.xml Fri Dec 9 12:21:13 2011 @@ -0,0 +1,163 @@ +<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" +"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"[ + +<!ENTITY % daps-entities SYSTEM "entity-decl.ent"> +<!ENTITY % daps-network-entities SYSTEM "network-decl.ent"> +%daps-entities; +%daps-network-entities; +<!ENTITY % images SYSTEM "images.ent"> +%images; + +<!ENTITY % entities SYSTEM "entities/en.ent"> +%entities; + +<!-- Examples --> +<!ENTITY % examples SYSTEM "examples.ent"> +%examples; + +<!-- components --> +<!ENTITY % components SYSTEM "components.ent"> +%components; + +]> + +<section> + <title>IBM &zseries; Specific Configuration</title> + <para/> + <section> + <title>Configuring DASD Disks</title> + <para> + The following elements must be between the + </para> + <screen><dasd> + <devices config:type="list"> + <listentry> + ... + </listentry> + </devices> +</dasd></screen> + <para> + tags in the <profile> section. Each disk needs to be configured in a + separate <listentry> ... </listentry> section. + </para> + <informaltable frame='top'> + <tgroup cols="3"> + <thead> + <row> + <entry>Attribute</entry> + <entry>Values</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry>device</entry> + <entry> + <para><literal>DASD</literal> is the only value allowed</para> + <screen><device +>DASD</dev_name></screen> + </entry> + <entry></entry> + </row> + <row> + <entry>dev_name</entry> + <entry> + <para> + The device (<literal>dasd<replaceable>n</replaceable></literal>) + you want to configure in this section. + </para> + <screen><dev_name +>/dev/dasda</dev_name></screen> + </entry> + <entry> + <para> + Optional but recommended. If left out, &ay; tries to guess the + device. + </para> + </entry> + </row> + <row> + <entry>channel</entry> + <entry> + <para> + Channel by which the disk is accessed. + </para> + <screen><channel>0.0.0150</channel></screen> + </entry> + <entry><para>Mandatory.</para></entry> + </row> + <row> + <entry>diag</entry> + <entry> + <para> + Enable or disable the use of <literal>DIAG</literal>. Possible + values are <literal>true</literal> (enable) or + <literal>false</literal> (disable). + </para> + <screen><diag +config:type="boolean">true</diag></screen> + </entry> + <entry><para>Optional.</para></entry> + </row> + </tbody> + </tgroup> + </informaltable> + </section> + <section> + <title>Configuring zFCP Disks</title> + <para> + The following elements must be between the + </para> + <screen><zfcp> + <devices config:type="list"> + <listentry> + ... + </listentry> + </devices> +</zfcp></screen> + <para> + tags in the <profile> section. Each disk needs to be configured in a + separate <listentry> ... </listentry> section. + </para> + <informaltable frame='top'> + <tgroup cols="3"> + <thead> + <row> + <entry>Attribute</entry> + <entry>Values</entry> + <entry>Description</entry> + </row> + </thead> + <tbody> + <row> + <entry>controller_id</entry> + <entry> + <para>Channel number</para> + <screen><controller_id +>0.0.fc00</controller_id></screen> + </entry> + <entry></entry> + </row> + <row> + <entry>fcp_lun</entry> + <entry> + <para>Logical unit number</para> + <screen><fcp_lun +>0x4010400400000000</fcp_lun></screen> + </entry> + <entry></entry> + </row> + <row> + <entry>wwpn</entry> + <entry> + <para>World wide port number</para> + <screen><wwpn +>0x500507630510473a</wwpn></screen> + </entry> + <entry></entry> + </row> + </tbody> + </tgroup> + </informaltable> + </section> +</section> -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org