- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Not able to mount the filesystem using largefi...
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
02-06-2005 08:18 PM
02-06-2005 08:18 PM
Not able to mount the filesystem using largefile option
mount /var/mqm/log
vxfs mount: mount option(s) incompatible with file system /dev/vg00/lo
Anybody know the solution for the same.
The /etc/fstab file contents are below.
# System /etc/fstab file. Static information about the file systems
# See fstab(4) and sam(1M) for further details on configuring devices.
/dev/vg00/lvol3 / vxfs delaylog 0 1
/dev/vg00/lvol1 /stand hfs defaults 0 1
/dev/vg00/lvol4 /home vxfs delaylog 0 2
/dev/vg00/lvol5 /opt vxfs delaylog 0 2
/dev/vg00/lvol6 /tmp vxfs delaylog 0 2
/dev/vg00/lvol7 /usr vxfs delaylog 0 2
/dev/vg00/lvol8 /var vxfs delaylog 0 2
/dev/vg00/mq /var/mqm vxfs rw,suid,largefiles,delaylog,datainlog 0 2
/dev/vg00/lo /var/mqm/log vxfs rw,suid,largefiles,delaylog,datainlog 0 2
/dev/vg00/test /testarea vxfs rw,suid,nolargefiles,delaylog,datainlog 0 2
/dev/vg00/data /database vxfs rw,suid,largefiles,delaylog,datainlog 0 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 08:22 PM
02-06-2005 08:22 PM
Re: Not able to mount the filesystem using largefile option
To convert the filesystem to largefiles, you need to run fsadm. In your case, the command would be 'fsadm -F vxfs -o largefiles /dev/vg00/data'
Hope it helps
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 08:34 PM
02-06-2005 08:34 PM
Re: Not able to mount the filesystem using largefile option
Have you changed or recreated this filesystem
If you recreated it you had to do a largefiles on the newfs
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 08:40 PM
02-06-2005 08:40 PM
Re: Not able to mount the filesystem using largefile option
In order to need the option largefilesystem
you need online jfs.
You don't need to recreate the filesystems with fsadm you can change the mount options.
grtz Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 08:46 PM
02-06-2005 08:46 PM
Re: Not able to mount the filesystem using largefile option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 08:49 PM
02-06-2005 08:49 PM
Re: Not able to mount the filesystem using largefile option
# fsadm -F vxfs -o largefiles /dev/vg00/mq
vxfs fsadm: /dev/vg00/mq is not the root inode of a vxfs file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 09:54 PM
02-06-2005 09:54 PM
Re: Not able to mount the filesystem using largefile option
Sorry, It's 4 in the morning where I am, I lead you astray:
Don't use the device file, use the mount point:
fsadm -F vxfs -o largefiles /database
Then change option in /etc/fstab
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 09:54 PM
02-06-2005 09:54 PM
Re: Not able to mount the filesystem using largefile option
# umount /var/mqm
# fsadm -F vxfs -o largefiles /dev/vg00/rmq
# mount /var/mqm
note the r before mq
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2005 11:04 PM
02-06-2005 11:04 PM
Re: Not able to mount the filesystem using largefile option
You don't have online jfs so it never work.
You need online jfs for this option.
grtz. Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2005 12:15 AM
02-07-2005 12:15 AM
Re: Not able to mount the filesystem using largefile option
Yes you can change the largefiles parameter without having OnlineJFS installed, you just can't change them online.
# fsadm -F vxfs -o largefiles /app/oracle/dbappl
fsadm: set feature (LARGEFILES) failed, errno 25
---> I don't have OnlineJFS
# umount /app/oracle/dbappl
# fsadm -F vxfs /dev/vg01/rlvol4
nomultifsets
nolargefiles
# fsadm -F vxfs -o largefiles /dev/vg01/rlvol4
# fsadm -F vxfs /dev/vg01/rlvol4
nomultifsets
largefiles
# mount /app/oracle/dbappl