- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX11 null route?
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
11-13-2001 12:33 AM
11-13-2001 12:33 AM
HPUX11 null route?
I have MC/SG referention server (server1) and created a package on it with a business copy. The data in that package is the same as the production server (server2, contains package1) and it acts like that. I like to add a no route to production packages but i do not know how.
i tried:
route add package1 127.0.01 (this works with ux10.20 but not with UX11)
route add package1 /dev/null (/dev/null: bad value)
The second idea i had was adding the packages in /etc/hosts. This works but the list in to long.
127.0.0.1 localhost package1 package1.packa.nl package2 package2.pack.nl etc...
thanks for your help in advance,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2001 05:31 AM
11-14-2001 05:31 AM
Re: HPUX11 null route?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2001 12:30 PM
11-22-2001 12:30 PM
Re: HPUX11 null route?
Still no relply...
solution
the nsswitch.conf points to files DNS
in the /etc/hosts file i created a line:
10.0.0.1 package1 package2 etc.
i am able to put in 40 "servers" in one line.
the gateway (router) does not know 10.0.0.1 and drops the package.
this is not a sollution i like but it works.
Does any one have an other option ?
Gideon (last attempt)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2001 02:44 PM
11-22-2001 02:44 PM
Re: HPUX11 null route?
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2001 06:45 PM
11-22-2001 06:45 PM
Re: HPUX11 null route?
Like sridhar said, i'm also not able to understand what you are trying to do. If you have already solved your peoblem, just ignore this message. Else try to put your thoughts in a more clear manner for us to understand.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2001 11:45 PM
11-22-2001 11:45 PM
Re: HPUX11 null route?
We recreated a copy of our production MC/SG package. We have XP-256 and business copy makes 1 on 1 copy of the production package (vg). Since the production server is a central server it makes connections with a lot of other production servers. Thats fine for the production server but the referention server tries the same. I am looking for a way to prevent connections from the referention server to other production servers.
This is the problem, i found a solutions but i hope someone can give me alternative options.
Gideon