<?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 dump script in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902759#M105301</link>
    <description>Hello gurus,&lt;BR /&gt;I am a complete HP-UX novice, though I do have experience in Solaris (I'm rusty, though).  I am trying to create a script file to backup a Visualize B180L running HP-UX 10 to an external DAT.  Does anyone know the blocking factor that is appropriate?  &lt;BR /&gt;My other problem is specifying the filesystem.  I know the disk is /dev/dsk/c0t6d0 but when I enter this, I get an error about not being HFS.  I assume it is because I am missing the slice, but I don't know how to determine it.  And do I just target the dump file to /dev/dat or is there something like /dev/rmt/??? that I should be using?&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peter Brown&lt;BR /&gt;Jarvis&lt;BR /&gt;Middletown CT USA</description>
    <pubDate>Wed, 12 Feb 2003 14:32:27 GMT</pubDate>
    <dc:creator>Peter Brown_6</dc:creator>
    <dc:date>2003-02-12T14:32:27Z</dc:date>
    <item>
      <title>dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902759#M105301</link>
      <description>Hello gurus,&lt;BR /&gt;I am a complete HP-UX novice, though I do have experience in Solaris (I'm rusty, though).  I am trying to create a script file to backup a Visualize B180L running HP-UX 10 to an external DAT.  Does anyone know the blocking factor that is appropriate?  &lt;BR /&gt;My other problem is specifying the filesystem.  I know the disk is /dev/dsk/c0t6d0 but when I enter this, I get an error about not being HFS.  I assume it is because I am missing the slice, but I don't know how to determine it.  And do I just target the dump file to /dev/dat or is there something like /dev/rmt/??? that I should be using?&lt;BR /&gt;&lt;BR /&gt;Any help is greatly appreciated!&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peter Brown&lt;BR /&gt;Jarvis&lt;BR /&gt;Middletown CT USA</description>
      <pubDate>Wed, 12 Feb 2003 14:32:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902759#M105301</guid>
      <dc:creator>Peter Brown_6</dc:creator>
      <dc:date>2003-02-12T14:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902760#M105302</link>
      <description>Hi Peter,&lt;BR /&gt;&lt;BR /&gt;Don??t worry ! I did a script that copies a file to the DDS tape. The script is in the attachment.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Ricardo</description>
      <pubDate>Wed, 12 Feb 2003 14:37:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902760#M105302</guid>
      <dc:creator>Ricardo Bassoi</dc:creator>
      <dc:date>2003-02-12T14:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902761#M105303</link>
      <description>The "not HFS" error is probably  because your system uses LVM (Logical Volume Manager).  Try this command:  vgdisplay -v.  You will probably see listings of Volume Groups (VG00, for example), which contain Logical Volumes (lvol1, lvol2, etc.).&lt;BR /&gt;&lt;BR /&gt;The best way for you to back this up is to use a product called Ignite/UX:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/products/IUX/index.html" target="_blank"&gt;http://www.software.hp.com/products/IUX/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Ignite is designed to produce a bootable backup tape of your root logical volume (VG00).  You can also use Ignite to backup other volume groups if you have them, though it is generally recommended that you restrict Ignite to VG00 and use conventional backup procedures like fbackup/frestore for non-root Volume Groups.  If you didn't see any other VG's other than VG00 in your vgdisplay command then you don't have to worry about any others.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Feb 2003 14:45:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902761#M105303</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-12T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902762#M105304</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Ricardo has given you good data.&lt;BR /&gt;&lt;BR /&gt;With fbackup you are ok anyway but for your info look at&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.introcomp.co.uk/hpux/index.html" target="_blank"&gt;http://www.introcomp.co.uk/hpux/index.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A mine of usable info&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;              Steve Steel</description>
      <pubDate>Wed, 12 Feb 2003 14:46:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902762#M105304</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2003-02-12T14:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902763#M105305</link>
      <description>So there is no way to use dump if the system is using LVM?  &lt;BR /&gt;This machine is in our shop, running a coordinate measuring system; no internet, no LAN... I'd be kind of averse to trying to teach them Ignite....</description>
      <pubDate>Wed, 12 Feb 2003 16:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902763#M105305</guid>
      <dc:creator>Peter Brown_6</dc:creator>
      <dc:date>2003-02-12T16:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902764#M105306</link>
      <description>There's not much to teach, Peter.  You can set up a script for them that does  "make_tape_recovery -x inc_entire=vg00 -a /dev/rmt/2mn" and that's really all there is to it.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 12 Feb 2003 16:44:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902764#M105306</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-12T16:44:49Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902765#M105307</link>
      <description>&amp;gt; So there is no way to use dump if the system is using LVM?&lt;BR /&gt;&lt;BR /&gt;While fbackup(1M) is recommended, you can use [r][vx]dump(1M), also with LVM.&lt;BR /&gt;&lt;BR /&gt;I do not know why you would specify /dev/dsk/c0t6d0 when specifying a filesystem, because /dev/dsk/c0t6d0 is a (physical) *volume*, not a *filesystem* *in* a volume. I.e. why don't you specify for example "/opt" like the manual page says?&lt;BR /&gt;&lt;BR /&gt;Anyway, with LVM, *Logical* Volume Manager, you specify *logical* volume names (/dev/vg??/[r]lvol?), not *physical* volumes (/dev/[r]dsk/c?d?s?).&lt;BR /&gt;&lt;BR /&gt;&amp;gt; This machine is in our shop, running a coordinate measuring system; no &lt;BR /&gt;&amp;gt; internet, no LAN... I'd be kind of averse to trying to teach them Ignite....&lt;BR /&gt;&lt;BR /&gt;You use Ignite-UX for *crash-recovery* backup and a file-oriented backup program (like fbackup, dump, HP's OmniBack, etc.) for *file* backup. One is no replacement/alternative for the other.</description>
      <pubDate>Thu, 13 Feb 2003 11:55:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902765#M105307</guid>
      <dc:creator>Frank Slootweg</dc:creator>
      <dc:date>2003-02-13T11:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902766#M105308</link>
      <description>The reason I am attempting to dump the physical volume is that back in my old Solaris days (we're talking 535mb and 1gb drives here), we tended to mount each filesystem on its own slice (/usr on c0t6d0s1, /var on c0t6d0s3, etc).  Therefore, dumping the slice WAS dumping the filesystem.  My problem here was that I cannot determine what the slice is, since a df returns this /vol/xxxx stuff.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Peter Brown</description>
      <pubDate>Thu, 13 Feb 2003 14:31:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902766#M105308</guid>
      <dc:creator>Peter Brown_6</dc:creator>
      <dc:date>2003-02-13T14:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902767#M105309</link>
      <description>You might want to start with a little reading on LVM.  Quoting James R. Ferguson:&lt;BR /&gt;&lt;BR /&gt;You can gain a better understanding of LVM by reading  chapter-6 ("Administering a System: Managing Disks and Files") in "Managing Systems and Workgroups: A Guide for HP-UX System Administrators":&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html" target="_blank"&gt;http://docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Thu, 13 Feb 2003 14:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902767#M105309</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2003-02-13T14:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902768#M105310</link>
      <description>get used to the ioscan command on HPUX&lt;BR /&gt;&lt;BR /&gt;ioscan -FnC Tape&lt;BR /&gt;generaly you will be using a dev/rmt/#mn for a single drive&lt;BR /&gt;tape device&lt;BR /&gt;&lt;BR /&gt;as for your script you see to have plenty of advice already&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Thu, 13 Feb 2003 15:59:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902768#M105310</guid>
      <dc:creator>James Odak</dc:creator>
      <dc:date>2003-02-13T15:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: dump script</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902769#M105311</link>
      <description>You state that you come from the Solaris world. Any chance you use Veritas FileSystems on Solaris?&lt;BR /&gt;&lt;BR /&gt;The syntax is different - granted - but the general concepts are the same.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Feb 2003 17:12:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/dump-script/m-p/2902769#M105311</guid>
      <dc:creator>Rick Garland</dc:creator>
      <dc:date>2003-02-13T17:12:50Z</dc:date>
    </item>
  </channel>
</rss>

