This topic provides information about several common tasks that can be performed. For each command it is assumed that you have opened a Command Prompt window, and that the current directory is %ProgramFiles%\Microsoft RoundTable\Device Management\.
Set the Time
The following command uses the computer's time to reset the time on the RoundTable device.
Copy Code | |
---|---|
Rtmanage.exe -m:cfg -t:now |
Change the Display Language
- Double-click DeviceConfig.xsn to open the InfoPath form.
- In the LCD Display section of the InfoPath form, change the
Display language setting to the appropriate value.
- Save the file (as RTConfig.xml, for example) to the directory
that contains RTManage.exe.
- Open a command prompt and run the following command:
Rtmanage.exe -m:img -i:config -f:RTConfig.xml
- Check for any XML parsing errors by using the following
command: Rtmanage.exe -m:cfg -q:cfgparseresult
- If there are no errors, go to the next step. Otherwise, fix the
errors and repeat from step 3.
- Restart the device using the following command.
Copy Code Rtmanage.exe -m:cfg –r
Change the Time Zone
- Double-click DeviceConfig.xsn to open the InfoPath form.
- In the Time section of the InfoPath form, change the Time zone
setting to the appropriate time zone.
- Save the file (as RTConfig.xml, for example) to the directory
that contains RTManage.exe.
- At the command prompt, run the following command.
Copy Code Rtmanage.exe -m:img -i:config -f:RTConfig.xml
- Check for any XML parsing errors using the following command.
Copy Code Rtmanage.exe -m:cfg -q:cfgparseresult
- If there are no errors, go to the next step. Otherwise, fix the
errors and repeat from step 3.
- Restart the device by using the following command.
Copy Code Rtmanage.exe -m:cfg -r
Getting the Device's Current Configuration
- Open a command prompt and run the following command.
Copy Code | |
---|---|
Rtmanage.exe -m:cfg -f:RTconfig.xml |
The device configuration file will be uploaded to a server share on the Office Communications Server 2007 Update Service.
Update the Firmware Images
The fastest way to update the RoundTable device is by means of an automatic image update using the image update server. However, if there is no update server and you must update the device, you can use the USB image update function.
- Obtain the latest firmware image files from the Microsoft
download center at
http://go.microsoft.com/fwlink/?linkid=147102 .
- Boot loader package—CPUEBOOT.cat and CPUEBOOT.bin
- Operating system package—NK.cat and NK.bin
- Boot loader package—CPUEBOOT.cat and CPUEBOOT.bin
- To update the boot loader, run the following command at a
command prompt.
Copy Code Rtmanage.exe -m:img -i:EBOOT -f:<file path to CPUEBOOT.bin> -s:<file path to CPUEBOOT.cat>
- To update nk.bin, run the following command at a command
prompt.
Copy Code Rtmanage.exe -m:img -i:nk -f:<file path to nk.bin> -s:<file path to nk.cat>
Reset the Device to Factory Settings
A RoundTable device stores two copies of its firmware: a read-only copy that is installed at the factory, and an updatable working copy. A RoundTable device ordinarily runs the updatable copy. When a device reset is performed, the working copy is erased. The device then starts the read-only factory firmware. The factory firmware copy enables you to update the RoundTable device with current firmware revisions without having to return the device to the factory.
If you forget your device password or the firmware images have become corrupted (because of a power outage, for example), you can perform a factory reset.
To perform a factory reset
- Press and hold the
On/Off Hookbutton.
- While still holding the
On/Off Hookbutton, press and then release the
Resetbutton at the back of the device.
A screen appears that prompts you to confirm that you want to continue with the reset or to continue without resetting. - Press the
Flash/Conferencebutton to continue with the reset, or press
the
Mutebutton to continue without resetting. Hold the
Flash/Conferencebutton until the device LED lights start to
blink. If you do not hold this button long enough, the factory
reset will not occur and the device will restart.
After you perform a factory reset, apply the latest RoundTable firmware to the device to help make operations secure and at a high performance level. After a factory reset you have to reapply the device configuration for your device. Failure to apply the latest RoundTable firmware after a factory reset can result in the device becoming noncompliant with telephony regulations in your country or region. Any liability that results from failure to apply the latest firmware upgrade is the responsibility of the end user.
Reset the Device Password
As a best practice to help ensure security, change the device password from its default setting by running the following command line.
Copy Code | |
---|---|
Rtmanage.exe -m:cfg -p |
You are prompted to enter the existing password, enter the new password, and then re-enter the new password.
The password consists of ANSI characters, and must be at least one character, but no more than 15 characters.
Upload the Diagnostics Logs
The following command line flushes diagnostic logs on the RoundTable device and sends them to the image update server.
Copy Code | |
---|---|
rtmanage.exe -m:diag -l:flush |