<?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: cannot see unused disks... in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725311#M253689</link>
    <description>Hi Devender,&lt;BR /&gt;No, they created a new LUN(40GB) and assigned it to the existing storage group(200GB) on EMC.  But I cannot see the 40GB unused disk space after did all the ioscan...That's why HP told me to apply patches to SAM and hopefully SAM will be able to see them.  Will let everyone know later.&lt;BR /&gt;&lt;BR /&gt;I understand now that vgemc can have up to 16 PV and each PV max size is 200GB.  That's good enough for me!&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
    <pubDate>Tue, 07 Feb 2006 15:37:46 GMT</pubDate>
    <dc:creator>Bing Wong</dc:creator>
    <dc:date>2006-02-07T15:37:46Z</dc:date>
    <item>
      <title>cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725300#M253678</link>
      <description>I am still new to HP-UX world.  I have an issue that I need help.  I requested storage group to add 40GB to a storage group on EMC that is attached to HP-UX.  They created a new LUN and added to an existing storge group.  Original size of the sotrage group was 200GB and now it is 240GB.  But I don't see the new LUN after I ran "ioscan -fnC disk".  &lt;BR /&gt;VGDISPLAY--------------------------------&lt;BR /&gt;VG Name                     /dev/vgemc&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      255&lt;BR /&gt;Cur LV                      6&lt;BR /&gt;Open LV                     6&lt;BR /&gt;Max PV                      16&lt;BR /&gt;Cur PV                      1&lt;BR /&gt;Act PV                      1&lt;BR /&gt;Max PE per PV               25599&lt;BR /&gt;VGDA                        2&lt;BR /&gt;PE Size (Mbytes)            8&lt;BR /&gt;Total PE                    25596&lt;BR /&gt;Alloc PE                    25386&lt;BR /&gt;Free PE                     210&lt;BR /&gt;Total PVG                   0&lt;BR /&gt;Total Spare PVs             0&lt;BR /&gt;Total Spare PVs in use      0&lt;BR /&gt;&lt;BR /&gt;More Questions:&lt;BR /&gt;(1) The MAX PE per PV is 25599 and Total PE is 25596.  Does it mean that vgemc cannot be expanded any more?&lt;BR /&gt;(2) Can 2 storage groups of EMC be attached to one physical HP-UX server?&lt;BR /&gt;&lt;BR /&gt;I really appreciate your help.</description>
      <pubDate>Mon, 06 Feb 2006 12:12:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725300#M253678</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-02-06T12:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725301#M253679</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;For non-hp disk arrays it is usually necessary to reboot the system so that disk assigned to the WWN, world wide name of a fiber channel adapter can be seen.&lt;BR /&gt;&lt;BR /&gt;You may try:&lt;BR /&gt;insf -C disk&lt;BR /&gt;&lt;BR /&gt;But likely you will need to boot.&lt;BR /&gt;&lt;BR /&gt;1) Yes, you are full up on extents and need to set up a new vg for the new disk and/or recreate the volume group with the -p &lt;MAX physical="" volumes=""&gt; parameter. This will spread your useful PE's physical extents over fewer disks. Make sure you leave room for some extra luns.&lt;BR /&gt;&lt;BR /&gt;2) Yes, directly, one to each fiber card or even more via a Fabric/Fiber optic network, known as a SAN, Storage Area Network.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/MAX&gt;</description>
      <pubDate>Mon, 06 Feb 2006 12:28:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725301#M253679</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-06T12:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725302#M253680</link>
      <description>Before I reboot I would try ioscan -Cdisk to get the same effect as a reboot. At reboot it will do the ioscan and pick up the new hardware, if the box is already running you can just run ioscan and it will find all new hardware. Then use Stevens suggestion of insf -e to build the /dev/dsk and /dev/rdsk files for you.&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 12:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725302#M253680</guid>
      <dc:creator>John Dvorchak</dc:creator>
      <dc:date>2006-02-06T12:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725303#M253681</link>
      <description>Thank you.  &lt;BR /&gt;&lt;BR /&gt;Is there a way to increase the MAX PE per PV parameter or it is at max already?&lt;BR /&gt;&lt;BR /&gt;Max PE per PV 25599&lt;BR /&gt;&lt;BR /&gt;I will check on our Fabric/Fiber Optic Network/SAN.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 13:45:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725303#M253681</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-02-06T13:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725304#M253682</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;The max pe is hard coded when the volume group is initially created.  The only way to make it larger is to destroy the vg and recreate it with a larger max pe.  This will, of course, destroy any existing data, so make sure you have good backups!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 13:49:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725304#M253682</guid>
      <dc:creator>DCE</dc:creator>
      <dc:date>2006-02-06T13:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725305#M253683</link>
      <description>Sorry, that is set at Volume group creation time.&lt;BR /&gt;&lt;BR /&gt;I talked to an engineer about it in 2002 and the reasoning behind this seemed to make sense.&lt;BR /&gt;&lt;BR /&gt;Thats all I recall from that conversation.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 06 Feb 2006 13:54:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725305#M253683</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-02-06T13:54:16Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725306#M253684</link>
      <description>Bing all you have to do to see the new disk is &lt;BR /&gt;1. ioscan&lt;BR /&gt;2. insf -e -C disk&lt;BR /&gt;3. ioscan -funC disk&lt;BR /&gt;&lt;BR /&gt;after you do these steps disk will show up</description>
      <pubDate>Mon, 06 Feb 2006 14:17:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725306#M253684</guid>
      <dc:creator>David Bellamy</dc:creator>
      <dc:date>2006-02-06T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725307#M253685</link>
      <description>I am going to apply cummulative patch for SAM.  So I need to backup the system before doing so.  What's the best way to back up entire OS and when to make sure all files are backed up.&lt;BR /&gt;&lt;BR /&gt;Thank you for your help.</description>
      <pubDate>Mon, 06 Feb 2006 17:34:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725307#M253685</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-02-06T17:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725308#M253686</link>
      <description>Hi BingWong&lt;BR /&gt;To backup entire OS (not include your data) you should use ignite -backup.&lt;BR /&gt;check ignite installed by:&lt;BR /&gt;#swlist |grep -i ignite&lt;BR /&gt;you can refer more at:&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/james/search.do?searchtext=ignite+backup+software&amp;amp;submit.x=0&amp;amp;submit.y=0&amp;amp;hpl=1&amp;amp;todo=search&amp;amp;searchcriteria=allwords&amp;amp;from=forums&amp;amp;searchcategory=ALL&amp;amp;rn=25&amp;amp;presort=rank&amp;amp;source=7000&amp;amp;esc=us.support.itrc.hp.com&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;origin=0&amp;amp;chkServStor=on" target="_blank"&gt;http://www2.itrc.hp.com/service/james/search.do?searchtext=ignite+backup+software&amp;amp;submit.x=0&amp;amp;submit.y=0&amp;amp;hpl=1&amp;amp;todo=search&amp;amp;searchcriteria=allwords&amp;amp;from=forums&amp;amp;searchcategory=ALL&amp;amp;rn=25&amp;amp;presort=rank&amp;amp;source=7000&amp;amp;esc=us.support.itrc.hp.com&amp;amp;wpa=forums1.itrc.hp.com%3A80&amp;amp;origin=0&amp;amp;chkServStor=on&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Feb 2006 21:35:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725308#M253686</guid>
      <dc:creator>Nguyen Anh Tien</dc:creator>
      <dc:date>2006-02-06T21:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725309#M253687</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There should not be any problem in adding the new LUN to your vgemc as your vgemc has only one PV so far and will allow 15 more in it. Also the Max_PE_PER_PV and PE_size is set to allow one single disk/LUN of 200GB.&lt;BR /&gt;&lt;BR /&gt;It appears that instead of creating a new LUN they have extended the existing LUN to become of 240GB. Is it ?&lt;BR /&gt;&lt;BR /&gt;If yes even if your MAX_PE_PER_PV is set properly to allow the new size, then also you can not change VG config as HPUx will not allow you to do that. You can not do a PV extention in HPUx. &lt;BR /&gt;&lt;BR /&gt;An alternative will be to ask your storage people to create a new LUN and assign it to your host. Any LUN of sizes upto 200 GB will be enough for you to be added to this VG.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Devender</description>
      <pubDate>Tue, 07 Feb 2006 01:35:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725309#M253687</guid>
      <dc:creator>Devender Khatana</dc:creator>
      <dc:date>2006-02-07T01:35:32Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725310#M253688</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;for the backup see also:&lt;BR /&gt;&lt;BR /&gt;man make_recovery&lt;BR /&gt;&lt;BR /&gt;hope this helps too!&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;yogeeraj</description>
      <pubDate>Tue, 07 Feb 2006 01:43:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725310#M253688</guid>
      <dc:creator>Yogeeraj_1</dc:creator>
      <dc:date>2006-02-07T01:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725311#M253689</link>
      <description>Hi Devender,&lt;BR /&gt;No, they created a new LUN(40GB) and assigned it to the existing storage group(200GB) on EMC.  But I cannot see the 40GB unused disk space after did all the ioscan...That's why HP told me to apply patches to SAM and hopefully SAM will be able to see them.  Will let everyone know later.&lt;BR /&gt;&lt;BR /&gt;I understand now that vgemc can have up to 16 PV and each PV max size is 200GB.  That's good enough for me!&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Tue, 07 Feb 2006 15:37:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725311#M253689</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-02-07T15:37:46Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725312#M253690</link>
      <description>Yes, I will take Ignite backup first.&lt;BR /&gt;&lt;BR /&gt;Thank you.</description>
      <pubDate>Tue, 07 Feb 2006 15:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725312#M253690</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-02-07T15:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725313#M253691</link>
      <description>Hi,&lt;BR /&gt;What's the command to modify the parameter "PE Size (Mbytes)" of a VG?  Can it be modified dynamically - reboot required?&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Bing&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Feb 2006 13:56:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725313#M253691</guid>
      <dc:creator>Bing Wong</dc:creator>
      <dc:date>2006-02-08T13:56:00Z</dc:date>
    </item>
    <item>
      <title>Re: cannot see unused disks...</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725314#M253692</link>
      <description>Bing,&lt;BR /&gt;&lt;BR /&gt;PE-size can't be changed after the Volume Group has been created.&lt;BR /&gt;You need to specify the PE-size during the vgcreate command.&lt;BR /&gt;Check the man page : man vgcreate&lt;BR /&gt;&lt;BR /&gt;vgcreate -s &lt;PE-SIZE&gt;&lt;BR /&gt;&lt;BR /&gt;Darrel&lt;/PE-SIZE&gt;</description>
      <pubDate>Wed, 08 Feb 2006 17:06:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-see-unused-disks/m-p/3725314#M253692</guid>
      <dc:creator>Darrel Louis</dc:creator>
      <dc:date>2006-02-08T17:06:41Z</dc:date>
    </item>
  </channel>
</rss>

