- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: same port on service guard env
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
04-02-2003 03:02 PM
04-02-2003 03:02 PM
same port on service guard env
Cheers4asc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:06 PM
04-02-2003 03:06 PM
Re: same port on service guard env
ie: logical hostA 192.168.1.1 and logical hostb 192.168.1.2.
Thanks,
Brian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:07 PM
04-02-2003 03:07 PM
Re: same port on service guard env
I have different IP address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:11 PM
04-02-2003 03:11 PM
Re: same port on service guard env
Just because you have two IP addresses does not mean you have two hosts. You can connect to the same port through any of these IP addresses.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 03:15 PM
04-02-2003 03:15 PM
Re: same port on service guard env
Most modern application let you specify an address [and port] to bind to. Generally there can be more than one IP and perhaps differening ports.
You can see the behavior when you issue a command like
$ netstat -an | grep .yourport
if you see something like
tcp 0 0 *.21 *.* LISTEN
this says I'm listening on every available IP to requests on port 21.
OTOH, if you see something like this
tcp 0 0 A.B.C.D.443 *.* LISTEN
This says I'm listening on IP A.B.C.D to requests on port 443.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2003 11:33 PM
04-02-2003 11:33 PM
Re: same port on service guard env
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 05:48 AM
04-03-2003 05:48 AM
Re: same port on service guard env
I am trying to start the application ( visibroker osagent) and its not allowing me to start as 12:13:14:167:80802 . I guess I will have to further investigate from application point of view ...... any sugguestions are most welcome .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2003 08:14 AM
04-03-2003 08:14 AM
Re: same port on service guard env
We TRY to seperate/distinguish our ports in an Oracle landscape so that we don't get any confusion. For example we could use the same listener port on multiple servers in the landscape, but we deliberately use a single, different, unique port with every Oracle instance on every server in the shop.
That's a best practice, I think. Use different, unique ports for every specific application instance on every different server in the shop.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 08:34 PM
04-04-2003 08:34 PM
Re: same port on service guard env
lsof -i tcp:14000
-or-
lsof -i udp:14000
RAH!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2003 09:23 PM
04-04-2003 09:23 PM
Re: same port on service guard env
When you run the app in this mode what is the error ?
12:13:14:167:80802
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-05-2003 11:56 AM
04-05-2003 11:56 AM
Re: same port on service guard env
If I remember visibroker (haven't used it in years), then you can control what port it runs on by setting the env variable OSAGENT_PORT before it starts. I also seem to recall that osagent listens on *all* IP addresses on a node - that is as Chris said, it used INADDR_ANY when it binds to the port.
HTH
Duncan
I am an HPE Employee
