Operating System - HP-UX
1754987 Members
3462 Online
108828 Solutions
New Discussion юеВ

Re: What parameters do i need to modify in kernel config for LVM

 
SOLVED
Go to solution
Dineshkumar
Advisor

What parameters do i need to modify in kernel config for LVM

Hi All,

Fresh installation of 11.11 & 11.23 - Need to create 1TB of a volume group

What parameters do i need to modify in the kernel configuration

Regards
Dinesh
RHCE# 807303594707347
6 REPLIES 6
Court Campbell
Honored Contributor
Solution

Re: What parameters do i need to modify in kernel config for LVM

None that I am aware of. You should be ok without modifying the kernel. You'll just have a larger PE size.
"The difference between me and you? I will read the man page." and "Respect the hat." and "You could just do a search on ITRC, you don't need to start a thread on a topic that's been answered 100 times already." Oh, and "What. no points???"
James R. Ferguson
Acclaimed Contributor

Re: What parameters do i need to modify in kernel config for LVM

Hi:

There are no kernel changes required to create a 1TB volume group.

Regards!

...JRF...
Dineshkumar
Advisor

Re: What parameters do i need to modify in kernel config for LVM

Do i need to modify kernel tunable parameter
like max pe , pe size

Can, I use lvcreate command for with GB and TB

lvcreate -L 1GB or 1TB

Dinesh
RHCE# 807303594707347
Dineshkumar
Advisor

Re: What parameters do i need to modify in kernel config for LVM

Do i need to modify kernel tunable parameter
like max pe , pe size

Can, I use lvcreate -L command with GB and TB

lvcreate -L 1GB or 1TB

Dinesh
RHCE# 807303594707347
Patrick Wallek
Honored Contributor

Re: What parameters do i need to modify in kernel config for LVM

The items you indicate, PE SIZE, MAX PE PER PV, etc. are NOT kernel parameters. These are parameters that you specify when you create the VG with vgcreate. It is better to create the VG on the command line rather than with SAM.

Do a 'man vgcreate' and you will see information about the items you mention.
gstonian
Trusted Contributor

Re: What parameters do i need to modify in kernel config for LVM

We have a 3 x 1TB VG's on one of our servers. They Have a PE SIze of 256MB

Can't remember doing anything else special though (except specifying largefiles etc) and definitely didn't do anything to the kernel.

Good Luck & let us know if you hit any problems