- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Creating new logical volume
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-28-2000 04:38 AM
07-28-2000 04:38 AM
system is HP 9000 D370 running 11.0
i have to create two new logical volumes on an existing volume group. free space is available on that volume group. Can i do this on a production system without impacting applications and users (on the fly as they say)or what precautions i have to take,
like do i have to deactivate a volume group or unmount existing filesystems on that volume group, or reboot the system . does the creation will have any impact on the existing filesystems on that volume group,
Secondly can we remove the filesystems and logical volumes from the volume group while the system is running live applications and fully in production.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 04:42 AM
07-28-2000 04:42 AM
Re: Creating new logical volume
Brian
<*(((>< er
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 04:49 AM
07-28-2000 04:49 AM
Solution1.If you have free space in the vg, you can go and create a new lv, newfs on it, mount it with no problem in the fly. No ipact in the production machine.
2.If you want to free up space, just unount the fs, and, again, in the fly you can delete the lv. To reduce a lv on the fly you need Advanced JFS.
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 04:58 AM
07-28-2000 04:58 AM
Re: Creating new logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 05:07 AM
07-28-2000 05:07 AM
Re: Creating new logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 07:14 AM
07-28-2000 07:14 AM
Re: Creating new logical volume
Creation of new lvols/filesystems may be done on thefly with no appreciable system impact. Further filesystem and lvol maintenance can also be performed on the fly *if* you have the optional Online JFS product. Otherwise, the filesystem you work on will need to be unmounted (but no other systems need be affected).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2000 07:43 AM
07-28-2000 07:43 AM
Re: Creating new logical volume
A thing to consider when creating your filesystems is , specify the disks on which you want to create your filesystem i.e. have a look on the system , check the disks which are not frequently used ( i.e. write a lot of data to ) and use those disks if you don't specify the disks then lvm will create your LV by selecting the disk with the most amount of disk space.
Also make sure you don;t use the same LV name which is currently used ( i know something simple , hey check it any way)
Regarding filesystems , yes you can remove filesystems but depends on what they are i.e.
if user filesystems then you can remove but check if the are nfs mounted or not , System filesystems do not remove i.e. / usr /tmp /var etc..
cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2000 07:22 AM
07-29-2000 07:22 AM
Re: Creating new logical volume
1. Commad line: If your are very much comforatable with it and make sure that you update "/etc/fstab" otherwise the file system won't mount next time after reboot.
2. SAM: Since it is menu driven, it helps a lot when one is not an expert user and it updates all the necessary files. It also gives all the details about current VG & LV which is very usefull for new admins.