Operating System - HP-UX
1834189 Members
2744 Online
110064 Solutions
New Discussion

logical volume, file system, volume group

 
SOLVED
Go to solution
Jeff Hagstrom
Regular Advisor

logical volume, file system, volume group

Is there any documents out there the describe these pieces of the file systems? How they work together and how to setup them up in Sam or from the prompt? I am working on HPUX 11.00 on a 9000/460
13 REPLIES 13
Jose Mosquera
Honored Contributor

Re: logical volume, file system, volume group

Hi,

Go to docs.hp.com and search by LMV or by any other specific key.

Rgds.
Anthony deRito
Respected Contributor

Re: logical volume, file system, volume group

Try....

#more /usr/share/doc/file_sys.txt

Robert-Jan Goossens
Honored Contributor

Re: logical volume, file system, volume group

Hi,

Hope I did not scare you ? :)

Sam is great, but sam has his limits, you can use the search button to view a lot of docs, manuals and threads made by this forum.

http://www4.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064209281

Kind regards,

Robert-Jan.

Ps. you can always open a new thread in this forum.
Vincente Fernandes
Valued Contributor

Re: logical volume, file system, volume group

"man lvm" will list all the available lvm commands. Also do a man on all the individual commands of lvm.
Jeff Hagstrom
Regular Advisor

Re: logical volume, file system, volume group

Thanks, but I was looking for more of a how to and what this all means. This link that Robert listed errors out. And to search for LVM there are hundreds of pages. I was hoping to narrow done the list. Thanks anyway.
Pete Randall
Outstanding Contributor

Re: logical volume, file system, volume group

Jeff,

Basically (very basic):

A volume group consists of one or more physical disks and contains one or more logical volumes which can contain a file system or swap space or raw disk space.

That's the nickel tour.

Pete

Pete
Bill Hassell
Honored Contributor

Re: logical volume, file system, volume group

man pages and white papers are really technical references and not designed to teach concepts. Get a copy of Tom Madell's book "Disk and File Management Tasks on HP-UX"

LVM is a simple but powerful disk management tool.


Bill Hassell, sysadmin
Rajeev  Shukla
Honored Contributor
Solution

Re: logical volume, file system, volume group

Try out this link for concepts on LVM
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000064209281

let me know if you cant get through this DOC.

Cheers
Rajeev
Michael Tully
Honored Contributor

Re: logical volume, file system, volume group

Hi,

This manual at docs, has a whole section on disks/LVM/filesystems

Managing Systems and Workgroups: A Guide for HP-UX System Administrators
http://www.docs.hp.com/hpux/onlinedocs/B2355-90742/B2355-90742.html

HTH
Michael

Anyone for a Mutiny ?
Ravi_8
Honored Contributor

Re: logical volume, file system, volume group

Oliver Zell_1
Advisor

Re: logical volume, file system, volume group

Hi,

if you have a support contract with HP you can download a very very good LVM chapter from following page:

http://www4.itrc.hp.com/service/iv/node.do?node=prod%2FWW_Start%2FN1%7C16
---> Chapter 16 - Logical Volume Manager (LVM)

Best regards,
Armin
Artyom Voronchihin
Respected Contributor

Re: logical volume, file system, volume group

May be Linux LVM-HOWTO will be helpful for you. Linux LVM is a bit different than HPUX, but common concepts are the same. See it at
http://www.linux.org/docs/ldp/howto/LVM-HOWTO.html
"Intel inside" is not a label, it's a warning.
Artyom Voronchihin
Respected Contributor

Re: logical volume, file system, volume group

One more LVM white papper. =)
http://itanium.ee.ualberta.ca/hpw2002/paper/11005.pdf

The best way to study LVM is to get somewhere HP Student Workbook "Hands-on with Logical Volume Manager and MirrorDisk/UX", course H6285S. I wonder are where such things somewhere in Inet ? =)
"Intel inside" is not a label, it's a warning.