Operating System - HP-UX
1822143 Members
3555 Online
109640 Solutions
New Discussion юеВ

difference between logical and physical file system

 
SOLVED
Go to solution
Shivkumar
Super Advisor

difference between logical and physical file system

What is the difference between logical and physical file systems ?

Best regards,
Shiv
5 REPLIES 5
Joseph Loo
Honored Contributor

Re: difference between logical and physical file system

hi shiv,

u mean physical and logical volume? this doc give a good overview through it is a comparision of lvm and vxvm:

http://docs.hp.com/en/5187-1372/ch01s02.html

regards.
what you do not see does not mean you should not believe
Devender Khatana
Honored Contributor

Re: difference between logical and physical file system

Hi Shiv,

In HPUx we have the terms called physical & logical volumes. Physical volume corresponds to a physical media like a physical disk or a raid LUN made visible to operating system. Whereas logical volume corresponds to a LVM logical volume which is made within a volume group.

One of the benefits of configuring storage using LVM is that one LVOL can spread across two or more disks and can be of size more than that of one physical disk.

Please revert back if your intention was to clarify something else ?

HTH,
Devender
Impossible itself mentions "I m possible"
Kurt Beyers.
Honored Contributor

Re: difference between logical and physical file system

A physical volume will correspond to a disk.

A logical volume is a 'logical' disk that can for instance span multiple physical disks or just be a part of a physical disk.

best regards,
Kurt
Mahesh Kumar Malik
Honored Contributor

Re: difference between logical and physical file system

Hi Shiv

Basically it is physical disk and logical volume. Logical volume enables to group multiple disk as one one identity and thus allowing the system to see multiple physical disks as one logical disk

Regards
Mahesh
Cem Tugrul
Esteemed Contributor
Solution

Re: difference between logical and physical file system

Shiv,
A physical volume refers physical disk.Lets
say you buy a new disk and plug it on your system so when you run ioscan -fnCdisk;
you have to see similar like;
/dev/dsk/cXtYdZ
so this your new disk address but UX systems
needs raw device files for disks so you have
to create with the command;

#pvcreate /dev/rdsk/cXtYdZ

and this time when you run again ioscan -fnCdisk command both you see 2 address for your new disk like;
/dev/dsk/cXtYdZ /dev/rdsk/cXtYdZ
so this means you are ready to use this disk
whatever you want(extending vg-creating new vg for this disk-mirroring...)
just take care the status of the new disk(s)
must be always "CLAIMED" as your present disks...

A logical volume is analogous to a partiton.A
logical volume must be created in order to use the space in a volume group for a filesystem,swap area,or raw partition and you can easily chose the logical volume.

logical volumes can;
i)encompass all or any portion of the space on an LVM disk

ii)span LVM disks

hope it is clear now,

Good Luck,

Good Luck,





Our greatest duty in this life is to help others. And please, if you can't