VIOS SEA Creation


 
Thread Tools Search this Thread
Operating Systems AIX VIOS SEA Creation
# 1  
Old 06-24-2010
Question VIOS SEA Creation

Hi Guys,

I'm getting the below error while trying to create a SEA adapter in VIOS

Code:
$ mkvdev -sea ent0 -vadapter ent2 -default ent2 -defaultid 1                    
                                                                                
                                                                                
Some error messages may contain invalid information                             
for the Virtual I/O Server environment.                                         
                                                                                
Method error (/usr/lib/methods/cfgsea):                                         
        0514-040 Error initializing a device into the kernel.                   
                                                                                
Command did not complete.                                                       
                                                                                
"Run mkdev" was last subcommand run.                                            
                                                                                
$


Not sure what this means.. Can someone throw some light in this Smilie
# 2  
Old 06-24-2010
Depending on which AIX version you are using the following link may or may not apply to your problem:

IBM IZ03360: HDISK CANNOT BE CONFIGURED; FAILS WITH 0514-040 APPLIES TO AIX 5300-07 - United States

I hope this helps.

bakunin
# 3  
Old 06-24-2010
Its fixed bakunin. Actually its not allowing us to configure the same interface used for SEA to configure IP for the VIO server.. Created one more virtual Ethernet and used it for assigning IP.

Thanks Smilie
# 4  
Old 07-01-2010
IBM use to recommend creating another virtual network adapter, which it sounds like you did, for the IP address. When we setup our first Power 5 box, we put the network configuration on the SEA. At that time, IBM told us that every packet was getting inspected by the SEA and, therefore, slowing down all the network traffic.

Last time I talked to an IBM VIO server engineer, they told me that they now recommend that the network configuration be placed back on the SEA instead of an extra network adapter. We saw performance gains when we moved off it, so we are in no rush to move it back to the SEA.

I'm not saying you should move it over to your SEA or leave it where it is, I'm just passing on information I got from IBM.
# 5  
Old 07-22-2010
I think you may need to set ctl_chan,

for example: mkvdev -sea ent0 -vadapter ent2 -default ent2 -defaultid XX -attr ctl_chan=ent3 ha_mode=auto

Configuring Share Ethernet Apapter Failover:
http://pdf.edocr.com/8c74d3c1273961f...1a66db25cf.pdf
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

VIOS entstat versus seastat for SEA

Hello, I found that the packet counts given by entstat -d SEA is not the same as the total of the packet counts given by seastat -d SEA for the same interval of time. Do anyone have an explanation for the difference. We recently got a recommendation that the throughput on an SEA should not... (5 Replies)
Discussion started by: N8R
5 Replies

2. AIX

SEA to standby

hello, what will happen if i try to move sea of my 1 vio server to standby( using chdev command), when sea of other vio server is already in standby mode? (1 Reply)
Discussion started by: amvineeth
1 Replies

3. AIX

VIO SEA Adapters

hi guys BTW pretty new to VIO I inherited 2 I BM Power Server - blades PS701 - One is already configured using en8 # lsdev -Cc adapter | grep ent ent0 Available Logical Host Ethernet Port (lp-hea) ent1 Available Logical Host Ethernet Port (lp-hea) ent2 Available 04-20... (8 Replies)
Discussion started by: karlochacon
8 Replies

4. AIX

SEA configuration

i want configure a SEA over my vios , i have a message error : Method error (/usr/lib/methods/cfgsea): Failed to configure SEA with return code 1 and SEA-specific error code 10: Detailed info: Setting real adapter ent1 in promiscuous mode failed... (5 Replies)
Discussion started by: hedou
5 Replies

5. 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

6. AIX

Configure VIOS SEA w. load sharing

I am trying to install a VIOS pair with a load-sharing SEA adapter, following this recipe from Developerworks. Without load-sharing everything went fine and worked as expected, but somehow i am a bit lost and the first tries with "ha_mode=sharing" didn't work at all. Here is the situation: I... (6 Replies)
Discussion started by: bakunin
6 Replies

7. AIX

How to set 4 SEA on single VIOS

Hi experts, i got a 4-port Adapter card on VIOS and would like to configure 4SEA for 4 difference segment IP client's LPAR use, first SEA succeed to be configured on ent0 but once second SEA configured, first SEA fail to be connected. Any issues i need to be concerned in order to configure 4 SEA on... (8 Replies)
Discussion started by: polar
8 Replies

8. AIX

SEA

Hi all, I set up the following configuration on my system: - An LPar with a virtual adapter, first one with a vlan id=703 and id port=13. - The first adapter have to connect to a VIOS in which i configured an SEA. So, the VA is set up on interface ent2, SEA on ent29 (by linking a... (0 Replies)
Discussion started by: idro
0 Replies

9. AIX

VIOS SEA on LHEA doesn't work

I am trying to create a SEA on a LHEA port and it gives me error lsdev -Cc adapter: ent0 logical host ethernet port (l-hea) ent1 virtual I/O ethernet adapter mkvdev -sea ent0 -vadapter ent1 -default ent1 -defaultid 199 method error (/usr/lib/methods/cfgsea): Failed to configure SEA... (0 Replies)
Discussion started by: filosophizer
0 Replies
Login or Register to Ask a Question