JoeVulture
Dabbler
- Joined
- Sep 8, 2013
- Messages
- 22
For the life of me, I cannot seem to find a link to report an issue with ixSystems for my FreeNAS Mini - other than the regular FreeNAS bug reporting forum.
Anyway... I have a FreeNAS Mini (C2570D4I-based) and I can't seem to access the IPMI web GUI - it used to work. IPMI is active, based on these findings:
1. I can run ipmitool under FreeNAS:
2. I am able to telnet into it:
3. I have tried doing a reset (reboot of IPMI, I guess):
Power-cycling does not have an impact on it. I would normally try flashing the BMC, but it seems (if I understand the manuals correctly) that you must flash the BMC from the BMC GUI.
Has anybody experienced this and have an idea of how to fix it?
Thanks,
Joe
Anyway... I have a FreeNAS Mini (C2570D4I-based) and I can't seem to access the IPMI web GUI - it used to work. IPMI is active, based on these findings:
1. I can run ipmitool under FreeNAS:
Code:
[joevulture@freenas ~]$ sudo ipmitool lan print 1
Set in Progress : Set Complete
Auth Type Support : NONE MD2 MD5 PASSWORD OEM
Auth Type Enable : Callback : MD2 MD5
: User : MD2 MD5
: Operator : MD2 MD5
: Admin : MD2 MD5
: OEM :
IP Address Source : DHCP Address
IP Address : 192.168.1.195
Subnet Mask : 255.255.255.0
MAC Address : bc:5f:f4:fe:59:d4
SNMP Community String : AMI
IP Header : TTL=0x40 Flags=0x40 Precedence=0x00 TOS=0x10
BMC ARP Control : ARP Responses Enabled, Gratuitous ARP Enabled
Gratituous ARP Intrvl : 0.0 seconds
Default Gateway IP : 192.168.1.1
Default Gateway MAC : 00:00:00:00:00:00
Backup Gateway IP : 0.0.0.0
Backup Gateway MAC : 00:00:00:00:00:00
802.1q VLAN ID : Disabled
802.1q VLAN Priority : 0
RMCP+ Cipher Suites : 0,1,2,3,6,7,8,11,12
Cipher Suite Priv Max : caaaXXaaaXXaaXX
: X=Cipher Suite Unused
: c=CALLBACK
: u=USER
: o=OPERATOR
: a=ADMIN
: O=OEM2. I am able to telnet into it:
Code:
Joes-MBP:~ joevulture$ telnet 192.168.1.195 Trying 192.168.1.195... Connected to 192.168.1.195. Escape character is '^]'. AMIBC5FF4FE59D4 login: admin Password: BusyBox v1.13.2 (2014-11-19 16:09:49 CST) built-in shell (ash) Enter 'help' for a list of built-in commands. $
3. I have tried doing a reset (reboot of IPMI, I guess):
Code:
[joevulture@freenas ~]$ sudo ipmitool mc reset cold Sent cold reset command to MC
Power-cycling does not have an impact on it. I would normally try flashing the BMC, but it seems (if I understand the manuals correctly) that you must flash the BMC from the BMC GUI.
Has anybody experienced this and have an idea of how to fix it?
Thanks,
Joe