Sponsored Content
Full Discussion: PowerHA6
Operating Systems AIX PowerHA6 Post 302752253 by MichaelFelt on Sunday 6th of January 2013 12:45:25 PM
Old 01-06-2013
HA does not care if an interface is virtual eg,, from PHYP, or a normal port, or virtualized as an etherchannel. SO, basically, if you can imagine it, HA should support it.


YOu just need to be sure that the correct policy is specified to spread the service addresses over as many interfaces as possible.

By the way, when assigning physical adapters, rather than SEA, it is still expected that you have two adapters with an address From memory, the only supported single port configuration is when the vethernet adapter is supported by dual VIOS and SEA failover.

HOpe this helps.
 
Tk_InitConsoleChannels(3)				       Tk Library Procedures					 Tk_InitConsoleChannels(3)

__________________________________________________________________________________________________________________________________________________

NAME
Tk_InitConsoleChannels - Install the console channels as standard channels SYNOPSIS
#include <tk.h> Tk_InitConsoleChannels(interp) ARGUMENTS
Tcl_Interp *interp (in) Interpreter in which the console channels are created. _________________________________________________________________ DESCRIPTION
Tk_InitConsoleChannels is invoked to create a set of console channels and install them as the standard channels. All I/O on these channels will be discarded until Tk_CreateConsoleWindow is called to attach the console to a text widget. This function is for use by shell applications based on Tk, like wish, on platforms which have no standard channels in graphical mode, like Win32. The interp argument is the interpreter in which to create and install the console channels. NOTE: If this function is used it has to be called before the first call to Tcl_RegisterChannel, directly, or indirectly through other channel functions. Because otherwise the standard channels will be already initialized to the system defaults, which will be nonsensical for the case Tk_InitConsoleChannels is for. SEE ALSO
console(n) KEYWORDS
standard channels, console Tk 8.5 Tk_InitConsoleChannels(3)
All times are GMT -4. The time now is 05:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy