Sponsored Content
Top Forums UNIX for Advanced & Expert Users HOWTO plug server into infrastructure Post 302452298 by zaxxon on Friday 10th of September 2010 12:28:31 AM
Old 09-10-2010
As I come from other OS'es than Solaris, LCAP and IPMP looks very similar to me. It is both a form of Etherchannel, Bonding, Trunking or whatever names are being used for it when to have some kind of network failover and/or load balancing.

Of course whatever name you take, whatever OS you take, you want some redundancy for your network connect in case an adapter, a switch or anything else on the way to the network fails.

On Linux you usually take bonding. On Solaris I guess it is IPMP. Make sure you have each network adapter, that is part of such a bonding/IPMP, being connected to two different switches for redundancy.

With 2 adapters on your Linux box there is not much choice anyway where to bind and connect what. For the 4 adapters on your Solaris box(es), you'll have to decide if you split/bind those. Depending on the case that you might need more bandwith, you can maybe have something like:

A "bonded" device that contains of all 4 adapters, where 3 go to a switch A as primary connection being all active for bandwith purpose and having 1 backup adapter to another switch in case those 3 fail. But for details what is possible with IPMP, check the documentations or ask in the Solaris sub forum maybe.
You can also use 1x2 "bonded" Adapters for production network and the other pair for backup (in terms of data network backup) purposes. Up to you.

Edit:
Forgot to say, that your switches etc. have to support trunking/etherchannel etc.
For Jumbo Frames it is just a matter, if your NICs support it and also the switches. You will also have to try out if you have any advantage of it, I guess.

Last edited by zaxxon; 09-10-2010 at 01:39 AM.. Reason: added information
 

4 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

USB Hot Plug Mandrake 9.0

I recently installed Mandrake Linux 9.0 on my intel machine, with a view to migrating completely from Windows within the next few months. First I need to get things working. My modem, sound card, scanner and printer all fail to work. This isn't going to put me off because I love the interface... (1 Reply)
Discussion started by: saabir
1 Replies

2. AIX

Wrap Plug Test

Can someone show me on how to use DIAG command in doing a wrap plug test for fcs0 (FC Adapter)? (3 Replies)
Discussion started by: apra143
3 Replies

3. UNIX for Dummies Questions & Answers

plug in for syn on

I am using vim version 7.1.314.It don't have syn on.Is there any plug in available for syn on or I have to update the version. (2 Replies)
Discussion started by: karthigayan
2 Replies

4. Infrastructure Monitoring

Infrastructure Testing

Hi Admins, could anyone sahre the technologies and data points involed in "Infrastructure Testing" and what is the role of system admin in this testing. regards Tarun. (2 Replies)
Discussion started by: tarun_nix
2 Replies
sasl_server_add_plugin(3SASL)		      Simple Authentication Security Layer Library Functions		     sasl_server_add_plugin(3SASL)

NAME
sasl_server_add_plugin - add a SASL server plug-in SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/saslplug.h> int sasl_server_add_plugin(const char *plugname, sasl_server_plug_init_t *cplugfunc); DESCRIPTION
Use the sasl_server_add_plugin() interface to add a server plug-in to the current list of client plug-ins in the SASL library. PARAMETERS
plugname The name of the server plug-in. cplugfunc The value of cplugfunc is filled in by the sasl_server_plug_init_t structure. RETURN VALUES
sasl_server_add_plugin() returns an integer that corresponds to a SASL error code. ERRORS
SASL_OK The call to sasl_client_add_plugin() was successful. SASL_BADVERS Version mismatch with plug-in. SASL_NOMEM Memory shortage failure. See sasl_errors(3SASL) for information on other SASL error codes. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWlibsasl | +-----------------------------+-----------------------------+ |Interface Stability |Evolving | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+ SEE ALSO
sasl_errors(3SASL), attributes(5) SunOS 5.10 1 Oct 2003 sasl_server_add_plugin(3SASL)
All times are GMT -4. The time now is 12:44 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy