- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX server network identification
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
07-01-2002 05:28 AM
07-01-2002 05:28 AM
HPUX server network identification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 05:14 AM
07-02-2002 05:14 AM
Re: HPUX server network identification
I saw you posted this question and another similar posting a few days ago and not received any replies. That is probably because none of us can think of a way to implement what you want to do in a standard or supported configuration.
The only other idea that I had is to run each instance of your application in a different MC/ServiceGuard package. That way you can stop and start the application from listening on a specific (virtual) IP.
Regards,
-> Brian Hackley
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:42 PM
07-02-2002 11:42 PM
Re: HPUX server network identification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2002 11:50 PM
07-02-2002 11:50 PM
Re: HPUX server network identification
I've done some tinkering and now have a script
to change the IP address of the server from restricted SAM and reboot. The resolver then picks this up for the correct DNS database.
However DHCP still appears to issue the wrong client subnet addresses, using the first range listed, not the correct one. Any ideas? All clients connect locally through a hub.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 12:34 AM
07-03-2002 12:34 AM
Re: HPUX server network identification
If you want your server to operate exclusively on one network, why don't you bring down the other IP address using ifconfig ? If oyu want to switch, bring it up and bring the other IP address down.
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 01:35 AM
07-03-2002 01:35 AM
Re: HPUX server network identification
HTH
Duncan
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2002 06:52 AM
07-03-2002 06:52 AM
Re: HPUX server network identification
Tried the ifconfig 'switch'. Interesting. For some reason the software distributor daemon then fails and Oracle (the db Duncan) won't start. Bringing the original lan instance back up re-enables the software dist. daemon, but Ora still refuses.
Unfortunately our NT4 clients are 'dumb' on a rembo image. They call a URL in IE5 to access ORA(Apache). Everything is on the server.
Thought I had my dual DNS databases and resolver sorted, but using an ifconfig 'switch' seems to kill this as well.
Thanks for all your ideas guys, I seem to be having a problem assigning points, but all your help is much appreciated.