Nokia AirFrame AR-D52B

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

repurposer

New Member
Apr 15, 2026
1
0
1
Anyone have any experience with this type of server?
I have a unit and it is clearly a server based on a QuantaGrid D52B-1U.

It seems to be somewhat locked down so I have not been able to reset password for BMC via ipmitool. I can create users, but not set password so not able to login.
I have not been able to find any bmc-reset jumper on the board either.
I would like to find out how to reset the bmc so I can remotely access the server.

Also, original parts list for the D52B unit does list Nvidia A2, but when I connect this GPU then fans go straight to insane-mode as soon as device discovery identifies the card during post, rendering it unusable for my needs.
Any thoughts on this? The A2 GPU has a HPE parts code, but can that be an issue?
The BMC is from production date I think, but not sure if I am able to upgrade it due to the lockdown of the unit.

Any thoughts and experiences are welcome :)
 

AleMal

New Member
Mar 25, 2026
1
0
1
Hi!
If you still need help with this, below is how I did it.
According to ipmitool I'm running firmware 3.74
Its also with the help of ipmitool i found the IP of the BMC.

Code:
root@pve1:~# ipmitool mc info
Device ID                 : 32
Device Revision           : 1
Firmware Revision         : 3.74
IPMI Version              : 2.0
Manufacturer ID           : 28458
Manufacturer Name         : Nokia Networks (formerly 'Nokia Siemens Networks')
Product ID                : 16974 (0x424e)
Product Name              : Unknown (0x424E)
Device Available          : yes
Provides Device SDRs      : yes
Additional Device Support :
    Sensor Device
root@pve1:~# ipmitool user list 1
ID  Name             Callin  Link Auth  IPMI Msg   Channel Priv Limit
1                    false   false      true       ADMINISTRATOR
2   admin            true    true       true       ADMINISTRATOR
3   noadmin          true    true       true       USER
4                    true    false      false      NO ACCESS
5                    true    false      false      NO ACCESS
6                    true    false      false      NO ACCESS
7                    true    false      false      NO ACCESS
8                    true    false      false      NO ACCESS
9                    true    false      false      NO ACCESS
10                   true    false      false      NO ACCESS
11                   true    false      false      NO ACCESS
12                   true    false      false      NO ACCESS
13                   true    false      false      NO ACCESS
14                   true    false      false      NO ACCESS
15                   true    false      false      NO ACCESS
16                   true    false      false      NO ACCESS
root@pve1:~# ipmitool user set password 2 "password123"
Set User Password command successful (user 2)