- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: mounting problem
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
05-08-2009 11:30 AM
05-08-2009 11:30 AM
mounting problem
I am trying to mount below LV on /test.But i have ended up with following error.I am sure that lvol11 is not mounted.
mount /dev/vg00/lvol11 /test
vxfs mount: /dev/vg00/lvol11 is already mounted, /test is busy,
allowable number of mount points exceeded
The LV details.
lvdisplay /dev/vg00/lvol11
--- Logical volumes ---
LV Name /dev/vg00/lvol11
VG Name /dev/vg00
LV Permission read/write
LV Status available/syncd
Mirror copies 0
Consistency Recovery MWC
Schedule parallel
LV Size (Mbytes) 20480
Current LE 1280
Allocated PE 1280
Stripes 0
Stripe Size (Kbytes) 0
Bad block on
Allocation strict
IO Timeout (Seconds) default
please help me on this
regards,
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 11:44 AM
05-08-2009 11:44 AM
Re: mounting problem
mount -p
say?
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 11:44 AM
05-08-2009 11:44 AM
Re: mounting problem
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 11:54 AM
05-08-2009 11:54 AM
Re: mounting problem
mount -p
/dev/vg00/lvol3 / vxfs ioerror=nodisable,log,dev=40000003 0 1
/dev/vg00/lvol1 /stand vxfs ioerror=mwdisable,log,nodatainlog,tranflush,dev=40000001 0 0
/dev/vg00/lvol8 /var vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000008 0 0
/dev/vg00/lvol7 /usr vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000007 0 0
/dev/vguat/uat04 /uat04 vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog,dev=40060004 0 0
/dev/vguat/uat03 /uat03 vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog,dev=40060003 0 0
/dev/vguat/uat01 /uat01 vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog,dev=40060001 0 0
/dev/vg00/lvol4 /tmp vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000004 0 0
/dev/vg00/lvol9 /oracle vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog,dev=40000009 0 0
/dev/vg00/lvol6 /opt vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000006 0 0
/dev/vg00/lvol5 /home vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40000005 0 0
/dev/vg03/lvol1 /flexdb02 vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog,dev=40030001 0 0
/dev/vg02/flexdata /flexdata vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog,dev=40020002 0 0
/dev/vg02/lvol1 /arch vxfs ioerror=mwdisable,largefiles,delaylog,nodatainlog,dev=40020001 0 0
-hosts /net autofs ignore,indirect,nosuid,soft,nobrowse,dev=1 0 0
/dev/vg00/backup /backup vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=4000000b 0 0
/dev/vg00/backup1 /backup1 vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=4000000c 0 0
/dev/vguat/uat02 /uat02 vxfs ioerror=mwdisable,delaylog,nodatainlog,dev=40060002 0 0
There is no entry for lvol11 in mount -p.
whether we have to change any kernel parametrs to increase the allowable mount points.
regards
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 11:55 AM
05-08-2009 11:55 AM
Re: mounting problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 11:59 AM
05-08-2009 11:59 AM
Re: mounting problem
fuser should be the best way,
maybe somebody exported the /test folder via NFS.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 12:03 PM
05-08-2009 12:03 PM
Re: mounting problem
Thanx for ur reply.
fuser throws below error.
fuser -cu test
test: fuser: could not find file system mounted at test.
regards,
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 12:06 PM
05-08-2009 12:06 PM
Re: mounting problem
fuser -cu /test
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 12:11 PM
05-08-2009 12:11 PM
Re: mounting problem
I have created new dir check as mountpoint.
fuser -cu /check
/check: fuser: could not find file system mounted at /check.
>mount /dev/vg00/lvol12 /check
vxfs mount: /dev/vg00/lvol12 is already mounted, /check is busy,
allowable number of mount points exceeded
regards,
himacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 12:17 PM
05-08-2009 12:17 PM
Re: mounting problem
send me a bdf output.
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2009 12:27 PM - last edited on 11-03-2022 03:21 AM by Sunitha_Mod
05-08-2009 12:27 PM - last edited on 11-03-2022 03:21 AM by Sunitha_Mod
Re: mounting problem
Hi himacs,
check this link :http://forums13.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1241814191171+28353475&threadId=615120
[Moderator edit: The link is no longer valid. Please refer HPE support center: https://support.hpe.com/ ]
mikap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2009 12:35 AM
05-10-2009 12:35 AM
Re: mounting problem
Run the folllowing command:
#fuser -ku /dev/vg00/lvol11
#mkdir /test_lvol11
#mount /dev/vg00/lvol11 /test_lvol11
#mount -v
Also send me the output:
#ll /dev/*/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2009 02:53 AM
05-10-2009 02:53 AM
Re: mounting problem
fuser -ku /test1
umount /test1
mount /dev/vg00/lvol11 /test1
thanks and regards
Sajjad sahir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2009 05:07 AM
05-10-2009 05:07 AM
Re: mounting problem
As I am sure you know this, A file system can't be unmounted if it is currently in use as above mikap said somebody exported the /test folder via NFS, that is a gud pont.
just follow some steps :-
mount -v
fuser /test //To see if /test is used by some users,if yes.
fuser -ku -c /test
umount -F vxfs /test
mount -F vxfs /dev/vg00/lvol11 /test
as per the mentined error by you it seems fs was not unmounted properly, apart from this topic:- plz assigne points to the folks who posted sugestions to you, n I am not talking bout me :) thx,
Regards,
Rahul Rai.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 01:23 AM
05-11-2009 01:23 AM
Re: mounting problem
Keep in mind one thing before doing any fuser or umount, you should be a super user and second you should in / (root) directory
example
#cd /
#fuser -cu /test
#fuser -ku /test
#umount -F vxfs /test
#mount -F vxfs /dev/vg00/lvol11 /test
Suraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-11-2009 02:40 AM
05-11-2009 02:40 AM
Re: mounting problem
try with fuser to kill users which are currently using /test
is it possible to reboot this system, if yes proceed to reboot it.
if still not resolve then check in /test any other folder is map out with any nfs or local share.
possible to post bdf output, thanks,