0

This is my topology:

                    +-------------------+
                    |                   |
          +---------+  ipmi switch      +----+
          |         |                   |    |
          |         +-------------------+    |
          |                                  |
          |                                  |
      +---+---+                          +---+---+
      |       |                          |       |
      |  bmc  |                          |  bmc  |
      |       |                          |       |
+-----+-------+----------+         +-----+-------+----------+
|                        |         |                        |
|                        |         |                        |
|                        |         |                        |
|       host1            |         |       host2            |
|                        |         |                        |
|                        |         |                        |
|                        |         |                        |
+-----+--------+---------+         +-----+--------+---------+
      |        |                         |        |
      |  mgmt  |                         |  mgmt  |
      |  nic   |                         |  nic   |
      +----+---+                         +----+---+
           |                                  |
           |                                  |
           |                                  |
           |                                  |
           |          +-------------------+   |
           |          |                   |   |
           +----------+  mgmt switch      +---+
                      |                   |
                      +-------------------+

Is there a way to detect bmc of host2 alive only via bmc of host1(via ipmi switch) not mgmt network(mgmt nic and mgmt switch)?

I searched man page of ipmitool and freeipmi but found nothing helpful

0andriy
  • 4,183
  • 1
  • 24
  • 37
Wei
  • 3
  • 3

1 Answers1

0

Under the assumption that the "bmc" NICs only do IPMI traffic and no other traffic (i.e. no normal IP traffic), I don't believe there is a way for bmc-host1 to perform IPMI traffic to bmc-host2 to detect that it is up. Client side tools in ipmitool and freeipmi are effectively doing IP traffic to a bmc on the other side. So there needs to be a way to reach bmc-host2 with normal IP traffic.

Albert Chu
  • 313
  • 1
  • 5