SEA


 
Thread Tools Search this Thread
Operating Systems AIX SEA
# 1  
Old 07-26-2010
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 virtual adapter on vios with ent27, and a trunk connection of 2 physical adapter having ent23+ent25 = ent28) and with the same ID (vlan and port) of adapter on LPar.

How can I see if the virtual adapter on LPar and SEA can ping between theme and see if the link is correct?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

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

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

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

4. AIX

VIOS SEA Creation

Hi Guys, I'm getting the below error while trying to create a SEA adapter in VIOS $ mkvdev -sea ent0 -vadapter ent2 -default ent2 -defaultid 1 ... (4 Replies)
Discussion started by: kkeng808
4 Replies

5. SuSE

sea application in SUSE

We are using sea application in SUSE linux 10, we are getting the below problem while launching the SEA Sea is stopped with the message ' sh: /home/pub/bin/awk: cannot execute binary file' in the log window. Anybody can help me in this issue Thanks in Advance (1 Reply)
Discussion started by: durgaprasadr13
1 Replies

6. HP-UX

#! symbols when doing sea at boot interrupt

I'm looking for somebody who can tell me the meaning of the !# or #! on the same line as the hard drive when I interrupt boot and do an "sea" command. (1 Reply)
Discussion started by: saleckda
1 Replies
Login or Register to Ask a Question
asadmin-create-resource-adapter-config(1AS)			   User Commands		       asadmin-create-resource-adapter-config(1AS)

NAME
asadmin-create-resource-adapter-config, create-resource-adapter-config - creates the configuration information in domain.xml for the connector module SYNOPSIS
create-resource-adapter-config --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive=true] [--threadpools threadpoolids] [--property name=value[:name=value]*] raname Creates configuration information for the connector module. This command can be executed prior to deploying a resource adapter, so that the configuration information is available at the time of deployment, or after deployment. If the resource adapter is created after deployment, the resource adapter is started. You must first create a threadpool, using the create-threadpool command, and then identify that threadpool value as the ID in the--threadpools option. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. --threadpool the threadpool ID from which the work manager gets the thread. --property configuration properties of the resource adapter java bean. OPERANDS
raname the value kept in the resource-adapter-name in the domain.xml file. Example 1: Using create-resource-adapter-config asadmin> create-resource-adapter-config --username admin1 --password adminadmin myresourceadapter Command create-resource-adapter-config executed successfully EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-create-threadpool(1AS), asadmin-delete-resource-adapter-config(1AS), asadmin-list-resource-adapter-configs(1AS) J2EE 1.4 SDK March 2004 asadmin-create-resource-adapter-config(1AS)