- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Can't get New L2000 on network by name
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
09-21-2005 09:47 AM
09-21-2005 09:47 AM
Can't get New L2000 on network by name
Please help me. I know I must have missed something. Tell me what you want to see out put from and I can post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 09:50 AM
09-21-2005 09:50 AM
Re: Can't get New L2000 on network by name
nslookup
can you get the right ip addresses ?
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 10:02 AM
09-21-2005 10:02 AM
Re: Can't get New L2000 on network by name
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 10:10 AM
09-21-2005 10:10 AM
Re: Can't get New L2000 on network by name
first if you want to connect to this server by name from your windows system, it needs to be placed in DNS system. Depending upon if you are the DNS admin or not, you need to do it or find the DNS admin to do it.
Wrong address resolution on the server itself is not good at all. This will cause you grief all the way, so let's work on that one.
Please provide the output of these commands:
cat /etc/hosts
cat /etc/nsswitch.conf
cat /etc/resolv.conf
also please let me know what the correct address should be, for comparison purposes
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 10:23 AM
09-21-2005 10:23 AM
Re: Can't get New L2000 on network by name
/ # cat /etc/hosts
/ # onfigured using SAM by root on Wed Sep 21 15:24:03 2005
# @(#)hosts $Revision: 1.9.214.1 $ $Date: 96/10/08 13:20:01 $
#
# The form for each entry is:
#
#
# For example:
# 192.1.2.34 hpfcrm loghost
#
# See the hosts(4) manual page for more information.
# Note: The entries cannot be preceded by a space.
# The format described in this file is the correct format.
# The original Berkeley manual page contains an error in
# the format description.
#
192.168.100.9 BMCHP2
127.0.0.1 localhost loopback
/ # cat /etc/nsswitch.conf
#
# /etc/nsswitch.conf
#
# This is the default configuration file for the name service switch.
# It will cause behavior similar to that performed on prior HP-UX
# releases when a configurable name service algorithm was not provided.
#
# If the /etc/nsswitch.conf file is not present, it will default to the
# behavior represented by the ordering and conditions below.
#
# See the Adminstering Internet Services Manual and the switch(4) man
# page for more information on the name service switch.
#
hosts: files[NOTFOUND=continue UNAVAIL=return] nis [NOTFOUND=return UNAVAIL=cont
inue TRYAGAIN=return]
services: files
protocols: files
networks: files
rpc: files
netgroup: files
automount: files
/ # cat /etc/resolv.conf
domain buntingmagnetics.com
nameserver 192.168.100.7
/ #
192.168.100.9 is the correct IP for the one NIC I have turned on right now. .7 is our server that runs DNS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 10:32 AM
09-21-2005 10:32 AM
Re: Can't get New L2000 on network by name
if you are using NIS, your configuration may be fine, as I don't know your internal architecture and do not know much about NIS other than few horror stories I have been thru in the past.
if NIS is totally out of picture, modify the following line in /etc/nsswitch.conf file as follows:
hosts: files [NOTFOUND=continue TRYAGAIN=continue UNAVAIL=continue] dns [NOTFOUND=continue TRYAGAIN=continue UNAVAIL=return]
(yours is quite different)
and not but not the least, make sure this server's name and IP address gets in to the DNS database so that you can reference it by name instead of the IP address from the windows side. Otherwise, you will not be able to.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 11:18 AM
09-21-2005 11:18 AM
Re: Can't get New L2000 on network by name
an other thing to check is the lanspeed, this should be the same on your switch port and on your nic.
use 1000 mb autoneg on.
Hope this helps,
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 11:53 AM
09-21-2005 11:53 AM
Re: Can't get New L2000 on network by name
Thank you for all of your suggestions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 12:23 PM
09-21-2005 12:23 PM
Re: Can't get New L2000 on network by name
thanks
DP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2005 01:32 PM
09-21-2005 01:32 PM