Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vio server and virtual network adapters

Status
Not open for further replies.

ogniemi

Technical User
Nov 7, 2003
1,041
PL
a vio server has 4 phisical network adapters.
In vioserver profile I've created 1 virtual network adapter for (trunk and server checkboxes are selected for this ent in profile). The will be only one network/lan running on all these phisical interfaces - all 4 ports on switch are in the same VLAN).

Next, I aggregated ents as follows:

mkvdev -lnagg ent0,ent1,ent2 -attr backup_adapter=ent3

Next, created SEA as follows:

mkvdev -sea ent5 -vadapter ent4 -default ent4 -defaultid 1


mktcpip -hostname vios00 -inetaddr 10.2.47.42 -interface en6 -netmask 255.2
55.255.0 -gateway 10.2.47.1


Is my configuration of virtual interface done properly from technical point of view or it should be done in the other way?

Should virtual devices in vioserver profile be checked as required or no (they will be served for clients - right now I have then not checked as required and everything is fine but somewhere on the net I've seen an example where they were checked as required and don't know why)

$ lsdev -type adapter
name status description
ent0 Available 10/100/1000 Base-TX PCI-X Adapter (14106902)
ent1 Available 2-Port 10/100/1000 Base-TX PCI-X Adapter (1410890
ent2 Available 2-Port 10/100/1000 Base-TX PCI-X Adapter (1410890
ent3 Available 10/100/1000 Base-TX PCI-X Adapter (14106902)
ent4 Available Virtual I/O Ethernet Adapter (l-lan)
ent5 Available EtherChannel / IEEE 802.3ad Link Aggregation
ent6 Available Shared Ethernet Adapter
fcs0 Available FC Adapter
fcs1 Available FC Adapter
ide0 Available ATA/IDE Controller Device
sisscsia0 Available PCI-X Dual Channel Ultra320 SCSI Adapter
sisscsia1 Available PCI-X Dual Channel Ultra320 SCSI Adapter
usbhc0 Available USB Host Controller (33103500)
usbhc1 Available USB Host Controller (33103500)
vhost0 Available Virtual SCSI Server Adapter
vhost1 Available Virtual SCSI Server Adapter
vhost2 Available Virtual SCSI Server Adapter
vhost3 Available Virtual SCSI Server Adapter
vhost4 Available Virtual SCSI Server Adapter
vhost5 Available Virtual SCSI Server Adapter
vhost6 Available Virtual SCSI Server Adapter
vhost7 Available Virtual SCSI Server Adapter
vhost8 Available Virtual SCSI Server Adapter
vhost9 Available Virtual SCSI Server Adapter
vsa0 Available LPAR Virtual Serial Adapter
$

$ lsdev -virtual
name status description
ent4 Available Virtual I/O Ethernet Adapter (l-lan)
vhost0 Available Virtual SCSI Server Adapter
vhost1 Available Virtual SCSI Server Adapter
vhost2 Available Virtual SCSI Server Adapter
vhost3 Available Virtual SCSI Server Adapter
vhost4 Available Virtual SCSI Server Adapter
vhost5 Available Virtual SCSI Server Adapter
vhost6 Available Virtual SCSI Server Adapter
vhost7 Available Virtual SCSI Server Adapter
vhost8 Available Virtual SCSI Server Adapter
vhost9 Available Virtual SCSI Server Adapter
vsa0 Available LPAR Virtual Serial Adapter
vtscsi0 Available Virtual Target Device - Disk
ent5 Available EtherChannel / IEEE 802.3ad Link Aggregation
ent6 Available Shared Ethernet Adapter
$


THX for any hint how it should be done the best from performance point of view.
 

would you mind explaining this one to me....what's it doing? I might be able to use this.

mkvdev -lnagg ent0,ent1,ent2 -attr backup_adapter=ent3


Another option might be to etherchannel (ent0 and ent1) as well as (ent2 and ent3) then make sea's out of each of those etherchannelled device. You would be able to split the workload up across the two shared ethernet adapters (alternating two client lpars). Ofcourse if ent0 and ent1 are the same physical card ( two ports ), then this would be a bad idea because you would have a Single Point of Failure.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top