- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: how can i find the machine!
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-28-2003 01:06 PM
11-28-2003 01:06 PM
how can i find the machine!
there is pc whose ip is set the ipaddress which is assigned to my hpux system
there are smome messages come from the cosole of hpux system which indicates the ip is duplicated
how can i find out the pc?
there is so many pcs in my local network!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 01:11 PM
11-28-2003 01:11 PM
Re: how can i find the machine!
The simple method is,
disconnect the hp-ux box from the network. From some other machine ping the IP address to see if the machine is alive on the nework. If it is pinging then do a "arp -a" to find out the MAC address of the system. Also try to resolve the IP to the hostname to check if the IP is already regitered with a hostname by which you can determine the duplicate system. If you are still not able to determine where it is located then you can use the nmap command to determine what OS is running on the sytem to narrow down on the location. (nmap is available by default in linux or you can compile it for hp-ux)
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 02:11 PM
11-28-2003 02:11 PM
Re: how can i find the machine!
from a Win2K PC,
nslookup
Or
ping -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 10:29 PM
11-28-2003 10:29 PM
Re: how can i find the machine!
Regards,
Tony.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2003 10:38 PM
11-28-2003 10:38 PM
Re: how can i find the machine!
The ping command sends Echo Request packets to the host once per second.
When using ping for fault isolation, first specify a local address for host to verify that the local network interface is working correctly. Then specify host and gateway addresses further and further away to determine the point of failure.
Ping sends one datagram per second, and it normally writes one line of output for every Echo Response that is received.
No output is produced if there are no responses.
P.S.
This command is intended for use in testing network performance. It should be used primarily to isolate network failures, because it is considered discourteous to use ping unnecessarily during normal operations or from automated scripts.
HTH
Bruno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 06:02 AM
11-29-2003 06:02 AM
Re: how can i find the machine!
To avoid all these issues why not set up a DHCP server for these pcs u may use one of the HPUX nodes to perform the task?. Keep in mind to reserve all the fixed IP Addresses in the network
Kaps....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2003 08:29 PM
11-29-2003 08:29 PM
Re: how can i find the machine!
Shutdown your hp server and then do a traceroute to the ip address of the pc that has a duplicate address. The route should tell you where the pc is connected.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 07:33 AM
11-30-2003 07:33 AM
Re: how can i find the machine!
if you use dhcp server you can start eventvwr on the machine where you have your dhcp server installed.
There you can see witch pc has the same ip adres. Another tip is disconect your hp box en use this command to see the name of the pc who has the same ip adres:
ping -a ipadres ( from one pc on your network)
success