- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Issue changing fs to allow largefiles
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
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
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
тАО06-18-2002 09:59 AM
тАО06-18-2002 09:59 AM
Issue changing fs to allow largefiles
Attempted to change a filesystem to allow large files and received the following message;
# fsadm -F vxfs -o largefiles /u06
vxfs fsadm: /u06 is not the root inode of a vxfs file sytem
Does root need this applied to it too?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 10:03 AM
тАО06-18-2002 10:03 AM
Re: Issue changing fs to allow largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 10:08 AM
тАО06-18-2002 10:08 AM
Re: Issue changing fs to allow largefiles
Try it w/o the -F vxfs. The system will check the entry in /etc/fstab to determine FS type.
But...if not if /u06 is not in there it defaults to /etc/default/fs - then you will need to know what FS type it is.
Also note you can use -V to "preview" the command.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 10:11 AM
тАО06-18-2002 10:11 AM
Re: Issue changing fs to allow largefiles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 10:11 AM
тАО06-18-2002 10:11 AM
Re: Issue changing fs to allow largefiles
# fsadm -F vxfs -o largefiles /dev/vg02/rlvol1
with /u06 unmounted of course. Running it with ..
# fsadm -F vxfs -o largefiles /u06
would only work if you have OnlineJFS. I'm assuming /u06 is vxfs.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 11:00 AM
тАО06-18-2002 11:00 AM
Re: Issue changing fs to allow largefiles
it will work only if you have Online JFS. Is /u06 a part of the lvol ??
Try to run this command on the raw logical volume.
# fsadm -F vxfs -o largefiles /dev/vg03/rlvol3
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 11:30 AM
тАО06-18-2002 11:30 AM
Re: Issue changing fs to allow largefiles
Marty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 11:30 AM
тАО06-18-2002 11:30 AM
Re: Issue changing fs to allow largefiles
is /u06 an existing filesystem? If so you will need OnLineJFS. If all else fails go back to basics Ignore all the money you spent on it and
# fbackup -f /dev/rmt/1m -0 -i /u06
# umount /u06
# newfs -F vxfs -o largefiles /dev/vg01/ru06
(remember the r
# mount /dev/vg01/u06 /u06
# frecover -x -f /dev/rmt/1m
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-18-2002 11:36 AM
тАО06-18-2002 11:36 AM
Re: Issue changing fs to allow largefiles
do a fsadm -o largefile /u06 if you ahve a online JFS installed , incase it is not there then you have to umount it to run the command.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2002 12:43 PM
тАО06-19-2002 12:43 PM
Re: Issue changing fs to allow largefiles
Good
luck.http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x1ca83a7b3682d611abdb0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-19-2002 12:48 PM
тАО06-19-2002 12:48 PM
Re: Issue changing fs to allow largefiles
you need to specify the raw device for the logical volume. If you don't have onlineJFs you'll have to unmount the filesystem, change the lv to largefiles and then mount the lv using the option largefiles (modify /etc/fstab).
Hope this helps.
Regds