<?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: online lun resize 11.31 in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538381#M556571</link>
    <description>it doesn't surprise me that everything started working when you deactivated the vg and ran the diskinfo... in this case the device would have been completely closed and the call to diskinfo would have accessed the LUN again for the first time.&lt;BR /&gt;&lt;BR /&gt;What is supposed to happen for an "online" resize operation is that according to SCSI standards the device is supposed to respond with Unit Attention (ASC/ASCQ: 0x2A/0x9 = capacity data changed) on the next IO after the lun capacity is changed. This causes the IO stack to do a reopen detect increased capacity. &lt;BR /&gt;&lt;BR /&gt;Whether the SVSP _does_ respond with the correct Unit Attention message I don't know (I know some NetApp systems don't do this and that the EVA and XP _do_ work correctly). You could ask your support contacts for some clarity on this...&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
    <pubDate>Tue, 24 Nov 2009 17:54:06 GMT</pubDate>
    <dc:creator>Duncan Edmonstone</dc:creator>
    <dc:date>2009-11-24T17:54:06Z</dc:date>
    <item>
      <title>online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538361#M556551</link>
      <description>I resize my lun at the storage-box (hp eva), no problem. But my lun in the lvm has the old size.&lt;BR /&gt;&lt;BR /&gt;When I make the same procedure with a lun, which is not under lvm-control, then it works?!&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;11.31&lt;BR /&gt;LVM 1.0</description>
      <pubDate>Mon, 23 Nov 2009 13:24:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538361#M556551</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-23T13:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538362#M556552</link>
      <description>You need to use vgmodify to adjust the LVM layout.</description>
      <pubDate>Mon, 23 Nov 2009 13:26:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538362#M556552</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-23T13:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538363#M556553</link>
      <description>the problem is, when I use diskinfo - the lun has the old size. I think vgmodify is the next step.</description>
      <pubDate>Mon, 23 Nov 2009 13:29:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538363#M556553</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-23T13:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538364#M556554</link>
      <description>I would do an ioscan and then the vgmodify.&lt;BR /&gt;&lt;BR /&gt;Example:&lt;BR /&gt;&lt;BR /&gt;# vgmodify vg01&lt;BR /&gt;&lt;BR /&gt;Current Volume Group settings:&lt;BR /&gt;                                          Max LV      255&lt;BR /&gt;                                          Max PV       16&lt;BR /&gt;                                   Max PE per PV     2559&lt;BR /&gt;                                PE Size (Mbytes)        4&lt;BR /&gt;                              VGRA Size (Kbytes)      400&lt;BR /&gt;"/dev/rdsk/c3t0d1" size changed from 10485600 to 20971520kb&lt;BR /&gt;An update to the Volume Group IS required&lt;BR /&gt;...</description>
      <pubDate>Mon, 23 Nov 2009 13:35:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538364#M556554</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-23T13:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538365#M556555</link>
      <description>I already use the ioscan - old size.&lt;BR /&gt;&lt;BR /&gt;when I make the same procedure with a test lun, which is not under lvm control, then I can see the new size automatically with diskinfo. the ioscan is not necessary.</description>
      <pubDate>Mon, 23 Nov 2009 13:42:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538365#M556555</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-23T13:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538366#M556556</link>
      <description>Does vgmodify detect the new size or not?</description>
      <pubDate>Mon, 23 Nov 2009 13:47:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538366#M556556</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-23T13:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538367#M556557</link>
      <description>root@system01[/root]# vgmodify vgtest&lt;BR /&gt;vgmodify: The volume group "vgtest" is active on this system. Use the -a option to perform the requested change.&lt;BR /&gt;&lt;BR /&gt;root@system01[/root]# vgmodify -a vgtest&lt;BR /&gt;vgmodify: Error: -a option should be used with either -e, -p, -l, -o, -B, -C,&lt;BR /&gt;-R or -E options.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Which options are necessary?&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Nov 2009 13:56:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538367#M556557</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-23T13:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538368#M556558</link>
      <description>root@system01[/root]# vgmodify -E -a vgtest&lt;BR /&gt;"/dev/rdisk/disk66" size changed from 31457280 to 41943040kb&lt;BR /&gt;Volume Group configuration for /dev/vgtest has been saved in /etc/lvmconf/vgtest.conf&lt;BR /&gt;&lt;BR /&gt;Very nice, one volume has the new size. But the second volume the old?!</description>
      <pubDate>Mon, 23 Nov 2009 14:02:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538368#M556558</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-23T14:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538369#M556559</link>
      <description>From manual:&lt;BR /&gt;&lt;BR /&gt;The vgmodify command supports LUN expansion on a Version 1.0 volume group without&lt;BR /&gt;deactivating the volume group. To reconfigure an activated volume group to take advantage of&lt;BR /&gt;a physical volume size increase, use the â  E and â  a options to vgmodify. For example, if the&lt;BR /&gt;physical volume /dev/disk/disk32 in volume group vg02 has been expanded, use the&lt;BR /&gt;following command to add physical extents to it:&lt;BR /&gt;# vgmodify -a -E /dev/vg02 /dev/rdisk/disk32&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;For more information, see vgmodify(1M).&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Nov 2009 14:03:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538369#M556559</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-23T14:03:26Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538370#M556560</link>
      <description>root@system01[/root]# vgmodify -E -a vgtest /dev/rdisk/disk61&lt;BR /&gt;An update to the Volume Group is NOT required&lt;BR /&gt;Volume Group configuration for /dev/vgtest has been saved in /etc/lvmconf/vgtest.conf</description>
      <pubDate>Mon, 23 Nov 2009 14:07:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538370#M556560</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-23T14:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538371#M556561</link>
      <description>First I would double check with commandview and evainfo if the LUN increase operation was performed successfully.</description>
      <pubDate>Mon, 23 Nov 2009 14:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538371#M556561</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-23T14:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538372#M556562</link>
      <description>command view shows the correct size.</description>
      <pubDate>Mon, 23 Nov 2009 14:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538372#M556562</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-23T14:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538373#M556563</link>
      <description>From manual instructions:&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;1.  Review current volume group parameters. &lt;BR /&gt;# vgdisplay vg1 &lt;BR /&gt;...&lt;BR /&gt;2.  Use online vgmodify in review mode to review the effect of the change in disk size. &lt;BR /&gt;  # vgmodify â  r -a -E vg1 &lt;BR /&gt;"/dev/rdisk/disk43" size changed from 52428800 to 71687369kb &lt;BR /&gt; &lt;BR /&gt;An update to the Volume Group IS required &lt;BR /&gt;Review complete. Volume group not modified  &lt;BR /&gt;3.  Use online vgmodify to change the disk size. &lt;BR /&gt;# vgmodify -a -E vg1 &lt;BR /&gt;"/dev/rdisk/disk43" size changed from 52428800 to 71687369kb &lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf" target="_blank"&gt;http://h20000.www2.hp.com/bc/docs/support/SupportManual/c01920387/c01920387.pdf&lt;/A&gt; (BSC link updated by admin)</description>
      <pubDate>Mon, 23 Nov 2009 14:25:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538373#M556563</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-23T14:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538374#M556564</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;What you are seeing is why its actually easier to present a new LUN to the system than to increase the size of an existing one.&lt;BR /&gt;&lt;BR /&gt;It is very difficult and sometimes impossible to get an HP-UX system to recognize a LUN has increased.&lt;BR /&gt;&lt;BR /&gt;Here we generally do not issue large LUNS, we issue a 300 GB LUN as 10 30 GB LUNS, and use LVM to put them together in a volume group. Then when we need another 30 GB, we just present a new LUN to the system and use vgextend etc to handle it.&lt;BR /&gt;&lt;BR /&gt;This is a method that involves less headaches.&lt;BR /&gt;&lt;BR /&gt;If your system won't recognize the space after the above procedures, and/or a reboot, you should consider an alternate way of doing this to avoid the amount of fun you are currently experiencing.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 23 Nov 2009 14:31:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538374#M556564</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-11-23T14:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538375#M556565</link>
      <description>Please post an&lt;BR /&gt;&lt;BR /&gt;# vgdisplay -v vgtest&lt;BR /&gt;&lt;BR /&gt;# swlist</description>
      <pubDate>Mon, 23 Nov 2009 14:37:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538375#M556565</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-23T14:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538376#M556566</link>
      <description>root@system01[/root]# vgdisplay -v vgtest&lt;BR /&gt;--- Volume groups ---&lt;BR /&gt;VG Name                     /dev/vgtest&lt;BR /&gt;VG Write Access             read/write&lt;BR /&gt;VG Status                   available&lt;BR /&gt;Max LV                      128&lt;BR /&gt;Cur LV                      1&lt;BR /&gt;Open LV                     1&lt;BR /&gt;Max PV                      128&lt;BR /&gt;Cur PV                      2&lt;BR /&gt;Act PV                      2&lt;BR /&gt;Max PE per PV               12000&lt;BR /&gt;VGDA                        4&lt;BR /&gt;PE Size (Mbytes)            128&lt;BR /&gt;Total PE                    1118&lt;BR /&gt;Alloc PE                    799&lt;BR /&gt;Free PE                     319&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;VG Version                  1.0&lt;BR /&gt;VG Max Size                 192000g&lt;BR /&gt;VG Max Extents              1536000&lt;BR /&gt;&lt;BR /&gt;   --- Logical volumes ---&lt;BR /&gt;   LV Name                     /dev/vgtest/lvol1&lt;BR /&gt;   LV Status                   available/syncd&lt;BR /&gt;   LV Size (Mbytes)            102272&lt;BR /&gt;   Current LE                  799&lt;BR /&gt;   Allocated PE                799&lt;BR /&gt;   Used PV                     1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;   --- Physical volumes ---&lt;BR /&gt;   PV Name                     /dev/disk/disk61&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    799&lt;BR /&gt;   Free PE                     0&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;   PV Name                     /dev/disk/disk66&lt;BR /&gt;   PV Status                   available&lt;BR /&gt;   Total PE                    319&lt;BR /&gt;   Free PE                     319&lt;BR /&gt;   Autoswitch                  On&lt;BR /&gt;   Proactive Polling           On&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;swlist:&lt;BR /&gt;&lt;BR /&gt;  10GigEthr-02                  B.11.31.0903   PCIe 10 Gigabit Ethernet;Supptd HW=567799-B21&lt;BR /&gt;  B2491BA                       B.11.31        MirrorDisk/UX (Server)&lt;BR /&gt;  B3701AA                       C.04.73.000    HP GlancePlus/UX Pak for 11.31&lt;BR /&gt;  B3835DA                       C.03.05        HP Process Resource Manager&lt;BR /&gt;  B3929EA                       B.11.31        HP OnLineJFS (Server)&lt;BR /&gt;  B5140BA                       A.11.31.04     Serviceguard NFS Toolkit&lt;BR /&gt;  B5736DA                       A.04.20.31.03  HA Monitors&lt;BR /&gt;  B6848BA                       1.4.gm.46.16   Ximian GNOME 1.4 GTK+ Libraries for HP-UX&lt;BR /&gt;  B8843CA                       A.03.04        HP-UX Workload Manager&lt;BR /&gt;  BUNDLE                        B.2009.06.22   Patch Bundle&lt;BR /&gt;  Base-VXFS                     B.11.31        Base VxFS File System 4.1 Bundle for HP-UX&lt;BR /&gt;  BaseLVM                       B.11.31.0903   Logical Volume Manager&lt;BR /&gt;  CDE-English                   B.11.31        English CDE Environment&lt;BR /&gt;  CIFS-CLIENT                   A.02.02.02     HP CIFS Client&lt;BR /&gt;  CIFS-SERVER                   A.02.03.04     HP CIFS Server&lt;BR /&gt;  CommonIO                      B.11.31.0903   Common IO Drivers&lt;BR /&gt;  DSAUtilities                  C.01.00.18     HP-UX Distributed Systems Administration Utilities&lt;BR /&gt;  DynRootDisk                   B.1131.A.3.3.221 Dynamic Root Disk&lt;BR /&gt;  DynamicNPars                  B.11.31.0709   Dynamic nPartitions enablement&lt;BR /&gt;  FEATURE11i                    B.11.31.0903.334c Feature Enablement Patches for HP-UX 11i v3, March 2009&lt;BR /&gt;  FIREFOX                       A.2.0.0.16ar.00 Firefox for HP-UX&lt;BR /&gt;  FIREFOXsrc                    A.2.0.0.16ar.00 Firefox Source distribution&lt;BR /&gt;  FibrChanl-00                  B.11.31.0903   FibreChannel;HW=A6795A,A5158A&lt;BR /&gt;  FibrChanl-01                  B.11.31.0903   FibrChnl;HW=A6826A,A9782A,A9784A,AB378A/B,AB379A/B,AB465A,AD193A,AD194A,AD300A&lt;BR /&gt;  FibrChanl-02                  B.11.31.0903   FCLP;HW=AD299A,AD355A,AD221A,AD222A,AD393A,AH402A,AH403A,403621-B21,456972-B21&lt;BR /&gt;  GTK                           2.6.8.00.01    GTK+ 2.6 The Gnome GUI Runtime  Toolkit&lt;BR /&gt;  GTKsrc                        2.6.8.00.01    Gtk Source distribution&lt;BR /&gt;  GigEther-00                   B.11.31.0903   PCI GigEther;Supptd HW=A4926A/A4929A/A6096A;SW=J1642AA&lt;BR /&gt;  GigEther-01                   B.11.31.0903   PCI GigEther;Supptd HW=A6825A/A6794A/A6847A/A8685A/A9782A/A9784A/A7109A/AB465A&lt;BR /&gt;  GuestAVIOStor                 B.11.31.0903.01 HPVM Guest AVIO Storage Software&lt;BR /&gt;  GuestAvioLan                  B.11.31.0903   HPVM Guest AVIO LAN Software&lt;BR /&gt;  HP-ACC-Link                   C.11.31.03     HP aCC_link Bundle&lt;BR /&gt;  HP-Caliper-PERF               C.11.31.04     HP Caliper OE Bundle&lt;BR /&gt;  HP-WDB-DEBUGGER               C.11.31.04     HP DEBUGGER OE Bundle&lt;BR /&gt;  HPUX-DHCPv4                   B.11.31        HPUX DHCPv4 Server&lt;BR /&gt;  HPUX-DHCPv6                   B.11.31        HPUX DHCPv6 Server&lt;BR /&gt;  HPUX-FTPServer                C.2.6.1.4.0    HPUX FTP Server&lt;BR /&gt;  HPUX-MailServer               C.8.13.3.3     HPUX Mail Server&lt;BR /&gt;  HPUX-NTP                      B.11.31        HPUX NTP Server&lt;BR /&gt;  HPUX-NameServer               C.9.3.2.5.0    HPUX Name Server&lt;BR /&gt;  HPUX-RAMD                     B.11.31        HPUX IPv6 routing Server&lt;BR /&gt;  HPUX-TCPWRAP                  B.11.31        HPUX TCPWrapper daemon&lt;BR /&gt;  HPUX11i-DC-OE                 B.11.31.0903   HP-UX Data Center Operating Environment&lt;BR /&gt;  HPUXBastille                  B.3.1.01       Bastille Security Hardening Tool&lt;BR /&gt;  HPUXEssential                 B.11.31        Essential HP-UX Utilities&lt;BR /&gt;  HPUXExtns-Jpn                 B.11.31        Japanese font, input methods and printer extensions&lt;BR /&gt;  HPUXExtns-Kor                 B.11.31        Korean font, input methods and printer extensions&lt;BR /&gt;  HPUXExtns-SCh                 B.11.31        Simplified Chinese font, input methods and printer extensions&lt;BR /&gt;  HPUXExtns-TCh                 B.11.31        Traditional Chinese font, input methods and printer extensions&lt;BR /&gt;  HPUXGatedMrouted              B.11.31        HPUX Gated and Mrouted Server&lt;BR /&gt;  HPUXLocales                   B.11.31        Internationalization Support&lt;BR /&gt;  HPUXMan-Eng                   B.11.31        Minimum and Essential English man pages&lt;BR /&gt;  HPUXMan-Jpn                   B.11.31        Minimum and Essential Japanese man pages&lt;BR /&gt;  HPUXMinRuntime                B.11.31        Minimum Runtime Environment&lt;BR /&gt;  HPUXMsgs-Fre                  B.11.31        Minimum and Essential HP-UX French Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-Ger                  B.11.31        Minimum and Essential HP-UX German Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-Ita                  B.11.31        Minimum and Essential HP-UX Italian Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-Jpn                  B.11.31        Minimum and Essential HP-UX Japanese Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-Kor                  B.11.31        Minimum and Essential HP-UX Korean Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-SCh                  B.11.31        Minimum and Essential HP-UX Simplified Chinese Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-Spa                  B.11.31        Minimum and Essential HP-UX Spanish Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-Swe                  B.11.31        Minimum and Essential HP-UX Swedish Language Message Catalogs&lt;BR /&gt;  HPUXMsgs-TCh                  B.11.31        Minimum and Essential HP-UX Traditional Chinese Language Message Catalogs&lt;BR /&gt;  HWEnable11i                   B.11.31.0903.334d Hardware Enablement Patches for HP-UX 11i v3, March 2009&lt;BR /&gt;  HostAVIOStor                  B.11.31.0903   HPVM Host AVIO Storage Software&lt;BR /&gt;  HostAvioLan                   B.11.31.0903   HPVM Host AVIO LAN Software&lt;BR /&gt;  IEther-00                     B.11.31.0810   PCI/PCI-X/PCIe IEther&lt;BR /&gt;  IGNITE                        C.7.8.201      HP-UX Installation Utilities (Ignite-UX)&lt;BR /&gt;  IPFilter                      A.11.31.16     HP IPFilter 3.5alpha5&lt;BR /&gt;  J4240AA                       B.11.31.30     Auto-Port Aggregation Software&lt;BR /&gt;  Java15JDK                     1.5.0.14.00    Java 1.5 JDK for HP-UX&lt;BR /&gt;  Java15JRE                     1.5.0.14.00    Java 1.5 JRE for HP-UX&lt;BR /&gt;  Java60JDK                     1.6.0.02.00    Java 6.0 JDK for HP-UX&lt;BR /&gt;  Java60JRE                     1.6.0.02.00    Java 6.0 JRE for HP-UX&lt;BR /&gt;  LDAPUX                        B.04.20        LDAP-UX Integration&lt;BR /&gt;  MOZILLA                       1.7.13.01.01   Mozilla for HP-UX&lt;BR /&gt;  MOZILLAsrc                    1.7.13.01.01   Mozilla Source distribution&lt;BR /&gt;  NParCmds                      B.11.31.0903   NPartition Commands&lt;BR /&gt;  ONCplus                       B.11.31.06.01  ONC+ 2.3&lt;BR /&gt;  OVsnmpAgent                   B.11.31        OpenView SNMP Agent&lt;BR /&gt;  OnlineDiag                    B.11.31.05.06  HPUX 11.31 Support Tools Bundle, March 2009&lt;BR /&gt;  PAMKerberos                   D.01.24        PAM-Kerberos Version 1.24&lt;BR /&gt;  PRMKernelSW                   C.03.05        HP PRM Kernel Software&lt;BR /&gt;  PRMLibraries                  C.03.05        HP PRM Software Libraries&lt;BR /&gt;  ParMgr                        B.31.02.04.02  Partition Manager - HP-UX&lt;BR /&gt;  ProviderDefault               B.11.31.0903   Select WBEM Providers&lt;BR /&gt;  ProviderSvcsBase              C.01.00.03.01  Provider Services Base&lt;BR /&gt;  QPKAPPS                       B.11.31.0903.334a Applications Patches for HP-UX 11i v3, March 2009&lt;BR /&gt;  QPKBASE                       B.11.31.0903.334a Base Quality Pack Bundle for HP-UX 11i v3, March 2009&lt;BR /&gt;  RAID-01                       B.11.31.0903.01 RAID SA; Supptd HW=A7143A/A9890A/A9891A&lt;BR /&gt;  Sec00Tools                    B.01.04.10     Install-Time security infrastructure.&lt;BR /&gt;  SecureShell                   A.05.10.026    HP-UX Secure Shell&lt;BR /&gt;  SerialSCSI-00                 B.11.31.0903   PCI-X/PCI-E SerialSCSI&lt;BR /&gt;  SwAssistant                   C.02.11        HP-UX Software Assistant&lt;BR /&gt;  SysFaultMgmt                  C.05.00.06.01  HPUX System Fault Management&lt;BR /&gt;  SysMgmtMin                    B.11.31.0903   Minimum Software Deployment Tools&lt;BR /&gt;  SysMgmtPlus                   A.01.00.06.01  HP-UX SMH Plus&lt;BR /&gt;  SysMgmtWeb                    A.3.0.0        HP-UX Web Based System Management User Interfaces&lt;BR /&gt;  T1335DC                       A.05.05.01     HP-UX Virtual Partitions for 11.31&lt;BR /&gt;  T1456AA                       1.4.2.21.00    Java2 1.4 SDK for HP-UX&lt;BR /&gt;  T1457AA                       1.4.2.21.00    Java2 1.4 RTE for HP-UX&lt;BR /&gt;  T1458AA                       1.4.2.21.00    Java2 1.4 Netscape Plugin for HP-UX&lt;BR /&gt;  T1905CA                       A.11.19.00     Serviceguard&lt;BR /&gt;  T1909BA                       B.05.00        Enterprise Cluster Master Toolkit&lt;BR /&gt;  T2762AA                       A.03.00.01.05  HP Global Workload Manager Agent LTU&lt;BR /&gt;  T2782AC                       A.03.00.02.01  HP Virtualization Manager for HPUX LTU&lt;BR /&gt;  T2784AC                       A.03.00.02.01  HP Capacity Advisor for HPUX LTU&lt;BR /&gt;  T2786AC                       A.03.00.02.01  HP VSE Suite for HP-UX 11i LTU&lt;BR /&gt;  TBIRD                         A.2.0.0.16ar.01 Thunderbird for HP-UX&lt;BR /&gt;  TBIRDsrc                      A.2.0.0.16ar.01 Thunderbird Source distribution&lt;BR /&gt;  Tune-N-Tools                  B.11.31.02     Optimized Kernel Tunables and Tools for Database and Application Servers&lt;BR /&gt;  USB-00                        D.11.31.0903.01 Transition USB-00 Product&lt;BR /&gt;  VMGuestLib                    B.04.10        Integrity VM Guest Support Libraries&lt;BR /&gt;  VMGuestSW                     B.04.10        Integrity VM Guest Support Software&lt;BR /&gt;  WLMToolkits                   A.01.10.01     HP-UX Workload Manager Toolkits&lt;BR /&gt;  hpuxwsApache                  B.2.0.59.08    HPUX Apache Web Server&lt;BR /&gt;  hpuxwsTomcat                  B.5.5.27.02    HPUX Tomcat&lt;BR /&gt;  hpuxwsWebmin                  A.1.070.10     HPUX Webmin&lt;BR /&gt;  hpuxwsXml                     A.2.03         HPUX XML&lt;BR /&gt;  perl                          E.5.8.8.C      Perl Programming Language&lt;BR /&gt;  scsiU320-00                   B.11.31.0903   PCI-X SCSI U320;Supptd HW=A7173A/AB290A&lt;BR /&gt;#&lt;BR /&gt;# Product(s) not contained in a Bundle:&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;  NM-SAP                        3.0.2          EMC NetWorker Module for SAP with Oracle&lt;BR /&gt;  NMSAP                         3.0.1          Legato NetWorker Module for SAP R/3 with Oracle&lt;BR /&gt;  NetWorker                     7.4.2          NetWorker&lt;BR /&gt;  PHCO_38547                    1.0            ugm cumulative patch&lt;BR /&gt;  PHSS_38141                    1.0            aC++ Runtime (IA: A.06.20, PA: A.03.85)&lt;BR /&gt;  PHSS_39102                    1.0            Integrity Unwind Library&lt;BR /&gt;  PHSS_39122                    1.0            HP DCE 2.0 client cumulative patch&lt;BR /&gt;  VRTSvlic                      3.02.24.0      Symantec License Utilities&lt;BR /&gt;  bash                          4.0.010        bash&lt;BR /&gt;  gettext                       0.17           gettext&lt;BR /&gt;  libiconv                      1.13           libiconv&lt;BR /&gt;  proftpd                       1.2.10         proftpd&lt;BR /&gt;  termcap                       1.3.1          termcap</description>
      <pubDate>Tue, 24 Nov 2009 05:57:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538376#M556566</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-24T05:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538377#M556567</link>
      <description>@Steven E. Protter:&lt;BR /&gt;&lt;BR /&gt;the problem is, that we use synchronous-mirror (hp svsp) and we can always make a mirror with one volume. so we have to resize the volume.</description>
      <pubDate>Tue, 24 Nov 2009 06:09:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538377#M556567</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-24T06:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538378#M556568</link>
      <description>Never worked with hp svsp so far, but maybe additional adjustments are needed?</description>
      <pubDate>Tue, 24 Nov 2009 06:12:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538378#M556568</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2009-11-24T06:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538379#M556569</link>
      <description>at the moment the sync. mirror is not active. this is a problem with the os/lvm.&lt;BR /&gt;&lt;BR /&gt;with the vgmodify I can resize the size from one volume, but the other volume has the old size. :-(</description>
      <pubDate>Tue, 24 Nov 2009 06:15:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538379#M556569</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-24T06:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: online lun resize 11.31</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538380#M556570</link>
      <description>after I deactivate the vg, the diskinfo shows the new size from all physical volumes!&lt;BR /&gt;now I activate the vg and with vgmodify I can also see the correct size!&lt;BR /&gt;&lt;BR /&gt;now I need a way to make this online..</description>
      <pubDate>Tue, 24 Nov 2009 09:57:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/online-lun-resize-11-31/m-p/4538380#M556570</guid>
      <dc:creator>centurion</dc:creator>
      <dc:date>2009-11-24T09:57:30Z</dc:date>
    </item>
  </channel>
</rss>

