Operating System - Linux
1831345 Members
2984 Online
110024 Solutions
New Discussion

Not able to find out a physical location of servers

 
Sachin Jadhav
Advisor

Not able to find out a physical location of servers


Dear All,

At my DC we are having 4 Linux servers 10.0.252.201/204/31/218.

Actually we are not able to login to these servers by using any login name. These are very old servers and causing Multicast traffic in the network. So we want to find out the physical location by finding out a MAC addresses of these servers.

Is there any possibility for the same because we don't have any other alternative to find out the physical location of the servers.

Please share your valuable views on the same.

Thanks in advance ....


Many Thanks,
Sachin Jadhav
5 REPLIES 5
Alexander Chuzhoy
Honored Contributor

Re: Not able to find out a physical location of servers

Try the following:
1. ping these servers from the same subnet.
2. Find their MAC inthe ARP cache.
3. Login to switch(es) serving the subnet and see the mac addresses/port table.
4. The cable from the port (on which your MAC resides) goes into the socket in the wall - where the machine physically resides.
This should help.
Matti_Kurkela
Honored Contributor

Re: Not able to find out a physical location of servers

The server does not know its physical location and usually does not care about it (other than locale/timezone settings).

If you cannot login to those servers, there is no way to e.g. make the servers beep or otherwise identify themselves. So the only available option is to "follow the cable" (the procedure outlined by Alexander).

*If* your servers have SNMP installed & enabled, the previous sysadmins have typed in location information to /etc/snmpd.conf *and* that information is still up to date, you might query their location information using "snmpget -c public -v 1 sysLocation.0" from some other Linux host in the same network segment. But that information might be severely out of date, so you must verify it anyway.

MK
MK
Difladermaus
Advisor

Re: Not able to find out a physical location of servers

Another reason to use ILO on HP servers. Then you can log into that interface even is the system fails and blink the locator lights.
UVK
Trusted Contributor

Re: Not able to find out a physical location of servers

Do you have ILO configured? If yes you can see UID led which can be switched on. This is lit a LED on the server which you can locate in the DC.

Your NIC h/w address and IP will be logged in the switch it is connected. Talk to your network team and find out the switch port to trace your server by following the cable.

-uvk
-------------------------------------------
Like it or worked !! Click kudos !!
mohamed.bouraoui
Frequent Advisor

Re: Not able to find out a physical location of servers

ping and arp, that it.