<?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: HP-UX 11.31 how do you mount a file system in an ordinary file? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692081#M488143</link>
    <description>&lt;P&gt;I would assume it would since my backups with large files are consistent. &amp;nbsp;The ton of little files are killing me! &amp;nbsp;Just trying to think outside of the box, since Dell is not being very helpful. &amp;nbsp;They are not seeing anything that is "off", and I am burning SSD's with this filesystem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My backup for the database is 425GB and takes about 27 mins. &amp;nbsp;The backup with the little files is 186GB in size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try adding -F hfs. &amp;nbsp;But I get the same message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jan 2015 16:22:40 GMT</pubDate>
    <dc:creator>Hilary Palmer</dc:creator>
    <dc:date>2015-01-08T16:22:40Z</dc:date>
    <item>
      <title>HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6691999#M488138</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to create a file system in an ordinary file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;mkfs_vxfs has the option using "-o X"&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;mkfs_hfs has the option using "-d"&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;But when I go to mount the file, mount tells me that my file "is an invalid operand".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What am I doing wrong? &amp;nbsp;The mkfs command require the file to exist, so do I need to make this file in some special way? &amp;nbsp;I have tried doing a simple touch command, and I also tried creating the file with dd like I would in Linux.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Hil&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 14:35:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6691999#M488138</guid>
      <dc:creator>Hilary Palmer</dc:creator>
      <dc:date>2015-01-08T14:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692056#M488140</link>
      <description>&lt;P&gt;Before somebody can tell you what you may be doing wrong, you need to give the detail about what your doing. Show the actual command lines you used and any&amp;nbsp;response from the system.&amp;nbsp; Check /var/adm/syslog/syslog.log for any&amp;nbsp;corresponding error messages.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Making a file system inside a file instead of on a storage device located at a hardware special device file location is for&amp;nbsp;debugging purposes only.&amp;nbsp; What are you trying to create a file system inside of a file for?&amp;nbsp; Are you&amp;nbsp;possibly trying to do&amp;nbsp;something along the lines of creating a mountable&amp;nbsp;ISO image? If so, you can find the instructions&amp;nbsp; in the ignite users guide.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 15:45:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692056#M488140</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2015-01-08T15:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692066#M488141</link>
      <description>&lt;P&gt;# touch hilfs&lt;BR /&gt;# mkfs -F hfs -d hilfs 1024000&lt;BR /&gt;mkfs (hfs): hilfs - 1024000 sectors in 2000 cylinders of 16 tracks, 32 sectors&lt;BR /&gt;1048.6Mb in 125 cyl groups (16 c/g, 8.39Mb/g, 1280 i/g)&lt;BR /&gt;Super block backups (for fsck -b) at:&lt;BR /&gt;16, 8240, 16464, 24688, 32912, 41136, 49360, 57584, 65808, 74032,&lt;BR /&gt;82256, 90480, 98704, 106928, 115152, 123376, 131088, 139312, 147536, 155760,&lt;BR /&gt;163984, 172208, 180432, 188656, 196880, 205104, 213328, 221552, 229776, 238000,&lt;BR /&gt;246224, 254448, 262160, 270384, 278608, 286832, 295056, 303280, 311504, 319728,&lt;BR /&gt;327952, 336176, 344400, 352624, 360848, 369072, 377296, 385520, 393232, 401456,&lt;BR /&gt;409680, 417904, 426128, 434352, 442576, 450800, 459024, 467248, 475472, 483696,&lt;BR /&gt;491920, 500144, 508368, 516592, 524304, 532528, 540752, 548976, 557200, 565424,&lt;BR /&gt;573648, 581872, 590096, 598320, 606544, 614768, 622992, 631216, 639440, 647664,&lt;BR /&gt;655376, 663600, 671824, 680048, 688272, 696496, 704720, 712944, 721168, 729392,&lt;BR /&gt;737616, 745840, 754064, 762288, 770512, 778736, 786448, 794672, 802896, 811120,&lt;BR /&gt;819344, 827568, 835792, 844016, 852240, 860464, 868688, 876912, 885136, 893360,&lt;BR /&gt;901584, 909808, 917520, 925744, 933968, 942192, 950416, 958640, 966864, 975088,&lt;BR /&gt;983312, 991536, 999760, 1007984, 1016208&lt;BR /&gt;# mount /root/hilfs /mnt&lt;BR /&gt;mount: /root/hilfs is an invalid operand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem that I am facing is that I am running a backup off of a Compellent SAN. &amp;nbsp;In one of the filesystems that I am backing up I have 1000's of tiny files. &amp;nbsp;Using fbackup I am seeing backups vary between 45 mins (what I used to see off the EVA) and 3 hours. &amp;nbsp;So I was hoping to be able to create a filesystem in a file. &amp;nbsp;When the backup runs I will umount the filesystem and backup that single file. &amp;nbsp;Backing up the databases which are large files are consistently backing up within 30 minutes which I expect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 15:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692066#M488141</guid>
      <dc:creator>Hilary Palmer</dc:creator>
      <dc:date>2015-01-08T15:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692076#M488142</link>
      <description>&lt;P&gt;Interesting concept. Haven't seen anybody try this before. Not sure if it will work, or speed up your backup. If the SAN&amp;nbsp;underneath your&amp;nbsp;storage is slow,&amp;nbsp; making a single big file to replace the file system is probably not going to&amp;nbsp;speed it up.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Did you read mount_hfs?&amp;nbsp; I would&amp;nbsp;suggest at least adding -F&amp;nbsp; hfs after the mount and before your special device.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 16:15:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692076#M488142</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2015-01-08T16:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692081#M488143</link>
      <description>&lt;P&gt;I would assume it would since my backups with large files are consistent. &amp;nbsp;The ton of little files are killing me! &amp;nbsp;Just trying to think outside of the box, since Dell is not being very helpful. &amp;nbsp;They are not seeing anything that is "off", and I am burning SSD's with this filesystem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My backup for the database is 425GB and takes about 27 mins. &amp;nbsp;The backup with the little files is 186GB in size.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did try adding -F hfs. &amp;nbsp;But I get the same message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 16:22:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692081#M488143</guid>
      <dc:creator>Hilary Palmer</dc:creator>
      <dc:date>2015-01-08T16:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692125#M488144</link>
      <description>&lt;P&gt;What are you backing up too with fbackup?&amp;nbsp; What is in your fbackup configuration file?&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 18:37:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692125#M488144</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2015-01-08T18:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692133#M488145</link>
      <description>&lt;P&gt;MSL4048 G3 with 2 FC LTO5 drives.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fbackup.config...&lt;/P&gt;&lt;P&gt;blocksperrecord 4096&lt;BR /&gt;records 64&lt;BR /&gt;checkpointfreq 4096&lt;BR /&gt;readerprocesses 6&lt;BR /&gt;maxretries 5&lt;BR /&gt;retrylimit 5000000&lt;BR /&gt;maxvoluses 200&lt;BR /&gt;filesperfsm 2000&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 19:00:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692133#M488145</guid>
      <dc:creator>Hilary Palmer</dc:creator>
      <dc:date>2015-01-08T19:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692137#M488146</link>
      <description>&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;blocksperrecord 256&lt;BR /&gt;records 32&lt;BR /&gt;checkpointfreq 1024&lt;BR /&gt;readerprocesses 6&lt;BR /&gt;maxretries 5&lt;BR /&gt;retrylimit 5000000&lt;BR /&gt;maxvoluses 200&lt;BR /&gt;filesperfsm 2000&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Make sure your file system is quiesced. Open files could be part of your issue. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 19:13:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692137#M488146</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2015-01-08T19:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692166#M488147</link>
      <description>&lt;P&gt;fbackup is dramatically affected by the config file settings.&lt;/P&gt;&lt;P&gt;This should provide a fairly big jump in performance:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;blocksperrecord 4096
records 64
checkpointfreq 8192
readerprocesses 6
maxretries 5
retrylimit 5000000
maxvoluses 200
filesperfsm 5000&lt;/PRE&gt;&lt;P&gt;The fixes for massive file counts is to create large records (&lt;STRONG&gt;4096&lt;/STRONG&gt;), don't run checkpoint too often (&lt;STRONG&gt;8192&lt;/STRONG&gt;) and don't create setmarks very often (&lt;STRONG&gt;5000&lt;/STRONG&gt;).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think what you will find to much simpler is to just run tar to collect all the files and directories into one giant file. Then backup that one tar file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 20:12:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692166#M488147</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2015-01-08T20:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692202#M488149</link>
      <description>&lt;P&gt;Yeah... &amp;nbsp;I considered the tar/gzip option... &amp;nbsp;It took 2 hours to do the backup of the problem filesystem, and I would need to steal more space from the array for a perminant landing zone since it was 53GB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 22:01:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692202#M488149</guid>
      <dc:creator>Hilary Palmer</dc:creator>
      <dc:date>2015-01-08T22:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692204#M488150</link>
      <description>&lt;P&gt;Pretty sure your problem comes down to tweaking your fbackup settings and quiesceing&amp;nbsp;the file system. &amp;nbsp;If you have active files fbackup can stall and retry until it hits its retry limit. An active open files may be skipped.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jan 2015 22:14:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692204#M488150</guid>
      <dc:creator>Ken Grabowski</dc:creator>
      <dc:date>2015-01-08T22:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX 11.31 how do you mount a file system in an ordinary file?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692567#M488153</link>
      <description>&lt;P&gt;Well... &amp;nbsp;I was able to get the tape drive to flag an error code. &amp;nbsp;Drive is faulty. &amp;nbsp;Gettting a replacement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the assistance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But back to the subject... &amp;nbsp;Anybody know how to do that?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Jan 2015 20:19:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-11-31-how-do-you-mount-a-file-system-in-an-ordinary-file/m-p/6692567#M488153</guid>
      <dc:creator>Hilary Palmer</dc:creator>
      <dc:date>2015-01-09T20:19:25Z</dc:date>
    </item>
  </channel>
</rss>

