- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Fake Loopback /etc/hosts
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
02-02-2005 02:10 AM
02-02-2005 02:10 AM
You can fake it out with a /etc/hosts entry, something like:
xxx.xx.xx.x loopback 'hostname'
or
xxx.xx.xx.x 'hostname' loopback
something like that, I know it works because I've done it before. Then SAM will run much faster until I get it on the network...
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:13 AM
02-02-2005 02:13 AM
Re: Fake Loopback /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:14 AM
02-02-2005 02:14 AM
Re: Fake Loopback /etc/hosts
Regards,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:15 AM
02-02-2005 02:15 AM
Re: Fake Loopback /etc/hosts
127.0.0.1 ltcrss loopback
I cant remember the sequence....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:18 AM
02-02-2005 02:18 AM
Re: Fake Loopback /etc/hosts
127.0.0.1 localhost loopback is the valid entry. I am trying to fake the box out. HP showed me this a long while ago. I know it works.
I'll try
127.0.0.1 ltcrss
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 02:43 AM
02-02-2005 02:43 AM
Re: Fake Loopback /etc/hosts
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:21 AM
02-02-2005 03:21 AM
Solution/etc/hosts:
192.168.1.2 ltcrss loopback
The ORDER does NOT matter. The issue is that some software products have 127.0.0.1 hardcoded instead of looking up "loopback" or "localhost"
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:53 AM
02-02-2005 03:53 AM
Re: Fake Loopback /etc/hosts
When you say not on the network yet, you mean configured for already? And not as standalone.
So I wonder if you are not having issues because you have /etc/resolv.conf and /etc/nsswitch.conf already active with maybe in nsswitch hosts: DNS [NOTFOUND=CONTINUE] files, or something of the sort...
I usually stop all inet services and at the console type set_parms saying no for DNS NIS etc so that it just updates the IP and /etc/hosts for hostname and later when connected I configure/update the files that deal with network by hand...
Just thoughts....
All the best
Victor