MulticastTest tool:
http://download.oracle.com/docs/cd/E11035_01/wls100/admin_ref/utils.html#wp1199798
Setting up WebLogic Clusters
http://download.oracle.com/docs/cd/E11035_01/wls100/cluster/setup.html#wp700950
Cluster Multicast Address and Port
Identify the address and port you will dedicate to multicast communications for your cluster. A multicast address is an IP address between 224.0.0.0 and 239.255.255.255.
Note: The default multicast value used by WebLogic Server is 239.192.0.0. You should not use any multicast address with the value x.0.0.1.
Server instances in a cluster communicate with each other using multicast?athey use multicast to announce their services, and to issue periodic heartbeats that indicate continued availability.
The multicast address for a cluster should not be used for any purpose other than cluster communications. If the machine where the cluster multicast address exists hosts or is accessed by cluster-external programs that use multicast communication, make sure that those multicast communications use a different port than the cluster multicast port.
Multicast and Multiple Clusters
Multiple clusters on a network may share a multicast address and multicast port combination if necessary.
Multicast and Multi-Tier Clusters
If you are setting up the Recommended Multi-Tier Architecture, described in Cluster Architectures, with a firewall between the clusters, you will need two dedicated multicast addresses: one for the presentation (servlet) cluster and one for the object cluster. Using two multicast addresses ensures that the firewall does not interfere with cluster communication.
Multicast and Multiple Clusters
Multiple clusters on a network may share a multicast address and multicast port combination if necessary.
Troubleshooting Multicast Configuration
http://download.oracle.com/docs/cd/E11035_01/wls100/cluster/multicast_configuration.html
Connect cluster instead of sperate managed servers:
http://fixunix.com/weblogic/220928-clustering-set-up-question.html
WebLogic Server Communication in a Cluster
http://blog.csdn.net/pyliu8621/archive/2005/03/08/314920.aspx
分享到:
相关推荐
例如,`Router(config-if)#ip multicast helper-map group-address broadcast-address extended-access-list-number`。 - **配置访问控制列表**: 类似于第一跳路由器,也需要配置ACL来控制哪些组播流量会被转换为...
UDP组播收发测试, Edit file mcconfig.py Change MULTICAST_ADDRESS and PORT to your needs start receiver with ./mcreceiver.py start sender with ./mcsender.py
用法使用以下命令启动应用程序: java -jar amifirm.jar [options]-m [multicast address:port]address to download firmware from-f [file]name of local MCastFSv2 file to extract from-d [path]path to extract ...
-B, --bind bind to , an interface or multicast address -C, --compatibility for use with older versions does not sent extra msgs -M, --mss # set TCP maximum segment size (MTU - 40 bytes) -N, --...
Supports per-port and per-VLAN egress VLAN tagging and un-tagging Supports IVL, SVL, and IVL/SVL Supports 4096-entry MAC address table with 4-way hash algorithm Up to 4096 L2/L3 ...
mpegts-流光 介绍 一个简单的纯 java MPEG-TS 流媒体,具有流畅的 API... .setAddress( " 127.0.0.1 " ) // Can be a multicast address .setPort( 1234 ) .setSoTimeout( 5000 ) .setTtl( 1 ) .bui
TCP Port Numbers and Concurrent Servers Section 2.11. Buffer Sizes and Limitations Section 2.12. Standard Internet Services Section 2.13. Protocol Usage by Common Internet Applications ...
(ADDRESS=(PROTOCOL=tcp)(HOST=10.174.43.193)(PORT=1521)) (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)) ) SID_LIST_LISTENER = (SID_LIST = (SID_DESC = (SID_NAME=orcl) (ORACLE_HOME=/sfc/oracle/product/...
配置S9300的GE1/0/1接口静态加入组播组225.0.0.1,命令为:[S9300] interface gigabitethernet 1/0/1 [S9300-GigabitEthernet1/0/1] l2-multicast static-group group-address 225.0.0.1 vlan 3 [S9300-...
组播NAT(Multicast Network Address Translation)是华为ME60多业务控制网关中的一项功能,它允许对输入的组播流进行源IP地址、目的IP地址以及UDP端口号的转换,以适应不同的网络环境和用户需求。这种技术通过在...
"config routeset ipport 1 ipaddress 10.20.171.70 255.255.255.0"设置了交换机的第一个IP端口的IP地址和子网掩码,使其能够进行网络通信。"set ipport 1 vlan 771"指明这个IP端口属于VLAN 771。"set ipport 1 ...
DatagramPacket packet = new DatagramPacket(data, data.length, address, port); // 发送数据 socket.send(packet); // 接收数据 packet = new DatagramPacket(new byte[1024], 1024); socket.receive(packet); ...
唱诗班基于多播 udp 数据包以对等方式广播音乐的 Java 应用程序。... 编译后,像这样启动: java -classpath choir.jar uk.co.dambrosio.choir.Choir [multicast-group-address] [multicast-group-port]
- 配置LES(Local Exchange Switch)和BUS(Broadcast and Unknown Server):`nameserver-atm-address`与`lane config`命令。 - ATM子接口创建:`interface ATM module/port.subinterface multipoint`。 5. 路由...
connect the vlan 'n' to multicast maddr and port use 'localaddr=addr' to specify the host address to send packets from -net dump[,vlan=n][,file=f][,len=n] dump traffic on vlan 'n' to file 'f' (max ...
`tcp port 21 and host 10.14.26.53`捕获FTP(File Transfer Protocol)通信,端口21是FTP控制通道。FTP通信包括Ethernet II帧、IP数据报和TCP段。FTP的PDU包括USER和PASS命令,用于用户身份验证。这暴露出安全问题...
[Quidway]rip version 2 multicast [Quidway-Ethernet0]rip split-horizon ;水平分隔 [Quidway]router id A.B.C.D 配置路由器的ID [Quidway]ospf enable 启动OSPF协议 [Quidway-ospf]import-route direct 引入...