- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- i cann't covert the File system to Large files sup...
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
03-30-2004 05:29 PM
03-30-2004 05:29 PM
In 10.20 hp-ux server, i try to convert the file system to large file support . but it giving the following error while proceeding with the command
#fsadm -F vxfs -o largefiles /dev/vg07/lvol2
vxfs fsadm: file system is not root inode of vxfs file system..
#
and i checked with fstyp -v file_system
f_flag value is 0 so current file system won't support the large file system...
help me ...
Shankar
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 05:47 PM
03-30-2004 05:47 PM
Re: i cann't covert the File system to Large files support..
newfs -F vxfs -o largefiles /dev/vg07/rlvol2
That should do it, though 10.20 is far from my fortee.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 05:49 PM
03-30-2004 05:49 PM
Re: i cann't covert the File system to Large files support..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 06:01 PM
03-30-2004 06:01 PM
Solutionback up the data in vg07/lvol2
#umount < file system>
#lvremove /dev/vg07/lvol2
#lvcreate -L
#newfs -F vxfs -o largefile /dev/vg07/rlvol2
#mount /dev/vg07/lvol2
#fstyp -v /dev/vg07/lvol2
restore data from backup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 06:46 PM
03-30-2004 06:46 PM
Re: i cann't covert the File system to Large files support..
have you tried fsadm by mountpoint?
# fsadm -F vxfs -o largefiles /
Good luck!
Ettore
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 07:10 PM
03-30-2004 07:10 PM
Re: i cann't covert the File system to Large files support..
Will dig in why !
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 07:28 PM
03-30-2004 07:28 PM
Re: i cann't covert the File system to Large files support..
Tried this???
SAM ==> disks and filesystems ==> filesystems ==> action ==> modify - allow large files
With best wishes
Naveej
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2004 07:31 PM
03-30-2004 07:31 PM
Re: i cann't covert the File system to Large files support..
You need simply to unmount your filesystem
before doing fsadm and also you need to
use raw devices: "rlvol2"
#umount /dev/vg07/lvol2
#fsadm -F vxfs -o
largefiles /dev/vg07/rlvol2
Good luck,
Stan