- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- filesystem on lv
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
01-22-2002 09:25 AM
01-22-2002 09:25 AM
filesystem on lv
I would like to change filesystem on a logical volume from hfs to vxfs.with out lose in data.
Any help?appreciated
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:28 AM
01-22-2002 09:28 AM
Re: filesystem on lv
The solution is in the knowledge base. Check out document id #S3100004311. Make sure to create a backup of the filesystem before proceeding.
Best Regards,
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:31 AM
01-22-2002 09:31 AM
Re: filesystem on lv
1) Backup the HFS filesystem and VERIFY the backup.
2) umount the /hfs filesystem.
3) Run newfs -F vxfs on the same logical volume and them modify the /etc/fstab entries to reflect vxfs and any desired mount options.
4) Mount the vxfs filesystem.
5) Restore from backup.
Man newfs_vxfs and mount_vxfs for details.
Regards, Clay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:34 AM
01-22-2002 09:34 AM
Re: filesystem on lv
Try these steps:
1) Take a full backup of the file system.
Assuming your file system mount point is 'test' and the lvname is '/dev/vg01/lvol1'
2) umount /test
3) newfs -F vxfs /dev/vg01/rlvol1
4) fsck /dev/vg01/lvol1
5) mount /dev/vg01/lvol1 /test
6) fstyp /dev/vg01/lvol1
7) Edit /etc/fstab and add new entries for vxfs instead of hfs.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:35 AM
01-22-2002 09:35 AM
Re: filesystem on lv
Missed one step:
8) Restore your data back to file system
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:40 AM
01-22-2002 09:40 AM
Re: filesystem on lv
man vxfsconvert
vxfsconvert - convert a file system to a vxfs file system
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 09:40 AM
01-22-2002 09:40 AM
Re: filesystem on lv
Create a make-Recovery tape before you start converting!
And also have a fresh Backup.
-USA..