<?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 Re: make_depots for OS split in 2 DVD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989670#M508583</link>
    <description>Sounds like you are off to a good start.&lt;BR /&gt;&lt;BR /&gt;On the client side, you generally start by booting to the Ignite server.  After that, from the client's console, the Ignite TUI appears, with install options, etc.&lt;BR /&gt;&lt;BR /&gt;One of the (many) options will be the configuration you wish to install.  The user can select from 11.23, 11.00, etc,  configurations that you have created with make_config.&lt;BR /&gt;&lt;BR /&gt;By the way, all of your Ignite configurations are stored in and be viewed in /var/opt/ignite/INDEX on the server.</description>
    <pubDate>Wed, 12 Jul 2006 13:51:15 GMT</pubDate>
    <dc:creator>Scot Bean</dc:creator>
    <dc:date>2006-07-12T13:51:15Z</dc:date>
    <item>
      <title>make_depots for OS split in 2 DVD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989666#M508579</link>
      <description>Hello Experts,&lt;BR /&gt;&lt;BR /&gt;Need some clarification regarding make_depots:&lt;BR /&gt;I want to create OS image on the Ignite Server which is contained in two DVD(March 2006), how to go about the same. For single DVD OS , command is simply&lt;BR /&gt;#make_depots -v -r B.11.23_test -s /dev/dsk/c0t0d0&lt;BR /&gt;&lt;BR /&gt;Now since the OS is split into two DVD's , will it ask for second DVD once i run the above command ??&lt;BR /&gt;&lt;BR /&gt;-Amit</description>
      <pubDate>Mon, 10 Jul 2006 05:42:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989666#M508579</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-07-10T05:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: make_depots for OS split in 2 DVD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989667#M508580</link>
      <description>Shalom Chauhan,&lt;BR /&gt;&lt;BR /&gt;The scopy command has an option for splitting depots. You'll need to consult the man page because the default size seems to be 2 GB and you probably want to set it higher to fully utilize your DVD's.&lt;BR /&gt;&lt;BR /&gt;Also see the this:&lt;BR /&gt;&lt;BR /&gt; -x swcopy_option&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;           make_depots -r B.10.10 -d peaches -s molly:/var/depot/Source&lt;BR /&gt;            -i -o B.10.10 -a 800&lt;BR /&gt;&lt;BR /&gt;You can make it to disk first.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 10 Jul 2006 07:21:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989667#M508580</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-07-10T07:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: make_depots for OS split in 2 DVD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989668#M508581</link>
      <description>I don't think 'swcopy' nor 'make_depots' is smart enough to know about the 2nd DVD  These commands just see a single depot on media.&lt;BR /&gt;&lt;BR /&gt;(When Igniting directly off the media, Ignite IS smart enough and prompts you to load the 2nd piece of media.)&lt;BR /&gt;&lt;BR /&gt;However for make_depots, I think you will have to run the command you have above twice, replacing the media yourself between commands.  This will create one large depot from the 2 DVDs, which sounds like what you want here.  &lt;BR /&gt;&lt;BR /&gt;make_depots is smart enough to mount and unmount the DVD for you, however, so your don't have to do that part.</description>
      <pubDate>Tue, 11 Jul 2006 15:52:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989668#M508581</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2006-07-11T15:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: make_depots for OS split in 2 DVD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989669#M508582</link>
      <description>Thanks for the Inputs. Here are the steps I Followed :&lt;BR /&gt;1)Run make_depot on First DVD&lt;BR /&gt;2)Run make_depot on Second DVD (gave the same depot path)&lt;BR /&gt;3) Run make_config to create the config file&lt;BR /&gt;4)Run manage_index to create the entry for the same in INDEX file.&lt;BR /&gt;&lt;BR /&gt;Now my query is how to get the options on the client side while booting the client from Ignite server ?&lt;BR /&gt;Suppose I want to Ignite the client from 11.00 or 11.23 , how would i get the options to choose from ? Any extra steps needs to be done apart from above&lt;BR /&gt;mentioned.&lt;BR /&gt;&lt;BR /&gt;-Amit</description>
      <pubDate>Wed, 12 Jul 2006 03:19:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989669#M508582</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-07-12T03:19:43Z</dc:date>
    </item>
    <item>
      <title>Re: make_depots for OS split in 2 DVD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989670#M508583</link>
      <description>Sounds like you are off to a good start.&lt;BR /&gt;&lt;BR /&gt;On the client side, you generally start by booting to the Ignite server.  After that, from the client's console, the Ignite TUI appears, with install options, etc.&lt;BR /&gt;&lt;BR /&gt;One of the (many) options will be the configuration you wish to install.  The user can select from 11.23, 11.00, etc,  configurations that you have created with make_config.&lt;BR /&gt;&lt;BR /&gt;By the way, all of your Ignite configurations are stored in and be viewed in /var/opt/ignite/INDEX on the server.</description>
      <pubDate>Wed, 12 Jul 2006 13:51:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989670#M508583</guid>
      <dc:creator>Scot Bean</dc:creator>
      <dc:date>2006-07-12T13:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: make_depots for OS split in 2 DVD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989671#M508584</link>
      <description>With the steps mentioned above, I was able to see the options at the client while installing from Ignite-UX Server.&lt;BR /&gt;Thanks for all your help.&lt;BR /&gt;&lt;BR /&gt;-AMit</description>
      <pubDate>Wed, 12 Jul 2006 23:56:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/make-depots-for-os-split-in-2-dvd/m-p/4989671#M508584</guid>
      <dc:creator>Chauhan Amit</dc:creator>
      <dc:date>2006-07-12T23:56:33Z</dc:date>
    </item>
  </channel>
</rss>

