To find out if you are working under 32 or 64-bits (PA-RISC)

terça-feira, 12 de março de 2013

You can use the getconf command to get that on PA-RISC:

getconf KERNEL_BITS

You don't need to check that on Itanium, since Itanium is only 64bits.

Rebuild lvmtab

It's quite easy.

Let's begin with a backup:

# cp -p /etc/lvmtab /etc/lvmtab.orig
Remove the old one:

# rm /etc/lvmtab

Now you are ready to rebuild using the vgscan:

# vgscan -v