C
C
csergey2016-06-06 17:42:03
linux
csergey, 2016-06-06 17:42:03

How to find out in which pocket on the server a specific hard drive?

SUPERMICRO server. Proxmox is on the server. How to find out in which pocket the disk is physically located, for example / dev / sdf ???

Answer the question

In order to leave comments, you need to log in

5 answer(s)
O
O Di, 2016-06-06
@csergey

Blink.
dd if=/dev/sdX of=/dev/null bs=100M count=10

V
Vasily Pechersky, 2016-06-06
@Vasily_Pechersky

In my opinion - without stopping the server - in any way.
Since the question does not provide information about the disk controller and enclosure, the universal answer is:
Run the command specifying the disk
udevadm info --query=all --name=/dev/sda | grep ID_SERIAL After turning
off the server, find the drive by its serial number.

O
oia, 2016-06-06
@oia

No way, you can find out on which port, and since the server can be assembled by crooked hands, they can confuse the cable from the portal to the disk

P
Puma Thailand, 2016-06-06
@opium

Refer to the disk, it will blink the indicator

P
playnet, 2016-07-05
@playnet

In the general case, the easiest way is to blink, but if there is a normal controller, you can get where the disk is in the backplane, and there is a one-to-one correspondence, the positions are signed right on the backplane.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question