Sponsored Content
Operating Systems AIX How to set 4 SEA on single VIOS Post 302572978 by gito on Saturday 12th of November 2011 04:49:02 AM
Old 11-12-2011
You can also use vlan taging to multiple vlans over on sea
Code:
Abstract:The use of Virtual  Switches can provide an important new design choice when implementing 
a  Power Server over the originally supported method of Shared Ethernet  Adapter Failover in conjunction
 with the use of VLAN tagging . This  white paper describes the concepts and business value of Virtual  Switches
and also provides detailed instruction for configuration and  implementation.

IBM Techdocs White Paper: Using Virtual Switches in PowerVM to Drive Maximum Value of 10 Gb Ethernet
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Call single function multiple times diff set of parameters

Okay, not sure if it can be done, I would think it could be done and I'm just having a hard time with it. fun_close_wait(){ ipVar="${1} ${2}" portVar=`cat "${5}" | cut -d' ' -f 1` for ip in $ipVar do for port in $portVar do netstatVar=`netstat -n | grep... (4 Replies)
Discussion started by: cbo0485
4 Replies

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

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

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

5. Linux

Set password in single command

Hi, Can we set password for linux in non-interactive mode. I didn't find suitable option for this in man page. If we wnter "passwd" command, it will tell "Enter password" and "Re-enter password". i wanted to run this step in a script, and i don't want to use "expect" so i am looking for a single... (8 Replies)
Discussion started by: successlin
8 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

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

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

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

10. 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
network-admin(1)						   User Commands						  network-admin(1)

NAME
network-admin - Basic administration of network interfaces. SYNOPSIS
network-admin [--configure=INTERFACE] [--configure-type=TYPE] [gnome-std-options] DESCRIPTION
network-admin enumerates the interfaces available to the user and provides a mechanism for configuring these interfaces as static-IP or DHCP. It's also possible to select which interfaces should be enabled on boot. network-admin also allows you configure the systems hostname, DNS options and hosts using the user interface. OPTIONS
The following options are supported: -c, --configure=INTERFACE Configure a specific network interface (e.g. ath0 or bge0). -t, --configure-type=TYPE Configure the first network interface of a specific type (e.g. ethernet or wireless). gnome-std-options Standard options available for use with most GNOME applications. See gnome-std-options(5) for more informa- tion. EXAMPLES
Example 1: Running the main application. example% network-admin Example 2: Configuring the ath0 network interface. example% network-admin --configure=ath0 Example 3: Configuring the first ethernet interface. example% network-admin --configure-type=ethernet EXIT STATUS
The following exit values are returned: 0 Application exited successfully >0 Application exited with failure FILES
The following files are used by this application: /usr/bin/network-admin Executable for network interface configuration. /etc/inet/gnome-system-tools Storage location for network configuration files when not active on boot. /var/spool/setup-tool-backends/backup/network Backup directory for files that are modified. /var/spool/setup-tool-backends/data/network Where "Location" profiles are stored. /var/run/setup-tool-backends/debug/network Debug logs can be found under here. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWgnome-system-tools | +-----------------------------+-----------------------------+ |Interface stability |Uncommitted | +-----------------------------+-----------------------------+ SEE ALSO
Latest version of the GNOME Desktop User Guide for your platform. users-admin(1), shares-admin(1), services-admin(1), time-admin(1), gnome-std-options(5), ifconfig(1M), hosts(4), nsswitch.conf(4), resolv.conf(4), attributes(5) NOTES
This tool can only be used to manage physical network devices as returned by the "dladm show-dev" command, it does not support configura- tion of more complex configurations. There is currently no support for enterprise name services such as YP/NIS, NIS+ or LDAP. There is also no support for anything but the global zone. Written by Darren Kenny, Sun Microsystems Inc., 2006. SunOS 5.11 6 Nov 2006 network-admin(1)
All times are GMT -4. The time now is 06:59 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy