Sponsored Content
Top Forums UNIX for Advanced & Expert Users HOWTO plug server into infrastructure Post 302451605 by presul on Tuesday 7th of September 2010 11:01:56 AM
Old 09-07-2010
I need info for 2 appliances :

1.
hardware : Sun SPARC T5120
OS : Solaris 10
application : database server for oracle 11g
needs : failover, redundancy

2.
hardware : IBM System x3550 M2 Express
OS : Linux Debian Lenny
application : LDAP server
needs : failover, redundancy

On both machines I have multiple NICs (Sun got 4, IBM got 2).

How many I should use for my appliance ?
When to use JumboFrame ?
When LACP/EtherChannel ?
When to use IPMP ?


thxfor help
 

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_plug_init_t(3SASL)		      Simple Authentication Security Layer Library Functions		    sasl_server_plug_init_t(3SASL)

NAME
sasl_server_plug_init_t - server plug-in entry point SYNOPSIS
cc [ flag ... ] file ... -lsasl [ library ... ] #include <sasl/saslplug.h> int sasl_server_plug_init_t(const sasl_utils_t *utils, int max_version, int *out_version, sasl_client_plug_t **pluglist, int *plugcount); DESCRIPTION
The sasl_server_plug_init_t() callback function is the server plug-in entry point. PARAMETERS
utils The utility callback functions. max_version The highest server plug-in version supported. out_version The server plug-in version of the result. pluglist The list of server mechanism plug-ins. plugcount The number of server mechanism plug-ins. RETURN VALUES
Like other SASL callback functions, sasl_server_plug_init_t() returns an integer that corresponds to a SASL error code. See <sasl.h> for a complete list of SASL error codes. ERRORS
SASL_OK The call to sasl_server_plug_init_t() was successful. See sasl_errors(3SASL) for information on 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.11 27 Oct 2003 sasl_server_plug_init_t(3SASL)
All times are GMT -4. The time now is 04:03 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy