Showing posts with label AIX - LVM - Remove Logical Volume. Show all posts
Showing posts with label AIX - LVM - Remove Logical Volume. Show all posts

Sunday, April 26, 2009

AIX - LVM - Remove Logical Volume

AIX - LVM - Remove Logical Volume

If we want to LV testlv from server

#rmlv testlv (If data is available in testlv It will ask confirmation)

#rmlv –f testlv (It won’t ask any confirmation, directly it will delete the data)

After executing the above command testlv removed from the server.