- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- VXFS mount error on hpux
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
11-20-2006 01:47 AM
11-20-2006 01:47 AM
VXFS mount error on hpux
I have installed vxfs 4.1 and vxvm 4.1 on the
hpux 11.23 ia 64 machine. I connect a netapp lun to host and create a file system directly
on this lun, without using volume manager(vxvm).
Now I to mount this raw lun (with vxfs) using the command "mount -F vxfs
Although the mount succeeds, it gives me
the following error
"hpux error - UX:vxfs mount: ERROR: V-3-24706: /dev/vx/dmp/c29t0d0 no such device or filesystem on it missing one or more devices."
thanks in advance
Mahantesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 03:35 AM
11-20-2006 03:35 AM
Re: VXFS mount error on hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 05:41 PM
11-20-2006 05:41 PM
Re: VXFS mount error on hpux
Let me go into the details.
I created a lun and it is mapped to the host.
I found that it is mapped to /dev/vx/dmp/c29t0d0 .(It is also mapped to /dev/dsk/c29t0d0)
Then I used the following syntax to create
and mount the file system.
* mkdir -p /mnt/g_rawfs
* mkfs -F vxfs /dev/vx/rdmp/c29t0d0
* mount -F vxfs /dev/vx/dmp/c29t0d0 /mnt/g_rawfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2006 11:06 PM
11-20-2006 11:06 PM
Re: VXFS mount error on hpux
Simply use /dev/dsk/c29t0d0 IF you do not want to use VxVM and just want to use whole disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2006 05:24 AM
11-21-2006 05:24 AM
Re: VXFS mount error on hpux
I have noticed that the same command work fine on solaris on VXFS. i.e we can create a file system on a directly on a dmp device without any volume manager(i.e vxvm).
Here , is there any possible way to make it succeed it??
I am using host with following config
* vxvm 4.1.010 MP1
* vxfs 4.1 (downloaded from hp website)
* host os : 11.23
Also it didnt get any info about the error number "V-3-24706"