VIOS redundancy....basics...


 
Thread Tools Search this Thread
Operating Systems AIX VIOS redundancy....basics...
# 1  
Old 08-19-2010
VIOS redundancy....basics...

Have been learning a lot off late and am a little unclear about the VIOS setup particularly with regards to redundancy. Would appreciate your help.

My question is very basic. Lets say I have setup a VIOS and 3 LPARs on only one hdd (non scsi). On what do I setup the second VIOS? Could I for instance, use an external hdd? Do both the VIO servers need to have the same adapters?I know the steps on setting it up on the HMC but am not clear and trying to understand the underlying architecture (actual and virtual). Thanks for your help.
# 2  
Old 08-19-2010
Each VIOS must have separate hardware resources within the same CEC / system.
If you have used a VIOS LV for your client disk then you should do the same on the second VIOS and then use AIX LVM mirroring on the client to mirror the disks from the two VIOS partitions.
It is explained in the powervm redbook:
http://www.redbooks.ibm.com/redbooks/pdfs/sg247940.pdf
# 3  
Old 08-21-2010
HI and thanks for the reply and the link. My understanding is that one could use two disks with two different scsi adapters and mirror them in the client(LPAR). Or use priorities as well. But in the case of the former, I am wondering about the actual hardware itself. Do both the adapters have to be the same? Can I have VIOS1 with a scsi adapter and the VIOS2 with an ide sata or a simple external hdd connected with a serial cable for instance? Am talking about a simple setup for learning purposes....dont have access to any servers yet and am trying to understand more about the h/w. Thanks for your help.
# 4  
Old 08-21-2010
As far as I remember the two back end disks can be what ever you like, one internal VIOS LV and the other a separate scsi, ide, SAN, anything.
Then as you say use the client to mirror the data.
# 5  
Old 08-24-2010
Thanks for the reply and help. Im gonna try out a few things this week. I will have access to a p4 machine...thx again...
# 6  
Old 08-24-2010
Quote:
Originally Posted by theaixeman
Im gonna try out a few things this week. I will have access to a p4 machine...
You will probably not be able to use your new knowledge, because DLPARing will - IIRC - not work on a P4 system (like, for instance, a p690), because the hypervisor doesn't support it.

I hope this helps.

bakunin
# 7  
Old 08-24-2010
DLPAR - dynamic logical partition, is OK on p4 but
PowerVM / VIOS / IVM requires p5 or higher.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

awk to remove redundancy, with conditions

Hi Everyone, I've been using awk '!x++' to get rid of redundancy in a file, but it's getting rid of some extra lines I need (like the plus signs in the example below). So how would I go from this: @XYZ ABCD 345345 + @MNO EFGH 789789 + @XYZ ABCD 345345 + to: (2 Replies)
Discussion started by: sp24
2 Replies

2. AIX

VIOS IP address - separate vlan for vios servers ?

Hello, Lets say for simplicity that I do not use any vlan config inside my server - one lpar group use hea physical port1, another group hea physical port2. Physical port1 configured as vlan1 on external switch, physical port2 as vlan2. What is the common practice - should I isolate my vios... (0 Replies)
Discussion started by: vilius
0 Replies

3. AIX

Can EtherChannel be a redundancy config?

I have one p5 server, no lpar, 2 physical network adapter, bundle as one EtherChannel. The two 2 physical network adapter connect to 2 network switches. How to make this as a redundancy config? Current is if one physical network adapter down, the seond one will go through the network. but if... (2 Replies)
Discussion started by: rainbow_bean
2 Replies

4. AIX

VIO Redundancy

Hi Guys, I'm working on building a new 595 machine.. I'm try to achieve high availability for the VIO clients using 2 VIO servers, The ethernet part is satisfied using SEA failover, Now how do I achieve redundancy for the disks, its the servers internal disk attached to the scsi cards... ... (2 Replies)
Discussion started by: kkeng808
2 Replies

5. UNIX for Dummies Questions & Answers

email redundancy between two servers

We have had some email outages in the last few months and my boss is asking is it worth going with one of those email redundancy/filtering sites. The thing is, we have a backup server on a remote location, so I am pretty sure we can set something up with what we have already. At the moment... (1 Reply)
Discussion started by: edzillion
1 Replies

6. Shell Programming and Scripting

How to remove the redundancy messages in a file

Hi I have a file in which there are lot of redundancy messages.. Like suppose i have the messages like the following in my file.. 45123|1|784tryr|uirirr|wagras|swyuyau|| 45123|1|784tryr|uirirr|wagras|swyuyau|| I need to remove the extra (45123|1|784tryr|uirirr|wagras|swyuyau||) and need... (1 Reply)
Discussion started by: grajesh_955
1 Replies

7. UNIX for Advanced & Expert Users

network redundancy with software

Here we want to implement the network redundancy on UNIX with the software. The two network interface cards are configured on the UNIX node,once one card is down or unnormal,the other can take over. Those aplications that used the tcp ,udp,multicast protocol can also been switched at the same... (2 Replies)
Discussion started by: Frank2004
2 Replies

8. UNIX for Advanced & Expert Users

Port Redundancy

Dears, I have server has two port's(Enet0,Enet1) what I want as follows: Make the two port's has same IP address where, if the port Enet0 became down automaticly Enet1 become up :confused: . Amen (4 Replies)
Discussion started by: amen00
4 Replies

9. UNIX for Advanced & Expert Users

Unix Imaging for Redundancy

I'm trying to come up with an "imaging" type solution (a.k.a. Norton Ghost, Imagecast) with standard unix utils. I'd like to just image one of our FreeBSD servers so I can use the hot swap HD's. If one fails, I could slide in an exact duplicate HD and the server would be back up. I've tried just... (4 Replies)
Discussion started by: mstevenson
4 Replies
Login or Register to Ask a Question