- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Multicasting and loopback
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 05:08 PM
10-09-2001 05:08 PM
Multicasting and loopback
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 07:24 PM
10-09-2001 07:24 PM
Re: Multicasting and loopback
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2001 08:28 PM
10-09-2001 08:28 PM
Re: Multicasting and loopback
Not 100% sure how to use with multicast - however the man page on the route command should tell you.
I've not used for multicast, only for simple routes.
Although, we route a client network back via one of our boxes. Well, one IP address at least.
Scott.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 05:46 AM
10-10-2001 05:46 AM
Re: Multicasting and loopback
That the whole idea of multicasting... to transmit data to more than one machine at a time.
According to MetaLink, on a single node install of OAS, it can be possible to bind the multicasting to the loopback device so there is no impact on the local network. On Solaris for example:
(a) Ensure your loopback device has been defined and accepts multicast traffic. For example, if your loopback device is lo0, use
the equivalent of "ifconfig lo0" on Solaris and grep for MULTICAST.
# ifconfig lo0 | grep MULTICAST
lo0: flags=849
(b) Add a route so that 224.0.0.0 traffic network is routed to the lo0 (or your defined) loopback device.
(c) Edit your resources.ora file and add the following line:
zyg.network = 127.0.0.1
Hope this helps!
Tony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2001 11:38 AM
10-10-2001 11:38 AM
Re: Multicasting and loopback
add net 224.0.0.0: gateway 127.0.0.1: Network is unreachable
Also, if we weren't encountering that problem, we also were not sure what the value of netmask should be. I should have mentioned that we'd tried a "route add" lines that failed, but that also meant we'd done no damage to make OAS blow up.
Anthony, I'm afraid you quoted from the same document I quoted from in my initial mailing, so I know the doc already. Early on, it explains that, "Because a single-node installation is just a special case of a multinode installation ... it is easier to have it use multicasting to communicate between the various components of OAS on that machine." In other words, Oracle built it this way, that's it. There was *no choice* during installation as to whether one would have multicasting. What they do offer is this doc which says you can bind the multicasting to loopback, but I'm just not knowledgeable on how to do this, and I'm afraid of mucking up. Making seemingly simple changes in the environment or OAS configuration before has been painful.
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2001 07:56 AM
10-12-2001 07:56 AM
Re: Multicasting and loopback
Sorry to not help you further.
Tony