questions about mirroring and defineing PP per LV.


 
Thread Tools Search this Thread
Operating Systems AIX questions about mirroring and defineing PP per LV.
# 1  
Old 11-21-2003
questions about mirroring and defineing PP per LV.

mklv -y'lv03' -c'2' appsvg 64 hdisk1 hdisk2

now this would define that you are useing 64 physical partitions for this Logical Volume.

to me that says

you use 64 on hdiskd and 64 on hdisk2(the mirror disk) is this correct? or am i not understanding this properly.


hdisk1 and hdisk2 are both part of appsvg.

can someone explaine it to me or point me in the right direction?
# 2  
Old 11-22-2003
My understanding is the '64' in your case defines the total number of logical partitions across all drives, not per drive. Note this is different then physical paritions (PP) which refers to disks. In your example you would have 2 PPs (hdisk1 and hdisk2) and 64 total LPs. I do not know if this means you will have 32 LPs per disk or how the OS splits it up. After you run your mklv, if you do an lslv you should see the PP and LP values of 64 and 2 respectively I believe.
# 3  
Old 11-25-2003
Quote:
mklv -y'lv03' -c'2' appsvg 64 hdisk1 hdisk2
With this command you will create logical volume with name lv03 to appsvg volume group having two copies (mirroring) in hdisk1 and hdisk2 with size 64 logical partitions.

Because you have two copies about your logical partitions it makes 128 physical partions totally, having 64 in both physical disks.

With command lslv -m <lvname> you could find out information how your logical volume is mirrored.

---Tommy
# 4  
Old 11-25-2003
after i played around with it i think i was just being retarted and not opening my eyes.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

Use of mirroring concept....

hi.... Friends... Why using mirroring ? what is the use of mirroring? just any one tell about clearly.... thanks.... (4 Replies)
Discussion started by: Kannan841
4 Replies

2. Homework & Coursework Questions

Print questions from a questions folder in a sequential order

1.) I am to write scripts that will be phasetest folder in the home directory. 2.) The folder should have a set-up,phase and display files I have written a small script which i used to check for the existing users and their password. What I need help with: I have a set of questions in a... (19 Replies)
Discussion started by: moraks007
19 Replies

3. Solaris

Help with HDD Mirroring

Hi All Please can I have some help/advice. I am fairly new to unix so any help will be useful. I need to perform HDD Mirroring on a Sun Fire V245 Server running Solaris 10 OS. The system is already up and running and has the partitions and slices already. Is it possible to perform the... (6 Replies)
Discussion started by: pluto.flame
6 Replies

4. Solaris

Mirroring

Hi All i wish to mirror the root disk, but i face the below error. root@saturn # metainit d11 1 1 c0t0d0s0 metainit: saturn: c0t0d0s0: is mounted on / kindly assist... (27 Replies)
Discussion started by: SmartAntz
27 Replies

5. Solaris

mirroring with disksuite

hi all, i want to mirror two disks with disksuite under solaris 9 , doses smeone can explain me Briefly the essential steps to do that plz ? (3 Replies)
Discussion started by: lid-j-one
3 Replies

6. Shell Programming and Scripting

Constant mirroring

I'm not sure how to best explain what I'd like to do, so let me give an example. I used to work in a department that deals with internet security. This department had an "internal" website (only people in the building can get on it) and an "external" website (anyone in the world can get on it --... (1 Reply)
Discussion started by: sstevens
1 Replies

7. UNIX for Advanced & Expert Users

Mirroring Hardisk

How make mirror hardisk safe and not have trouble when we chance new hardisk in system live in sun solaris 8 server. (3 Replies)
Discussion started by: athurbayunata
3 Replies

8. SCO

Mirroring

How Can I Do Mirroring In Unix? (0 Replies)
Discussion started by: DIMITRIOSDOUMOS
0 Replies

9. Solaris

Mirroring

I am running Solaris 10 and i need to mirror a 73 gig HD. How do you mirror one in Solaris? (2 Replies)
Discussion started by: dewsdwarfs
2 Replies

10. UNIX for Dummies Questions & Answers

mirroring problem

My company had purchased a Pro Model hard disk duplicator a couple of years ago and has used it successfully until our disk drive vendor stopped production of the currently used drives and offered us what they considder to be a direct replacement drive. On these new drives everything matches the... (3 Replies)
Discussion started by: crazykelso
3 Replies
Login or Register to Ask a Question