Unsolved
This post is more than 5 years old
1 Rookie
•
19 Posts
0
29778
May 23rd, 2009 19:00
racadm.exe: Failed to perform write operation with RAC controller
I've been running for awhile without issue, now a couple of days ago racadm is failing with the message "Failed to perform write operation with RAC controller". I did not make any changes to cause this. I dont even know what the error message means, i just know the "serveraction powerup" does not work. No errors are logged. The RAC works as usual through the web interface, but racadm simply stopped working from the CLI.
So far I've tried a hard reset by unplugging the power, resetting the RAC from the web interface, and also a RAC firmware update. No luck...!
Thanks for any help.
0 events found
No Events found!


potroastman
1 Rookie
•
19 Posts
0
May 27th, 2009 17:00
No replies yet...
Can someone explain how to do a full reset on the DRAC controller? I tried updating firmware but that must not actually reset it.
fega
2 Posts
0
November 12th, 2009 06:00
I have the same problem. I did hard reset of the controller using:
racadm racreset hard
and also performed reset to the default config:
racadm racresetcfg
I did it localy using racadm from Open Manage server administrator package under Windows 2000 server.
remote call:
racadm -r -u -p
does the same error: Failed to perform write operation with RAC controller
server pe2650, RAC Firmware Version 3.38 (tried also downgrade to 3.35 = same result)
I could not find the answer/solution...
any ideas?
potroastman
1 Rookie
•
19 Posts
0
November 12th, 2009 08:00
I never found a "fix" but I did get a workaround. Dell support helped me with this for hours on end, over the span of several weeks. They never gave up! But, we never did FIX it. But they did help me get a workaround.
Luckily, I kept notes! It is a two-part workaround.
First, enable telnet access to DRAC (dell helped me with this).
Second, write a script to telnet in and issue the command (I came up with this part on my own).
Part 1:
See here
http://lists.us.dell.com/pipermail/linux-poweredge/2003-November/011654.html
My summary:
to enable the telnet interface:
Log into the RAC web interface.
Select the Debug tab
Select the "Command Debug" subtab
enter the command
d3debug propget ENABLE_TELNET
and submit it.
you should see something like
Status Text
----------
ENABLE_TELNET=FALSE
Click on 'Go Back to Command Debug Page', enter the command
d3debug propset ENABLE_TELNET=TRUE
and submit it.
if that succeeds, then run 'racadm racreset'
Part 2:
I found a little utility called TST10.exe, it allows you to write a small "telnet" script and execute it from the CLI or a batch file.
My TST file:
192.168.1.5
WAIT "Login:"
SEND "root\m"
WAIT "Password:"
SEND "calvin\m"
WAIT "#"
SEND "serveraction powerup\m"
WAIT "#"
SEND "exit\m"
Execute it via TST such as:
tst10.exe /r:
Good luck. If you do ever find a real FIX, please post it here...
fega
2 Posts
0
November 12th, 2009 23:00
thax a lot for sharing that, it works.
reseting of rac is possible from web interface also.
however, using telnet is not secure at all. (probably racadm -r -u -p is also not secure...)
KimWaggoner
1 Message
0
May 1st, 2012 08:00
I was having the same problem. Updating the DRAC firmware to 1.75 fixed it.
http://www.dell.com/support/drivers/us/en/04/DriverDetails?DriverId=V0F9Y&FileId=2731109153&DriverName=Dell%20Remote%20Access%20Controller%20-%20DRAC%204%2FI%2C%20Remote%20Access%20Controller%20-%20DRAC%204%2FP%2C%20v.1.75%2C%20A01&productCode=poweredge-2850&urlProductCode=False
preiner
1 Rookie
•
3 Posts
0
March 4th, 2014 20:00