- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- question about LVM
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
09-07-2003 10:13 PM
09-07-2003 10:13 PM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:21 PM
09-07-2003 10:21 PM
Re: question about LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:25 PM
09-07-2003 10:25 PM
Re: question about LVM
I'm sure you will be provided the commands to help you achieve the task at hand.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:30 PM
09-07-2003 10:30 PM
Re: question about LVM
This is a lab from the MirrorDisk(H6285S) to check the understanding of LVM. I have no idea of the question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:33 PM
09-07-2003 10:33 PM
Re: question about LVM
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:39 PM
09-07-2003 10:39 PM
Re: question about LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:42 PM
09-07-2003 10:42 PM
Re: question about LVM
In a way, I don't like the way the questions are formulated in those exams. Most of them look so ambiguous that the answer may not reveal the user's skillset.
I believe they were asking if a LV can be used as a substitution for disk under normal operations which is true. Unless I hear a different explanation of this question.
-Sri
PS: This forum is intended to help people that are in real need. Not to get answers for certification exams.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:43 PM
09-07-2003 10:43 PM
Re: question about LVM
If you want to dd a disk, and the lvol only spans part of the disk, if you dd the disk device you will dd the whole disk. You can dd the lvol but will only dd part of the disk.
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:44 PM
09-07-2003 10:44 PM
Re: question about LVM
i didn't attented that course, but the answer in HPUX is true.
LVM is the replacement for the managing of the disks and disk space, and it takes care of everything.
After the disks are initialized (pvcreate) and some boot stuff is placed (mkboot) all control is passed to lvm.
FS creation, snpashots, mirroring, all occurs at lvm level.
You create a FS on a logical volume, insted on a phisical disk.
I suggest you to have a look at "man lvm", almost all is there. I started there :)
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:44 PM
09-07-2003 10:44 PM
Re: question about LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:51 PM
09-07-2003 10:51 PM
SolutionWell from my point of view, taking the question literally the answer is false. Can the lvol replace a disk in the diskinfo command for example? That obviously is not how the question was intended, hence I agree with Sri's point - this is totally ambiguous.
The only thing I can think of is before lvm you used to partition disks using the sector convention, i.e. /dev/dsk/c0t0d0s0 which would be replaced by /dev/vgXX/lvol1 in lvm. In this case lvm does take over.
I would complain at the exam if I was given that with no context!
Cheers,
James.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:56 PM
09-07-2003 10:56 PM
Re: question about LVM
back to hard sectioned disks, a FS can reside only on 1 disk, at most.
So, if you have a 2G disks, your bigger FS can be of 2G.
With LVM, you group the space togheter, in a VG (volume group) and use it at your needs.
Let's suppone that you have 5 disks of 2G.
You can decide to create 1 logical volume of 10G, or 1 logical volume of 4 G and a 2G logical volume with 2 mirror copies for reduncancy, or you can create 1 Gb logical volume, and take the remaining space free for future needs.
With OnlineJFS you can even increase the FS size online, without rebooting in single single user/maintenance mode.
You can mix the space from many different storage.
Substantially, lvm gives you the power of elevating from the phisical layer and think only at the space, without taking care of phisical layout and limitations.
Massimo
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 10:59 PM
09-07-2003 10:59 PM
Re: question about LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2003 11:06 PM
09-07-2003 11:06 PM
Re: question about LVM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-09-2003 10:37 AM
09-09-2003 10:37 AM
Re: question about LVM
Regarding your P.S., I'm not sure I see a problem with this question being posted here. The forum is not meant to be a replacement for the Response Center, for a person in need. There was a question and several people stepped up to answer it. That's what the forum is about.
Points were also assigned. Can it get better than this?