<?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 create a bootable CD based on a bootable tape in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504300#M521264</link>
    <description>Is that possible to create a bootable CD based on the content of my make_boot_tape?  My ignite ux is located in different subnet and I don't want to setup the boothelper.&lt;BR /&gt;&lt;BR /&gt;I have read through the documentation about how to create customize media in Ignite_UX but this is only for creation of archive.&lt;BR /&gt;&lt;BR /&gt;I still want my archive to store in my Ignite UX server, I want to boot my client from the CD and recover through my Ignite UX server as some servers do not have tape drive attached.</description>
    <pubDate>Tue, 13 Mar 2001 04:12:12 GMT</pubDate>
    <dc:creator>kholikt</dc:creator>
    <dc:date>2001-03-13T04:12:12Z</dc:date>
    <item>
      <title>create a bootable CD based on a bootable tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504300#M521264</link>
      <description>Is that possible to create a bootable CD based on the content of my make_boot_tape?  My ignite ux is located in different subnet and I don't want to setup the boothelper.&lt;BR /&gt;&lt;BR /&gt;I have read through the documentation about how to create customize media in Ignite_UX but this is only for creation of archive.&lt;BR /&gt;&lt;BR /&gt;I still want my archive to store in my Ignite UX server, I want to boot my client from the CD and recover through my Ignite UX server as some servers do not have tape drive attached.</description>
      <pubDate>Tue, 13 Mar 2001 04:12:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504300#M521264</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2001-03-13T04:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: create a bootable CD based on a bootable tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504301#M521265</link>
      <description>I've used a program called cdroast on linux to make bootable cd's.  I've never tried it on hpux before.  Is your burner hanging off of your pc or your hpux server?   dd probabily would work to push it off to cd.  &lt;BR /&gt;&lt;BR /&gt;Try the linux documentation project page&lt;BR /&gt;&lt;A href="http://www.linuxdoc.org/" target="_blank"&gt;http://www.linuxdoc.org/&lt;/A&gt;   I find a lot of information on that site, then adapt it into my hpux world.  :) &lt;BR /&gt;&lt;BR /&gt;Hope that points you in the right direction. &lt;BR /&gt;&lt;BR /&gt;Brian</description>
      <pubDate>Tue, 13 Mar 2001 05:10:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504301#M521265</guid>
      <dc:creator>Brian Markus</dc:creator>
      <dc:date>2001-03-13T05:10:29Z</dc:date>
    </item>
    <item>
      <title>Re: create a bootable CD based on a bootable tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504302#M521266</link>
      <description>If you've already run make_boot_tape and the tape is at /dev/rmt/0m then you can:&lt;BR /&gt;&lt;BR /&gt; dd if=/dev/rmt/0m of=/var/tmp/cdlif bs=2k&lt;BR /&gt;&lt;BR /&gt;If you are using cdrecord for HP-UX and your cdrw is at /dev/dsk/c1t4d0 then you can:&lt;BR /&gt;&lt;BR /&gt;cdrecord -eject -v dev=1,4,0 -data speed=4 /var/tmp/cdlif&lt;BR /&gt;&lt;BR /&gt;The CD burning software you use must allow for doing raw writes to the CD, ie it doesn't automatically wrap an ISO filesystem around the lif file. The HP-UX bootloader won't find the bootfiles if they are in an ISO filesystem.&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Mar 2001 17:08:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504302#M521266</guid>
      <dc:creator>Michael Roberts_3</dc:creator>
      <dc:date>2001-03-13T17:08:12Z</dc:date>
    </item>
    <item>
      <title>Re: create a bootable CD based on a bootable tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504303#M521267</link>
      <description>Thanks for the tips.&lt;BR /&gt;&lt;BR /&gt;May I know is there any software in Windows that will be able to copy the file in raw mode</description>
      <pubDate>Wed, 14 Mar 2001 03:45:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504303#M521267</guid>
      <dc:creator>kholikt</dc:creator>
      <dc:date>2001-03-14T03:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: create a bootable CD based on a bootable tape</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504304#M521268</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am using cdrecord to create a bootable CD from a bootable DDS Media.&lt;BR /&gt;&lt;BR /&gt;I do a &lt;BR /&gt;&lt;BR /&gt;# dd if=/dev/rmt/c2t0d0DDS1n of=/tmp/file1 &lt;BR /&gt;&lt;BR /&gt; Then ftp the file to a SUN system with a CD writer. &lt;BR /&gt;&lt;BR /&gt;Then we do a &lt;BR /&gt;&lt;BR /&gt;# cat file1 | cdrecord -v -speed=4 dev=0,5,0 tsize=611778560 - &lt;BR /&gt;&lt;BR /&gt; I guess there are some missing steps above. &lt;BR /&gt;Where do we arrive at 611778560 from. &lt;BR /&gt;&lt;BR /&gt;The size of file1 is around 32MB. But the specified size is around 611MB.&lt;BR /&gt;&lt;BR /&gt;It still works with file1 and 611778560. But if there are any changes to the file1 because of the contents of DDS Tape it doesn't work because we&lt;BR /&gt;don't what value of tsize to specify. &lt;BR /&gt;&lt;BR /&gt;When I do mkisofs -print-size file it comes out with 16108 extents. I am not sure how to derive the tsize from there. &lt;BR /&gt;&lt;BR /&gt;Can anybody explain? &lt;BR /&gt;&lt;BR /&gt;Thanks in Advance, &lt;BR /&gt;&lt;BR /&gt;Sudip</description>
      <pubDate>Tue, 10 Apr 2001 05:31:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/create-a-bootable-cd-based-on-a-bootable-tape/m-p/2504304#M521268</guid>
      <dc:creator>Sudip Hore_1</dc:creator>
      <dc:date>2001-04-10T05:31:37Z</dc:date>
    </item>
  </channel>
</rss>

