<?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 add more disk space in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418412#M203763</link>
    <description>Hi,&lt;BR /&gt;I am using HP 11.00. Could someone tell how to add more disk space to a filesystem? Please suggest a link otherwise. bdf should show it.</description>
    <pubDate>Tue, 09 Nov 2004 15:35:42 GMT</pubDate>
    <dc:creator>Chang_6</dc:creator>
    <dc:date>2004-11-09T15:35:42Z</dc:date>
    <item>
      <title>add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418412#M203763</link>
      <description>Hi,&lt;BR /&gt;I am using HP 11.00. Could someone tell how to add more disk space to a filesystem? Please suggest a link otherwise. bdf should show it.</description>
      <pubDate>Tue, 09 Nov 2004 15:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418412#M203763</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-09T15:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418413#M203764</link>
      <description>Launch the SysAmdin Tool: /usr/sbin/sam (better if you're on an X-Windows for easier navigation). &lt;BR /&gt;Assuming your using the Text User Interface (not Graphical):&lt;BR /&gt;&lt;BR /&gt;Go to "Disks and Filesystems". Pick "Logical Volumes" - select the logical volume upon which your mount point or filesystem is mounted (space bar). Press TAB which will get you to the menu bar and arrow right to "Actions", hit enter and pick "Increase Size" -- the rest is self explanatory.&lt;BR /&gt;&lt;BR /&gt;This is you have available disk space... Spend sometime in SAM and you'll learn a lot of things.&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 15:41:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418413#M203764</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-11-09T15:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418414#M203765</link>
      <description>First,&lt;BR /&gt;&lt;BR /&gt;run a pvdisplay on each disk listed in /dev/dsk&lt;BR /&gt;&lt;BR /&gt;This will allow you to choose where to extend the filesystem. To do so, you need a disk.&lt;BR /&gt;&lt;BR /&gt;pvdisplay /dev/dsk/c5t8d0&lt;BR /&gt;&lt;BR /&gt;If it showes FREE-PE and its enough, you are in business.&lt;BR /&gt;&lt;BR /&gt;Note, that you can not extend root / and swap because they must be contiguous. You can add a secondary swap file.&lt;BR /&gt;&lt;BR /&gt;Lets say we have enough free pe on /dev/dsk/c5t8d0 to handle the job.&lt;BR /&gt;&lt;BR /&gt;The filesystem name will be /data and its in vg01&lt;BR /&gt;&lt;BR /&gt;/dev/dsk/vg01&lt;BR /&gt;&lt;BR /&gt;So:&lt;BR /&gt;&lt;BR /&gt;umount /data&lt;BR /&gt;# all processes need to be closed on the filesystem.&lt;BR /&gt;lvextend -L &lt;SIZE in="" mb=""&gt; /dev/vg01/data /dev/dsk/c5t8d0&lt;BR /&gt;&lt;BR /&gt;size in MB is new size after expansion. If it was 1000 MB and you are expanding to 1500 MB you do the command like this.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;lvextend -L 1500 /dev/vg01/data /dev/dsk/c5t8d0&lt;BR /&gt;&lt;BR /&gt;extenfs -F vxfs /dev/vg01/rdata&lt;BR /&gt;&lt;BR /&gt;The filesystem is now extended and will show up on bdf after this command:&lt;BR /&gt;&lt;BR /&gt;mount /data&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/SIZE&gt;</description>
      <pubDate>Tue, 09 Nov 2004 15:42:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418414#M203765</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-09T15:42:31Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418415#M203766</link>
      <description>The easist way is to use SAM -&amp;gt; Disk &amp;amp; Filesystems -&amp;gt; Logical Volumes -&amp;gt;Actions&lt;BR /&gt;&lt;BR /&gt;You first grow the logical volume and then extend the filesystem; SAM will do all of this for you automatically. If you have OnlineJFS there is no need to unmount the filesystem.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 15:42:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418415#M203766</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2004-11-09T15:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418416#M203767</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Can I increase the size online .. system running? Any thing else to watch for?</description>
      <pubDate>Tue, 09 Nov 2004 16:00:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418416#M203767</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-09T16:00:32Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418417#M203768</link>
      <description>Yes you can on line as long as you have Online JFS Product:&lt;BR /&gt;&lt;BR /&gt;root@hpuxserver # swlist|grep -i online&lt;BR /&gt;  B3929CA                       B.11.11        HP OnLineJFS&lt;BR /&gt;&lt;BR /&gt;and you've available disk space.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 16:04:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418417#M203768</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-11-09T16:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418418#M203769</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have this. Is this the same?&lt;BR /&gt;&lt;BR /&gt;OnlineDiag            B.11.00.23.10  HPUX 11.0 Support Tools Bundle, Dec 2002</description>
      <pubDate>Tue, 09 Nov 2004 16:07:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418418#M203769</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-09T16:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418419#M203770</link>
      <description>Chang.&lt;BR /&gt;&lt;BR /&gt;I see you're on an 11.0 system.. It appears that you may not have Online JFS. You should see something like:&lt;BR /&gt;&lt;BR /&gt;root@fhprod22 # swlist|grep -i online&lt;BR /&gt;  B3929BA                               B.11.00        HP OnLineJFS (Advanced VxFS)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is likely you do not have this capability to increase online...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 16:19:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418419#M203770</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2004-11-09T16:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418420#M203771</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What is the best approach to increase size if online JFS is not there?</description>
      <pubDate>Tue, 09 Nov 2004 16:23:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418420#M203771</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-09T16:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418421#M203772</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Stop the application wich uses the filesystem.&lt;BR /&gt;&lt;BR /&gt;# fstyp -v /dev/vg00/lvolX&lt;BR /&gt;check if you use hfs or vxfs filesystem&lt;BR /&gt;# umount filesystem&lt;BR /&gt;if you get an error (busy), check if there are processes stil using the filesystem.&lt;BR /&gt;# fuser -c /filesystem&lt;BR /&gt;# lvextend -L new_size_mb /dev/vgxx/lvolx&lt;BR /&gt;# extendfs -F vxfs /dev/vgxx/rlvolx&lt;BR /&gt;# mount -a&lt;BR /&gt;# bdf&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 09 Nov 2004 16:35:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418421#M203772</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2004-11-09T16:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418422#M203773</link>
      <description>Hi Robert&lt;BR /&gt;&lt;BR /&gt;Thank you. About "fuser -c":&lt;BR /&gt;&lt;BR /&gt;"Display the use of a mount point and any file beneath that mount point.  Each file must be a file system mount point."&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;If I see something there, after the application using filesystem is stopped, what should I do?&lt;BR /&gt;&lt;BR /&gt;I don't see any processes currently. I just see this:&lt;BR /&gt;&lt;BR /&gt;fuser -c /det/opt/det11&lt;BR /&gt;/det/opt/det11:    25719co    5126c   22070c&lt;BR /&gt;</description>
      <pubDate>Tue, 09 Nov 2004 17:06:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418422#M203773</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-09T17:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418423#M203774</link>
      <description>Couple ideas on the latest issue.&lt;BR /&gt;&lt;BR /&gt;Make sure no users sessions are mounted on the logical volume in question. If its /var forget about it you either need OnlineJFS or need to go into single user mode to fix it.&lt;BR /&gt;&lt;BR /&gt;If you are forced to go to single user mode, here is the outline:&lt;BR /&gt;&lt;BR /&gt;boot box at console # choose your type.&lt;BR /&gt;&lt;BR /&gt;interupt at the 10 second prompt&lt;BR /&gt;&lt;BR /&gt;bo&lt;BR /&gt;&lt;ENTER&gt;&lt;BR /&gt;Y Interact&lt;BR /&gt;&lt;BR /&gt;hpux -is &lt;BR /&gt;&lt;BR /&gt;or &lt;BR /&gt;&lt;BR /&gt;hpux -lm&lt;BR /&gt;&lt;BR /&gt;Doesn't really matter.&lt;BR /&gt;&lt;BR /&gt;Nothing is going to be mounted anywhere.&lt;BR /&gt;&lt;BR /&gt;You have no path there, but all your lvm commands are available in the /sbin directory&lt;BR /&gt;&lt;BR /&gt;Take good notes before you start. Make sure you know exactly what logical volume you want to expand onto what disk.&lt;BR /&gt;&lt;BR /&gt;When done&lt;BR /&gt;&lt;BR /&gt;shutdown -ry now&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/ENTER&gt;</description>
      <pubDate>Tue, 09 Nov 2004 21:28:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418423#M203774</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-11-09T21:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418424#M203775</link>
      <description>Hi Chang,&lt;BR /&gt;&lt;BR /&gt;Yes. There are processes associated with that filesystem. For ex., do 'ps -ef |grep 25719|grep -v grep' and you will see the process corresponding to the pid 25719. &lt;BR /&gt;&lt;BR /&gt;You will have to completely stop all the application process and let your users logoff or come out of the directories underneath /det/opt/det11. &lt;BR /&gt;&lt;BR /&gt;(Just as a side note, you cannot unmount some of the system directories like /opt,/tmp,/var,/usr. You will have to do them in single user mode. ANd it's not easy to extend /stand, / and primary swap even in single user mode.)&lt;BR /&gt;&lt;BR /&gt;If you are sure that the application is stopped and if you still see processes, then you can kill them using 'fuser itself'. For ex., find the LV corresponding to /det/opt/det11&lt;BR /&gt;&lt;BR /&gt;bdf /det/opt/det11 (note the first column). Say it /dev/vgxx/lvolx. do&lt;BR /&gt;&lt;BR /&gt;#fuser -u /dev/vgxx/lvolx.&lt;BR /&gt;&lt;BR /&gt;For all the PIDs printed (remove the letters from the pids for ex., for 25719co, 25719 is the pid) do a 'ps -ef|grep &lt;PID&gt;|grep -v grep' and see what that process is. Once it is verified, then you can kill them using the command&lt;BR /&gt;&lt;BR /&gt;#fuser -k /dev/vgxx/lvolx&lt;BR /&gt;&lt;BR /&gt;Then following the above 'lvextend,extendfs,mount' process to extend it.&lt;BR /&gt;&lt;BR /&gt;If you have OnlineJFS or not can be found using the command 'swlist -l product |grep -i onlinejfs'.&lt;BR /&gt;&lt;BR /&gt;-Sri&lt;BR /&gt;&lt;BR /&gt;&lt;/PID&gt;</description>
      <pubDate>Tue, 09 Nov 2004 21:36:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418424#M203775</guid>
      <dc:creator>Sridhar Bhaskarla</dc:creator>
      <dc:date>2004-11-09T21:36:04Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418425#M203776</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I did umount /dev/vg00/lvol1&lt;BR /&gt;&lt;BR /&gt;It gave "umount: cannot unmount /det/opt/det11 : Device busy"&lt;BR /&gt;&lt;BR /&gt;Then I fuser -c /det/opt/det11&lt;BR /&gt;&lt;BR /&gt;It shows nothing. There are no processes</description>
      <pubDate>Wed, 10 Nov 2004 10:23:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418425#M203776</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-10T10:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418426#M203777</link>
      <description>Chang,&lt;BR /&gt;&lt;BR /&gt;That would be because someone is cd'd into the file system - it's their `pwd`.  Unless you can find this person or app, you will need to reboot in single user mode.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 10 Nov 2004 10:32:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418426#M203777</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-10T10:32:52Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418427#M203778</link>
      <description>Hi, is there a way to check who is using that? I did ps -ef . It doesn't show anything using this filesystem</description>
      <pubDate>Wed, 10 Nov 2004 10:44:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418427#M203778</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-10T10:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418428#M203779</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I believe it is not an nfs filesystem. /etc/fstab shows it as vxfs&lt;BR /&gt;&lt;BR /&gt;showmount won't run here. Is reboot and single user mode the only alternative?</description>
      <pubDate>Wed, 10 Nov 2004 11:56:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418428#M203779</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-10T11:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418429#M203780</link>
      <description>This looks to me like one of those times where reboot and single user mode is the only way.&lt;BR /&gt;&lt;BR /&gt;Sorry!&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Wed, 10 Nov 2004 12:04:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418429#M203780</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-11-10T12:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: add more disk space</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418430#M203781</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;One of our filesystems is currently like this&lt;BR /&gt;&lt;BR /&gt;Filesystem          kbytes    used   avail %used Mounted on&lt;BR /&gt;&lt;BR /&gt;/dev/vg03/lvol1    17776640 16556136 1201440   93% /u03&lt;BR /&gt;&lt;BR /&gt;The system administrator says that this filesystem is set to max and cannot grow anymore (even using single-user mode). He says there is no more space left on disk that this vol group uses.&lt;BR /&gt;&lt;BR /&gt;How could he tell that? How to check that?</description>
      <pubDate>Wed, 17 Nov 2004 12:40:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-more-disk-space/m-p/3418430#M203781</guid>
      <dc:creator>Chang_6</dc:creator>
      <dc:date>2004-11-17T12:40:00Z</dc:date>
    </item>
  </channel>
</rss>

