> What is the command to reset the pm2e to the default configuration, ie
> lose ALL configuration aspects of it!!
>
> I have seen it mentioned here before......
erm, reading the manual, though I'm not sure what you need exactly...
To erase the configuration information stored in FLASH RAM, do one of the
following on the PM console
ir ComOS 3.0+
set register 0xffff 0x0102
After about 30 seconds, following message is displayed:
Successfully formatted FLASH 2
....
If you are performing this procedure because the ComOS in the FLASH RAM is
corrupted, type:
set register 0xffff 0x0f63
After about 30 seconds, the following message is displayed:
Successfully formatted FLASH 99
....
There is also ERASE
This command can be used to erase all or part of the nonvolatile memory in
the PM.
erase all-flash | comos | configuration
erase file STRING
erase partition NUMBER
all-flash Erases all the nonvolatile memory in the PM, including the
ComOS.
comos Removes teh PM ComOS, after which you can no longer boot
from Flash RAM.
configuration Erases configuration data, so that after the next reboot
the PM will be configured to the factory defaults.
file Erases a specified file from nonvolative memory.
STRING The name of the file to be erased; see "show files" on
page 3.24 for file names.
partition Use this keyword only when told to do so by Livingston
Technical Support.
NUMBER A partition number from 0 to 7.
&&&
Example
This example erases the configuration information stored in Flash RAM,
restoring the PM to factory defaults.
Command> erase configuration
Successfully erased FLASH configuration
8)
I hope this is what you needed.....
-- Aloha,Sherwood