- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Increase volume disk
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 05:53 AM
07-18-2011 05:53 AM
Hello,
I would would like to increase size on /dev/vg00/lvol9 but its mounted by nfs (auto_master) on /scc directory.
I tried to unmount it but it the device is busy and could not be unmounted.
How can I perform the action?
BR,
Yali.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 05:57 AM
07-18-2011 05:57 AM
Re: Increase volume disk
You would have to increase the size on the NFS server that owns the disk - you can't do it on the NFS client that is mounting the disk.
As far as unmounting it is concerned, you would have to eliminate all open references to it, which can be just about impossible. Usually the easiest way is to reboot.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 06:27 AM
07-18-2011 06:27 AM
Re: Increase volume disk
Hi,
>I tried to unmount it but it the device is busy and could not be unmounted
Please try
#df /dev/vg00/lvol9
See the output, did you getting any error?what error is that?
#fuser -ku (local folder)
Once it's done, try to umount and if the issue remain same, you should reboot the server
Thanks
BR
Naj
____________________________________________
:: Really appreciate if you could assign some points.
:: Don't know how to assign point? Click the KUDOS! star!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 07:08 AM
07-18-2011 07:08 AM
Re: Increase volume disk
You would need to shut down the auto_master service, probably all NFS services as a minimum to get the umount to work.
I would suggest scheduling a maintenance window during which you can bring down necessary services to perform this task.
You might find this easier to perform after a reboot into hpux -lm <logical volume maintenance mode> from the system console.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 07:11 AM
07-18-2011 07:11 AM
Re: Increase volume disk
> You would need to shut down the auto_master service,
Sorry - not exactly true. If no one is referencing the mount point you can manually unmount it. However, another reference to it will cause it to be automatically remounted.
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2011 03:02 PM
07-18-2011 03:02 PM
Re: Increase volume disk
Agreed. Change need to "It would be easier" I am assuming the issue you are running into is because the mount point is active.
Low graphics smiley.
:-)
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 09:15 AM
07-19-2011 09:15 AM
Re: Increase volume disk
If you are running HP-UX 11.11 or 11.23 then you need to reboot the server because most of the time it is very difficult to unmount nfs mount point in these HP-UX version. Please try to follow the steps:
# fuser /scc
Now try to kill all the PID using this directory.
# fuser -kuc /sec ( It will kill all the PID forcefully)
Still if you are not able to unmount or might some PID still using this directory then there is no other way and you have to reboot.
If you are using HP-UX 11.31 there is a new option for forcefully unmount
# umount -f /sec
Please let me know still if you have any difficulties.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2011 11:09 PM
07-19-2011 11:09 PM
Re: Increase volume disk
Thank you for your replies.
Actually I'm holding 2 old HP-UX versions: B.10.20 and B.11.11.
Should I reboot the system into hpux -lm and then run the following?
#f user /scc
# fuser -kuc /sec
Or should I do it on the casual root mode?
BR,
Yali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 12:35 AM
07-20-2011 12:35 AM
Re: Increase volume disk
>Should I reboot the system into hpux -lm and then run the following?
#fuser /scc
Once you rebooted, usually no need to use fuser.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 05:50 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2011 10:22 AM
07-20-2011 10:22 AM
Re: Increase volume disk
If i get you right, your server is a NFS master.
cd /
fuser -ck /scc ----> to the kill the process holding the mount
then increase with the regular process of lvextend and fsadm
Like it or worked !! Click kudos !!