- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: unknown hostname
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
01-04-2001 05:27 AM
01-04-2001 05:27 AM
unknown hostname
Thanks,
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 05:42 AM
01-04-2001 05:42 AM
Re: unknown hostname
Use set_parms to give your host a name, IP etc...
Else
Have a look in you have no problems with /etc/rc.config.d/netconf
Good luck
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 05:57 AM
01-04-2001 05:57 AM
Re: unknown hostname
good luck.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 06:07 AM
01-04-2001 06:07 AM
Re: unknown hostname
Please help,
Terry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 06:13 AM
01-04-2001 06:13 AM
Re: unknown hostname
I ran into a similar problem and found that the drivers for my 100BT ethernet card did not load with the initial install. I had to configure the 10BT card first, bring it up and then load the 100BT drivers. Once the drivers were loaded I could configure the correct card for the network. All the while I was working through this I kept getting messages that the node couldn't resolve it's hostname. Don't know if this is your problem but thought just maybe.
Regards,
Brenda
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 06:50 AM
01-04-2001 06:50 AM
Re: unknown hostname
When you run netstat -rn, do you see the ip-address of the server, default etc.
Did you check your /etc/rc.log file for error messages.
Some other things to check:
- ioscan -fn
Does it show unclaimed devices.
- swlist -l fileset -a state, check for installed state. Run swconfig \*, if this is the case.
- Any error messages in the syslog.log file.
- Check the /etc/hosts file.
- Is the ip-address reachable from another server: ping 10.10.10.10
Darrel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 06:50 AM
01-04-2001 06:50 AM
Re: unknown hostname
ifconfig lan3 down
ifconfig lan3 inet
verify, netstat -r
route add default
netstat -r
What does it give?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 07:21 AM
01-04-2001 07:21 AM
Re: unknown hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2001 08:49 AM
01-04-2001 08:49 AM
Re: unknown hostname
check /etc/resolv.conf and /etc/nsswitch.conf for proper entries. And, of course, is your ip address and host name been added to the DNS server (nslookup).