- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Problem with a umount FS and make vgchange
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
08-21-2005 06:55 PM
08-21-2005 06:55 PM
Problem with a umount FS and make vgchange
when i try to make a vgchange of a volume i can not because i had mount 2 FS with IO errors then i can not umount this FS y i have to reboot the system.
There are any option for umount 2 FS with IO errors?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 07:11 PM
08-21-2005 07:11 PM
Re: Problem with a umount FS and make vgchange
Do you know why the I/O error is coming? It seems to some hardware failure (Disk).
What does "umount /mount_point" reports for these two file systems? It could be even in use by applications which can be listed by fuser command.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 07:16 PM
08-21-2005 07:16 PM
Re: Problem with a umount FS and make vgchange
When process is waiting on IO, and it does with it has IO problems, it becomes "non signalable", it means it cannot trap any signals and there is no way to kill it.
Reboot the system, do not mount the problematic FS and try to figure out why you have IO errors.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 07:25 PM
08-21-2005 07:25 PM
Re: Problem with a umount FS and make vgchange
The FS are third copy of an aplication and it mount, make backup and umount but when try umount fail.
Sorry if my english are not correct.
Thank you.
Pd.. finish i reboot the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 07:33 PM
08-21-2005 07:33 PM
Re: Problem with a umount FS and make vgchange
What do you mean by "fail"?
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 07:38 PM
08-21-2005 07:38 PM
Re: Problem with a umount FS and make vgchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 07:40 PM
08-21-2005 07:40 PM
Re: Problem with a umount FS and make vgchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 08:35 PM
08-21-2005 08:35 PM
Re: Problem with a umount FS and make vgchange
cannot unmount /xxx/xxx/xxx/xxx:
When i try umount /mnta2 the error messages is "FS is busy" because i have umount the other FS before.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:12 PM
08-21-2005 09:12 PM
Re: Problem with a umount FS and make vgchange
Use fuser -c
Clear those processes by killing the PID.
OR
Use "fuser -k
Regards,
Rajesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:17 PM
08-21-2005 09:17 PM
Re: Problem with a umount FS and make vgchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:23 PM
08-21-2005 09:23 PM
Re: Problem with a umount FS and make vgchange
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 09:53 PM
08-21-2005 09:53 PM
Re: Problem with a umount FS and make vgchange
http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/lsof/binaries/hpux/
then do a:
gzip -d lsof_4.75.gz
chmod 755 lsof_4.75
and you will be able to run it with:
./lsof_4.75 /mnt2
this will show all process runnig in mount mnt2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2005 10:10 PM
08-21-2005 10:10 PM