- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- reducing logical volume size ?
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
11-16-2003 11:04 PM
11-16-2003 11:04 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 11:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 11:15 PM
11-16-2003 11:15 PM
Re: reducing logical volume size ?
to reduce your logical volume you maust first take a backup up , then perform:
lvreduce -L 350 /dev/vg##/lvol#
then newfs -F vxfs /dev/vg##/rlvol#
then restore the data to the new reduced lvol.
hope this help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 11:15 PM
11-16-2003 11:15 PM
Re: reducing logical volume size ?
I don't know id you have online jvs installed, but below notes are save.
Create an archive in an other filesystem,
# cd /dir
# tar cvf /tmp/test.tar .
# cd /
# umount /filesystem
# lvreduce -L 350 /dev/vgXX/lvolX
# newfs -F vxfs /dev/vgXX/rlvolX
# mount /filesystem
# cd /tmp
# tar xvf test.tar /dir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2003 11:17 PM
11-16-2003 11:17 PM
Re: reducing logical volume size ?
Do you have Online JFS installed?
Is it a vxfs filesystem on the HDD?
If the bth of above id false then you may lose your data!!
Keep good backup of data and do a
# lvreduce -L
TT