- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 18GB 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
12-04-2001 08:25 AM
12-04-2001 08:25 AM
Thanks for the help,
Sally
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 08:29 AM
12-04-2001 08:29 AM
Re: 18GB logical volume
What's the error message you are getting?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 08:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 08:30 AM
12-04-2001 08:30 AM
Re: 18GB logical volume
When you create a new volume group you should start with the biggest disk. The PE parameter will be fine. It is not possible to alter the PE parameter once the vg is created.
A logical volume can be created across multiple disks in the volume group.
Hope this will help,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 08:31 AM
12-04-2001 08:31 AM
Re: 18GB logical volume
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 08:31 AM
12-04-2001 08:31 AM
Re: 18GB logical volume
L=# lvcreate -L 18432 -n
# newfs -F vxfs /dev/vg??/rlvol?
assuming you have the space on the volume group, otherwise you may have to add another disk to the vg. After this you will want to mount it and add the entry to the fstab so it will mount at boot time. Also, if you feel uncomfortable with the command ling, you can use sam.
Regards,
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 08:34 AM
12-04-2001 08:34 AM
Re: 18GB logical volume
Don't worry. As far as filesystem/LV creation is concerned, 18GB is as easy as creating a 100MB Lv. Go ahead and create the same.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2001 09:55 AM
12-04-2001 09:55 AM
Re: 18GB logical volume
At the vgcreate level, give the max PE peer PV to 5000 (-e 5000)to manage disk upto 20GB. Note the the VG limit will be 256 GB with an 4MB PE size.
You can also change the PE size to 8 or 16 MB to allow futur extension.
Note that the major parameter are at the VG level.
Frederick