- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- not mounted fs .. complains that it is mounted.
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
10-08-2008 07:15 AM
10-08-2008 07:15 AM
not mounted fs .. complains that it is mounted.
vxfs mount: /dev/appvg01/applv01 is already mounted, /opt/redprairie is busy,
or allowable number of mount points exceeded
But the fs is not mounted.
root@phgp1001-/opt/redprairie
# bdf .
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol6 4096000 2283664 1798200 56% /opt
root@phgp1001-/opt/redprairie
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 07:20 AM
10-08-2008 07:20 AM
Re: not mounted fs .. complains that it is mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 07:23 AM
10-08-2008 07:23 AM
Re: not mounted fs .. complains that it is mounted.
# mount /dev/appvg01/applv01 /tmp/mnt
vxfs mount: /dev/appvg01/applv01 is already mounted, /tmp/rl is busy,
or allowable number of mount points exceeded
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 07:42 AM
10-08-2008 07:42 AM
Re: not mounted fs .. complains that it is mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 07:45 AM
10-08-2008 07:45 AM
Re: not mounted fs .. complains that it is mounted.
# cd /
# mount /dev/appvg01/applv01 /opt/redprairie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 07:53 AM
10-08-2008 07:53 AM
Re: not mounted fs .. complains that it is mounted.
/opt/redprairie:
Patrick I was not in the dir when i tried to mount it.
I did cd into the dir when I did the bdf.
=)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 08:13 AM
10-08-2008 08:13 AM
Re: not mounted fs .. complains that it is mounted.
vgchange -c n
vgchange -a y
# mount /dev/appvg01/applv01 /tmp/rl
/dev/appvg01/applv01: No such device or address
# ll /dev/appvg01/applv01
brw-r----- 1 root sys 64 0x010001 Oct 2 2006 /dev/appvg01/applv01
# vgdisplay -v appvg01
--- Volume groups ---
VG Name /dev/appvg01
VG Write Access read/write
VG Status available
Max LV 255
Cur LV 2
Open LV 2
Max PV 128
Cur PV 2
Act PV 2
Max PE per PV 4400
VGDA 4
PE Size (Mbytes) 16
Total PE 2156
Alloc PE 672
Free PE 1484
Total PVG 0
Total Spare PVs 0
Total Spare PVs in use 0
--- Logical volumes ---
LV Name /dev/appvg01/applv01
LV Status available/syncd
LV Size (Mbytes) 10240
Current LE 640
Allocated PE 640
Used PV 1
created a tmp lv
# mount /dev/appvg01/tmplv1 /tmp/rl
# bdf /tmp/rl
Filesystem kbytes used avail %used Mounted on
/dev/appvg01/tmplv1
524288 1229 490375 0% /tmp/rl
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2008 10:04 AM
10-08-2008 10:04 AM
Re: not mounted fs .. complains that it is mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 06:15 AM
10-09-2008 06:15 AM
Re: not mounted fs .. complains that it is mounted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2008 10:37 PM
10-09-2008 10:37 PM
Re: not mounted fs .. complains that it is mounted.
mount | egrep '/dev/appvg01/applv01|/opt/redprairie'
to check that your system does not see either the lvol / the directory as being used for already mounted FS.
Regards,
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2008 03:05 AM
10-10-2008 03:05 AM
Re: not mounted fs .. complains that it is mounted.
There is no applv01.
Post the complete output of following....
# bdf
# vgdisplay -v /dev/appvg01
# lvdisplay /dev/appvg01/applv01
Rgds
Sreekanth