<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Disk layout in Ignite in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525992#M510751</link>
    <description>All -&lt;BR /&gt;&lt;BR /&gt;I'd like to have Ignite automatically layout my disks on a golden image I've created.  I have the following syntax in my configuration file:&lt;BR /&gt;&lt;BR /&gt;partitioned_disk {&lt;BR /&gt;    physical_volume disk[10/0/15/1.5.0] {&lt;BR /&gt;    }&lt;BR /&gt;    fs_partition {&lt;BR /&gt;        usage = VxFS&lt;BR /&gt;        size = remaining&lt;BR /&gt;        mount_point = "/"&lt;BR /&gt;    }&lt;BR /&gt;    swap_partition {&lt;BR /&gt;        usage = SWAP&lt;BR /&gt;        size = 2048&lt;BR /&gt;        mount_point = "primary"&lt;BR /&gt;    }&lt;BR /&gt;    fs_partition {&lt;BR /&gt;        usage = VxFS&lt;BR /&gt;        size = 17500&lt;BR /&gt;        mount_point = "/exp"&lt;BR /&gt;    }&lt;BR /&gt;    fs_partition {&lt;BR /&gt;       usage = HFS&lt;BR /&gt;       size = 200&lt;BR /&gt;       mount_point = "/stand"&lt;BR /&gt;    }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;instl_adm says the syntax is alright, but then when I ignite the system it claims that there's no disk layout specified for the image.  Any idea what's wrong?  (Save the commentary on the layout, please - I didn't pick it, and it'll change for our next iteration of machines :)&lt;BR /&gt;&lt;BR /&gt;Furthermore, is there a way to generalize it a bit and tell it to put the layout on the first disk, wherever that disk may happen to be?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Lance</description>
    <pubDate>Fri, 15 Apr 2005 14:23:39 GMT</pubDate>
    <dc:creator>Lance McGrath</dc:creator>
    <dc:date>2005-04-15T14:23:39Z</dc:date>
    <item>
      <title>Disk layout in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525992#M510751</link>
      <description>All -&lt;BR /&gt;&lt;BR /&gt;I'd like to have Ignite automatically layout my disks on a golden image I've created.  I have the following syntax in my configuration file:&lt;BR /&gt;&lt;BR /&gt;partitioned_disk {&lt;BR /&gt;    physical_volume disk[10/0/15/1.5.0] {&lt;BR /&gt;    }&lt;BR /&gt;    fs_partition {&lt;BR /&gt;        usage = VxFS&lt;BR /&gt;        size = remaining&lt;BR /&gt;        mount_point = "/"&lt;BR /&gt;    }&lt;BR /&gt;    swap_partition {&lt;BR /&gt;        usage = SWAP&lt;BR /&gt;        size = 2048&lt;BR /&gt;        mount_point = "primary"&lt;BR /&gt;    }&lt;BR /&gt;    fs_partition {&lt;BR /&gt;        usage = VxFS&lt;BR /&gt;        size = 17500&lt;BR /&gt;        mount_point = "/exp"&lt;BR /&gt;    }&lt;BR /&gt;    fs_partition {&lt;BR /&gt;       usage = HFS&lt;BR /&gt;       size = 200&lt;BR /&gt;       mount_point = "/stand"&lt;BR /&gt;    }&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;instl_adm says the syntax is alright, but then when I ignite the system it claims that there's no disk layout specified for the image.  Any idea what's wrong?  (Save the commentary on the layout, please - I didn't pick it, and it'll change for our next iteration of machines :)&lt;BR /&gt;&lt;BR /&gt;Furthermore, is there a way to generalize it a bit and tell it to put the layout on the first disk, wherever that disk may happen to be?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;BR /&gt;Lance</description>
      <pubDate>Fri, 15 Apr 2005 14:23:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525992#M510751</guid>
      <dc:creator>Lance McGrath</dc:creator>
      <dc:date>2005-04-15T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Disk layout in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525993#M510752</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;lvol1 should be /stand (HFS)&lt;BR /&gt;lvol2 should be swap (primary)&lt;BR /&gt;lvol3 should be / (VxFS)&lt;BR /&gt;&lt;BR /&gt;You should not move these 'roun, ekse the system wont boot.  At boot time it pries to point at the vunix file on 1st partition/lvol;  hence your layout will pobably fail....as you have&lt;BR /&gt;lvol1 as /&lt;BR /&gt;lvol2 as swap&lt;BR /&gt;lvol3 as /exp&lt;BR /&gt;lvol4 as /stand&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Tim</description>
      <pubDate>Sat, 16 Apr 2005 08:45:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525993#M510752</guid>
      <dc:creator>Tim D Fulford</dc:creator>
      <dc:date>2005-04-16T08:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Disk layout in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525994#M510753</link>
      <description>Lance,&lt;BR /&gt;&lt;BR /&gt;I'd check that the INDEX entry for the golden image points to all the correct config files for the layout you want.&lt;BR /&gt;&lt;BR /&gt;Not sure it's possible to tell ignite to use the first disk it finds, but you should be able to define a path for each model of server, which may reduce the need for intervention.&lt;BR /&gt;Cheers,&lt;BR /&gt;&lt;BR /&gt;Tony.</description>
      <pubDate>Sat, 16 Apr 2005 10:13:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525994#M510753</guid>
      <dc:creator>Tony Scully_2</dc:creator>
      <dc:date>2005-04-16T10:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Disk layout in Ignite</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525995#M510754</link>
      <description>Thanks guys - I've made the disk layout correction and checked the INDEX file to be safe, but I have only one configuration file for the whole image, so it wasn't a problem with that.&lt;BR /&gt;&lt;BR /&gt;Is there any special place this has to be in the file?  Do I have to call the partitioned_disk "function" somehow?  My understanding was that Ignite would loop through the file in order and that the most complex it got was "if" statements, but am I wrong?&lt;BR /&gt;&lt;BR /&gt;Lance</description>
      <pubDate>Mon, 18 Apr 2005 14:20:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/disk-layout-in-ignite/m-p/3525995#M510754</guid>
      <dc:creator>Lance McGrath</dc:creator>
      <dc:date>2005-04-18T14:20:45Z</dc:date>
    </item>
  </channel>
</rss>

