- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hfs to vxfs
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
07-10-2002 08:40 PM
07-10-2002 08:40 PM
machine: d390 op sys: ux-11.00
I have an hfs system 3gig in size used for sybase database. DBA requires this filesys to take files larger than 2gig. Am I right in believing I will have to change this hfs to a vxfs filesystem and specify largefiles on the newfs command? We have basejfs installed - some filesystems are vxfs already. They are version 3 and appear to have all default settings for bsize, logsize etc. I hope to reuse the existing hfs filesystem space for this new vxfs filesys? Is there anything else I need to do with regards the kernel parameters or anything?
Any snippets of info greatly appreciated.
Thanks Maria.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 09:04 PM
07-10-2002 09:04 PM
Re: hfs to vxfs
You'll need to generate a new filesystem for this particular logical volume. You can't convert a hfs to vxfs filesystem. Have a look at this link for the filesystem sizing for various types.
You'll need to do this:
Backup existing filesystem, or create a new logical volume which can be copied if you have the space. Create the new filesystem with largefiles option. Mount the filsystem
Copy the information across using cpio
find . -depth -print | /bin/cpio -padlmuxv /newdir/data
unmount both filesystems.
Mount new logical volume on old mount point.
Of course you'll need to shutdown your database
whilst you do this.
http://www.docs.hp.com/hpux/onlinedocs/5971-2383/5971-2383.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2002 09:14 PM
07-10-2002 09:14 PM
Solution1.Backup the existing hfs volume.
2.Umount the file system
3.use
#newfs -F vxfs -o largefiles
Logical volume is the existing one which you are changing.
4.change the entries in the /etc/fstab file.
5.Mount the filesystem.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 01:20 AM
07-11-2002 01:20 AM
Re: hfs to vxfs
Of course you *can* 'go to' VxFS if you *want* to, but you don't *have* to.
As others have mentioned, if you want to 'go to' VxFS, you will have to backup/restore, because you can not *convert* an existing HFS filesystem to VxFS 'in place'.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 02:37 PM
07-11-2002 02:37 PM
Re: hfs to vxfs
see ya.Maria
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2002 05:15 PM
07-11-2002 05:15 PM
Re: hfs to vxfs
If you just want to change the largefiles options for the filesystem, you can do so for the "hfs" filesystems also. Try these links below for more help,
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000047669207
http://support2.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000009872653
Hope this helps.
Regds