Skip to main content

How to disable IPMI VLAN

  • August 14, 2015
  • 4 replies
  • 1609 views

Forum|alt.badge.img+3
hi all,
I have problem for IPMI,Enable the VLAN in the WEB,so now,I con't unable to connect to IPMI.
In order to solve this problem,ihave try the following methods:
This topic has been closed for replies.

4 replies

aluciani
Forum|alt.badge.img+34
  • Chevalier
  • 330 replies
  • August 15, 2015
Hi 

Thanks for the question, I will see what I can do for you 🙂

Forum|alt.badge.img+17
  • Nutanix Employee
  • 3 replies
  • August 15, 2015
Hi muxiaoyuI wonder if this link has at least part of your answer?...next.nutanix.com/t5/Installation-Configuration/IPMI-vlan-How-to-remove-ipmi-vlan-id/m-p/1647Let us know results.

DonnieBrasco
Nutanix Employee
Forum|alt.badge.img+18
  • Nutanix Employee
  • 82 replies
  • August 16, 2015
Adding to 's comment, pasting command from another thread

ipmiutil lan -e -I 10.54.1.109 -G 10.54.1.1 -S 255.255.255.0 -h 0

-h switch determines the VLAN

-Nav

Forum|alt.badge.img+4
  • Adventurer
  • 4 replies
  • August 17, 2015
Hi muxiaoyuBecause you are not able to lan communication for IPMI, you need to work on a hypervisor shell.Command is:~ # / Ipmitool [Option] Ipmiutil [Option] ipmiutil lan -e -I [IP Addr] -G [Gateway] -S [Subnet] -h [VLAN ID :To disable the VLAN Id, set the ID to a value greater than 4096.]

Good luck~~