- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- re : logical volume help
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-10-2008 11:42 PM
01-10-2008 11:42 PM
re : logical volume help
Can anyone advice how can I create a logical volume of size 1.2TB . Can I know the commands to create the logical volume.
Regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 12:12 AM
01-11-2008 12:12 AM
Re: re : logical volume help
You did not specify which version of HP-UX and
volume manager you run.
Yes, it is possible to create LV of size 1.2 TB.
Check famous HP document on LVM supported limits.
Lets assume you use LVM:
HP-UX 11.11 and 11.23, maximum LV size is 2 TB
HP-UX 11.31, maxumum LV is 16 TB
a) You can do it via SAM, for example
(I must say that for my 23 years in Unix
support, I seldom use graphical interfaces).
or
b) Check manuals on lvcreate(1).
Hint - options:
-l le_number
or
-L lv_size
There are number of issues you need to plan
when creating such a logical volume (backups,
PE size, its parameters, and so on)...
Even if you make a mistake, vgmodify can
help a lot if you use HP-UX 11.23 (with certain patches) or HP-UX 11.31.
Cheers,
VK2COT
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2008 12:20 AM
01-11-2008 12:20 AM
Re: re : logical volume help
Hi Vincent,
First you have to check how much is you one PE size ,also strip size accordingly you plan out,
The command for create logical volume of 1.2 Tb is
# lvcreate -i
Here I - equal to 4096 if database is there on the sysatem.
i - should be in the range of 2,4...
-l -should be between 1 to 65k
cheers!!!!!!!!
Rgds
Yogesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2008 08:29 PM
01-13-2008 08:29 PM
Re: re : logical volume help
Thanks for the info, sorry my mistake. The operating system is 11.31 and when I try to create a logical volume of around 1.2TB is give an error stirr output and it cannot create. I believe I have to extend the PE for logical volume as well. Pls guide me with the command to do it . Thanks and regards
Vincent
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2008 03:59 AM
01-14-2008 03:59 AM
Re: re : logical volume help
But you are correct. The PE size must be larger than 4 MB because there is a limit to the number of PEs in a volume group. You must re-create the entire volume group with the -s option (I would use -s 32) to specify a larger extent size. Then you can create multi-terabyte volumes.
Bill Hassell, sysadmin