- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Rookie Questions
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
06-11-2002 05:24 AM
06-11-2002 05:24 AM
1. I'm trying to connect to the internet thru a HPUX workstation. I've edited the resolve.conf and nsswitch.conf files according to the book and other resources instructions, but still cannot connect by typing in the web address ie www.yahoo.com. I can connect if I type in yahoo's IP address though. Also can ping anywhere I want by IP address, but not by web address.
2. I'm trying to install XV on these computers too. Can't compile it. Anybody have any experience on that or compiled versions?
Thanks
Scott
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 05:30 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 05:42 AM
06-11-2002 05:42 AM
Re: Rookie Questions
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 05:49 AM
06-11-2002 05:49 AM
Re: Rookie Questions
Here's the contents of the nsswitch.conf file:
#
# /etc/nsswitch.files:
#
# An example file that could be copied over to /etc/nsswitch.conf; it
# does not use any name services.
#
passwd: files
group: files
hosts: files [NOTFOUND=continue] dns [NOTFOUND=return] files
services: files
networks: files
protocols: files
rpc: files
publickey: files
netgroup: files
automount: files
aliases: files
I just copied over the nsswitch.files to nsswitch.conf and made a change to the hosts line. As far as the resolve.conf file goes, all it looks like is:
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
nameserver xxx.xxx.xxx.xxx
I'm not sure if giving out the IP addresses is a good idea or not. That's exactly what it looks like though, but with numbers. I've also setup my default gateway too.
Thanks again.
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:02 AM
06-11-2002 06:02 AM
Re: Rookie Questions
Your nsswitch.conf looks a little odd - try this:
hosts: files [NOTFOUND=continue] dns
Then, in your resolv.conf, you don't appear to set a domain name - like this:
$ cat /etc/resolv.conf
domain holstein.com
nameserver xxx.x.x.xxx
See if that helps.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:04 AM
06-11-2002 06:04 AM
Re: Rookie Questions
as you can connect to an external adress using th IP adress, all your routing and connections are ok.
This seems to be a nameresolution problem. Either your nameservers are wrong. Or the entry in resolve.conf is not doing what you expect.
The entry in my resolve.conf looks like this:
hosts: files[NOTFOUND=continue UNAVAIL=continue] dns [NOTFOUND=continue UNAVAIL=continue T
RYAGAIN=continue] dns
Please check if the Ip adresses of your nameservers are ok. If so then give the entry of my resolve.conf a try.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:27 AM
06-11-2002 06:27 AM
Re: Rookie Questions
Ahh, well, what's your gateway?
-- addresses are fake
a5:/etc 110 # grep ROUTE_GATEWAY rc.config.d/netconf
# ROUTE_GATEWAY: Gateway hostname (in /etc/hosts) or IP address in
ROUTE_GATEWAY[0]=198.213.15.250
a5:/etc 111 # cat nsswitch.conf
hosts: files[NOTFOUND=continue] dns
a5:/etc 112 # cat gated.conf
rip yes ;
a5:/etc 113 # cat resolv.conf
domain procura.nl
nameserver 198.213.15.2
nameserver 198.213.15.250
a5:/etc 114 #
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:32 AM
06-11-2002 06:32 AM
Re: Rookie Questions
http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/xv-3.10a/
and pay attention to the section marked Dependencies: jpeg tiff zlib
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:35 AM
06-11-2002 06:35 AM
Re: Rookie Questions
Another source for a pre-compiled version of XV:
http://hpux.connect.org.uk/hppd/hpux/X11/Viewers/xv-3.10a/
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:36 AM
06-11-2002 06:36 AM
Re: Rookie Questions
had a second look at your nsswitch.conf. Think the problem is, that your first DNS server is not able to resolve the adress. You would expect the second DNS server to be asked.
But your nsswitch.conf says that if the adress couldn't be resolved by the first DNS to return to files.
If you change the order of your nameserver in the resolve.conf i assume the behavior of your system will change. You would be able to reach perhaps yahoo.com but fail to reach others (perhaps internal) which worked fine befor.
Also have a look at man nsswitch.conf.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:50 AM
06-11-2002 06:50 AM
Re: Rookie Questions
Here's what the problem was:
The file I had saved with the nameservers callout in it was resolve.conf, not resolv.conf
That's all. Everything else I left as was though I'm sure they would have helped as well.
10 points are going out to all who replied as an encouragement to help my sorry butt in the future.
To all those who have replied on the XV program, I haven't tried any of that yet, but when I do, I'm sure you'll be hearing back from me!!!
Late,
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:57 AM
06-11-2002 06:57 AM
Re: Rookie Questions
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:59 AM
06-11-2002 06:59 AM
Re: Rookie Questions
I'm not sure about java script but the flash pages thingie is unavailable for HP-UX - sorry.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:07 AM
06-11-2002 07:07 AM
Re: Rookie Questions
Enjoy the forums,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:12 AM
06-11-2002 07:12 AM
Re: Rookie Questions
as for flash i think i read something in this forum, that there is some kind of GNU plugin for netscape. You won't find it at netscape.com but i think this forum has a link somewhere.
For the java script: Just go to edit / preferences... / advanced and activate java and java script.
Hope this helps
Regards Stefan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:13 AM
06-11-2002 08:13 AM
Re: Rookie Questions
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:28 AM
06-11-2002 08:28 AM
Re: Rookie Questions
If someone posts a reply with N/A down at the bottom, he/she requests to get no points, because it out of line with the rest of the thread
Please continue searching, looking, reading, enjoying the forum, and maybe one day, you'll be a king or even a pharaoh yourself.
N/A <=== (which means no points here please)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 08:53 AM
06-11-2002 08:53 AM
Re: Rookie Questions
N/A, please.
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:04 AM
06-11-2002 09:04 AM
Re: Rookie Questions
Thanks again,
Scott
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:07 AM
06-11-2002 09:07 AM
Re: Rookie Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:10 AM
06-11-2002 09:10 AM
Re: Rookie Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:13 AM
06-11-2002 09:13 AM
Re: Rookie Questions
Yes, actually - two suggestions:
1) for your default route, edit /etc/rc.config.d/netconf as follows:
ROUTE_DESTINATION[0]=default
ROUTE_MASK[0]=""
ROUTE_GATEWAY[0]=130.1.0.248
ROUTE_COUNT[0]=1
ROUTE_ARGS[0]=""
(if it complains about being read only for root when you save it, use wq! - this assumes you're using vi)
then reboot.
2) It's probably better to post new questions in a thread of their own. People who cruise the forums tend to gloss over questions they've seen repeatedly, especially if they've got a rabbit on them already.
I hope you don't feel like I'm complaining about your questions, I'm not. Just trying to be helpful.
Good luck,
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:17 AM
06-11-2002 09:17 AM
Re: Rookie Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:18 AM
06-11-2002 09:18 AM
Re: Rookie Questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 09:19 AM
06-11-2002 09:19 AM
Re: Rookie Questions
Be happy you didn't ask anything about perl being a rookie :)