Netra T1 error at OK prompt

After I bring the Netra T1 to OK prompt, obp command "test-all" returns an error message " Rejecting alloc-mem". What kind of error is this ? How to fix this ? Thanks
[187 byte] By [jackrrchen] at [2007-11-25 23:25:13]
# 1
Hi,Try using the command #reset (or) reset-all before proceding with the command test-all!Cheers
machiunixGILLI at 2007-7-5 18:12:05 > top of Java-index,General,Talk to the Sysop...
# 2
I tried to "reset-all", upgrade the firmware version to the latest, but still getting the same error. The kernel patch leverl is at 108528-13.
jackrrchen at 2007-7-5 18:12:05 > top of Java-index,General,Talk to the Sysop...
# 3
have you set auto-boot? = false, reset, so you come up to an ok prompt cleanly, then try your tests?
jeffreys at 2007-7-5 18:12:05 > top of Java-index,General,Talk to the Sysop...
# 4
Hi JefferyI followed your instruction, and it worked this time. Thanks.What is it any way.
jackrrchen at 2007-7-5 18:12:05 > top of Java-index,General,Talk to the Sysop...
# 5

general rule of thumb is that any time you want to probe or test your machine (from the ok prompt) you need to disable the auto-boot nature of the machine and start from just after a clean POST.

You can switch this on or off at either the ok prompt or from a running system.

ok> setenv auto-boot? true

ok> setenv auto-boot? false<just toggling back and forth>

root# eeprom "setenv auto-boot?=false"

root# eeprom "setenv auto-boot?=true"<same thing from the running OS>

hth

Jeff

jeffreys at 2007-7-5 18:12:05 > top of Java-index,General,Talk to the Sysop...