<?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 Storage Managers in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011683#M632822</link>
    <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I would like to know about storage managers apart from the native LVM. For these I need to find the following:&lt;BR /&gt;&lt;BR /&gt;1. Free space on a file system&lt;BR /&gt;2. Relation between a file system and the physical drive (mapping between file systems and physical drives)&lt;BR /&gt;&lt;BR /&gt;I would like to know if there are APIs for the above, commands would also be helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James</description>
    <pubDate>Tue, 01 Jul 2003 03:44:23 GMT</pubDate>
    <dc:creator>Sonison James</dc:creator>
    <dc:date>2003-07-01T03:44:23Z</dc:date>
    <item>
      <title>Storage Managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011683#M632822</link>
      <description>Hello All,&lt;BR /&gt;&lt;BR /&gt;I would like to know about storage managers apart from the native LVM. For these I need to find the following:&lt;BR /&gt;&lt;BR /&gt;1. Free space on a file system&lt;BR /&gt;2. Relation between a file system and the physical drive (mapping between file systems and physical drives)&lt;BR /&gt;&lt;BR /&gt;I would like to know if there are APIs for the above, commands would also be helpful.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James</description>
      <pubDate>Tue, 01 Jul 2003 03:44:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011683#M632822</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T03:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011684#M632823</link>
      <description>LVM enables partitions(logical volumes) - to span disk drives, thereby balancing I/O loads and allowing the max size of partition to expand beyond a single disk drive. LVM allow disk mirroring via MirrorDisk/UX.&lt;BR /&gt;It provides ability to dynamically expand, contract, and move logical volumes between disks. LVM provides a way to combine one or more disks into a pool of available space(volume group), that pool can be subdivided into customized logical volumes to hold database, filesystems, swap space...&lt;BR /&gt;there are 4 principal objects to be dealt with when working with LVM, disk(physical volumes - disks are vonverted to PV through pvcreate), volume group poo the PV into a large virtual space from logical volumes, VG are created and assigned a number of disks with vgcreate. LVs are created with lvcreate.</description>
      <pubDate>Tue, 01 Jul 2003 04:29:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011684#M632823</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-01T04:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011685#M632824</link>
      <description>Hi Sonison&lt;BR /&gt;&lt;BR /&gt;I saw your earlier post that Michael Tully answered and I'm not sure what you're after.&lt;BR /&gt;For HP-UX, the only real alternative to LVM is Veritas Volume Manager. &lt;BR /&gt;&lt;BR /&gt;Free space on a filesystem is determined by commands such as bdf or df -k.  You use the same commands regardless of the Volume/Storage manager you are using.&lt;BR /&gt;&lt;BR /&gt;What exactly do you mean by Storage Managers, are we talking Backup products such as NetBackup, OmniBack etc.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2003 04:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011685#M632824</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-01T04:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011686#M632825</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I was looking for volume managers that use SDS, hard partitions etc apart from the native LVM.&lt;BR /&gt;&lt;BR /&gt;I am using LVM specific commands like lvdisplay, pvdisplay etc to get the relation between logical volumes and physical volumes. I wanted to know about similar commnads for the other volume managers.&lt;BR /&gt;&lt;BR /&gt;Thanks and regards&lt;BR /&gt;Sonison James</description>
      <pubDate>Tue, 01 Jul 2003 05:03:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011686#M632825</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T05:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011687#M632826</link>
      <description>Hi Sonison &lt;BR /&gt;&lt;BR /&gt;I think hard partitions etc were used pre HP-UX 10.x &amp;amp; I know very little about them.  I don't believe HP has the concept of slicing disks etc anymore.&lt;BR /&gt;I can't think of any reason why you would want to use this when you have LVM.  I'm not aware of anyone running HP-UX 10.x/11.x systems that do not use either LVM or Veritas VM. &lt;BR /&gt;I'm not sure what you mean by SDS?&lt;BR /&gt;&lt;BR /&gt;If you're after commands for Veritas Volume Manager, some of the more useful are vxassist, vxprint, vxdg.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con&lt;BR /&gt;&lt;BR /&gt;PS Your points are very much appreciated by everyone but if you feel your questions have not been answered then there's no need to assign 10 points, quite acceptable to assign less points until someone answers your question satisfactorily. &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 01 Jul 2003 05:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011687#M632826</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-01T05:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011688#M632827</link>
      <description>Hi,&lt;BR /&gt;about free space in File System you can use normal snmp becoz native HP UX 11.X mib gives that information and about relation between file system and physical drive there are few SRM tools available which can give you these information and they use there own custom build API.&lt;BR /&gt;these products like Veritas SAN point Control etc.&lt;BR /&gt;&lt;BR /&gt;Sunil</description>
      <pubDate>Tue, 01 Jul 2003 06:51:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011688#M632827</guid>
      <dc:creator>Sunil Sharma_1</dc:creator>
      <dc:date>2003-07-01T06:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Managers</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011689#M632828</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;Thanks for the information.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Sonison James</description>
      <pubDate>Tue, 01 Jul 2003 11:34:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/storage-managers/m-p/3011689#M632828</guid>
      <dc:creator>Sonison James</dc:creator>
      <dc:date>2003-07-01T11:34:04Z</dc:date>
    </item>
  </channel>
</rss>

