Sponsored Content
Full Discussion: PowerHA6
Operating Systems AIX PowerHA6 Post 302752011 by MichaelFelt on Saturday 5th of January 2013 08:45:51 AM
Old 01-05-2013
You should be thinking in terms of boot IP address.

Since HACMP/PowerHA 5.X the correct term has been service/non-service IP addresses (when using IP aliasing, versus the HACMP 4.X and earlier standard of IP address "replacement".

The difference between a persistent address and a service address is that a persistent address is node bound while a service is not node bound - a service address is resource group bound.

Using/documenting a PowerHA cluster using the term "boot" only leads to confusion.

Yes, you can create etherchannels - but do not let an adapter become a SPOF (maybe I read wrong, but I am unsure if you have 2 NIC with 2 ports each per server, or 2 servers with 1 NIC and 2 ports each. If 2 NICS per server, 2x etherchannel is fine (great even!), otherwise - not advised -- Just make sure it is one port each from each NIC.

Hope this helps!
 
rresvport_af(3) 					     Library Functions Manual						   rresvport_af(3)

NAME
rresvport_af - Retrieves a socket with a privileged address LIBRARY
Standard C Library (libc.a) SYNOPSIS
#include <unistd.h> int rresvport_af ( int *port, int family ); PARAMETERS
Specifies the port to use for the connection. Specifies the address family for the socket to be created. Valid values are AF_INET (IPv4) and AF_INET6 (IPv6). DESCRIPTION
The rresvport_af() function obtains a socket with a privileged address bound to the socket. A privileged Internet port is one that falls in the range of 0 to 1023. Only processes with an effective user ID of root can use the rresvport_af() function. An authentication scheme based on remote port num- bers is used to verify permissions. If the connection succeeds, a socket in the Internet domain of type SOCK_STREAM for the specified address family is returned to the calling process. RETURN VALUES
Upon successful completion, the rresvport_af() function returns a valid, bound socket descriptor. Otherwise, a value of -1 is returned and errno is set to indicate the error. ERRORS
If the rresvport_af() function fails, errno may be set to one of the following values: All network ports are in use. The addresses in the specified address family cannot be used with this socket. Two hundred (200) file descriptors are currently open. The system file table is full. Insufficient buffers are available in the system to complete the function. FILES
Contains the service names. RELATED INFORMATION
Functions: rcmd(3), ruserok(3) delim off rresvport_af(3)
All times are GMT -4. The time now is 11:55 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy