This chapter explains how to start and stop RealOne Desktop Manager on both UNIX and Windows platforms, as well as how to access RealNetworks Administrator.
RealOne Desktop Manager consists of the following components:
This is the software component of RealOne Desktop Manager that runs the product. The executable file is called rdm.exe on Windows platforms and rdmon UNIX platforms.
This is a Web-based console with which you use Web pages to centrally configure, build, deploy, and maintain RealOne Enterprise Desktop clients throughout your enterprise. Using RealOne Desktop Manager, you can configure settings either locally or remotely, because you can access the Web pages from almost any browser on your network.
You use these components to build installers for RealOne Enterprise Desktop deployment on Windows NT, Windows 95, Windows 98, Windows 2000, Windows XP, and Windows ME workstations.
Note that RealOne Desktop Manager uses components and terms similar to those used by RealNetworks® , but the components in RealOne Desktop Manager serve different functions than do those in Basic Server for Helix. RealOne Desktop Manager is not a streaming server. Rather, it is a product that enables administrators to deploy and configure RealOne Enterprise Desktop clients across corporate intranet environments from a single computer.
The instructions in this section describe how to start and stop RealOne Desktop Manager on Windows NT, Windows 2000, and Windows XP.
On Windows NT, Windows 2000, and Windows XP, RealOne Desktop Manager is automatically installed as a service (named "RDM") unless you cleared that option during setup. As a service, RealOne Desktop Manager is always running in the background.
You can start RealOne Desktop Manager either from the Start menu or from a command line.
If RealOne Desktop Manager is already running as a service, do not try to start it a second time.
| To start RealOne Desktop Manager from the Start menu: |
On the Start menu, point to Programs, point to RealOne Desktop Manager, and then click RealNetworks System Administrator. This starts the rdm.exe program.
RealOne Desktop Manager loads the default configuration file, rdm.cfg.
| Note: If RealOne Desktop Manager has already been started, a console window appears briefly and then disappears. |
| To start RealOne Desktop Manager from a command line: |
From the main RealOne Desktop Manager directory, type the following at a command line and then press Enter:
Bin\rdm rdm.cfg |
If you start it without including a configuration file, RealOne Desktop Manager uses the most recently used configuration settings.
You can run RealOne Desktop Manager as a service on Windows NT, Windows XP, and Windows 2000. There is an option you can select during setup that configures this automatically. Instructions in this section describe how to add RealOne Desktop Manager to the services list if you did not instruct the setup program to do so.
| To install RealOne Desktop Manager as a service: |
rdm.exe -import[: |
key is the registry key name you want to use. If you omit this key name, the default name Startup Params is substituted.
| Note: If you enter a registry key, do not type the bracket symbols. They are used to indicate an optional parameter. |
configuration_file is the path and configuration file you want to import.
Note:
The configuration file you use must contain absolute
paths for variables such as BasePath. When it is run as a service,
RealOne Desktop Manager does not recognize relative paths.
|
For example, the following command:
rdm.exe -import:Server1 ../rdm.cfg |
imports all of the values in the rdm.cfg file into the following key of the Windows NT registry:
HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\RDM\Server1
| Note: You must supply the path to the configuration file of RealOne Desktop Manager. If RealOne Desktop Manager cannot find the configuration file, it may not start. |
Tip:
You can now start RealOne Desktop Manager using this
configuration by typing the following at a command prompt: rdm.exe registry:Server1
|
rdm.exe -install[: |
ServiceName is the name that will appear in the Services dialog box. If you omit ServiceName, RDM is substituted.
| Note: If you enter the service name, do not type the bracket symbols. They are used to indicate an optional parameter. |
parameters is either the name of the configuration file or the registry and key name, as entered in Step 2. The format of the registry and key name is registry:key. You can use any command-line parameters, such as the -m switch, for example.
Note:
The quotation marks surrounding parameters are
required.
|
The next time you start RealOne Desktop Manager from the Services dialog box, it will use the settings specified in parameters and will be configured to start automatically.
For example, the following command:
rdm.exe -install:RMInternet "Server1" |
installs RealOne Desktop Manager with the service name "RMInternet" and uses the settings in the Server1 key.
ServiceName, and then click Start. | To remove any RealOne Desktop Manager from the services list: |
At a command prompt, type the following:
rdm.exe -remove[: |
where ServiceName is the optional name of the service. If you omitted a service
name when you installed the service, you can omit it here, and RealOne
Desktop Manager will use RDM as the default service name.
If RealOne Desktop Manager was started from the Start menu or a command line, switch to the command window and then press Ctrl+C.
On Windows NT, Windows 2000, or Windows XP, if RealOne Desktop Manager was started as a service, stop RealOne Desktop Manager by using the Services window (accessed from Control Panel). To stop the service, do one of the following:
Instructions in this section describe how to start and stop RealOne Desktop Manager when you are running it on UNIX.
Start RealOne Desktop Manager initially with the default configuration file; later, you can create other configuration files and start RealOne Desktop Manager using those files.
| To start RealOne Desktop Manager on UNIX: |
Go to the main RealOne Desktop Manager directory, and then type the following:
Bin/rdm rdm.cfg |
| To start RealOne Desktop Manager in the background: |
From the main RealOne Desktop Manager directory, type the following:
Bin/rdm rdm.cfg & |
If you have other configuration files, you can substitute one of their names for rdm.cfg and RealOne Desktop Manager will use the settings in the file you name.
| To limit the amount of memory that RealOne Desktop Manager uses: |
Start RealOne Desktop Manager with the -m parameter, as follows:
Bin/rdm rdm.cfg -m 128 |
where the number after -m can be any amount of memoryin megabytes, or
MBthat is128 MB or greater. (This parameter is not necessary on Linux.)
To stop RealOne Desktop Manager on UNIX, obtain the parent process
identification number, and then issue the kill command with that process
number. The process ID is stored in the rdm.pid file, which is usually kept in
the Logs directory. The PIDPath variable specifies this location.
You can perform both of these actions with one command. To do this, go to the directory that contains the RealOne Desktop Manager PID file, and then type the following:
kill `cat |
where pidfile is the name of the RealOne Desktop Manager PID file, as shown
in the PIDPath variable.
RealNetworks Administrator is a feature of RealOne Desktop Manager. It is a Web-based console from which you can view and configure the general setup options for RealOne Desktop Manager and create settings in configuration files and installers for RealOne Enterprise Desktop deployment.
When RealOne Desktop Manager is running, you can access RealNetworks Administrator from nearly any browser on your network that supports Java and JavaScript. The compatible browsers are Netscape Navigator versions 4.x or later and Microsoft Internet Explorer version 5.0 or later. For more information on browser compatibility, see http://service.real.com/help/library/guides/rdm/rdmguide.htm
| Note: To access RealNetworks Administrator, you must be running RealOne Desktop Manager. You cannot configure RealOne Desktop Manager settings on any other RealNetworks Administrator console. For example, you cannot use a Helix Server from RealNetworks® to administer settings on RealOne Desktop Manager. |
| To access RealNetworks Administrator: |
http:// |
address is the IP address or host name of the computer on which RealOne Desktop Manager is installed.
AdminPort is the port that RealNetworks Administrator uses to connect to RealOne Desktop Manager. During setup you were asked for a port number; use that port number here.
The following URL will start RealNetworks Administrator if it is typed in the browser on the same computer as RealOne Desktop Manager (be sure to substitute your port number for AdminPort):
http://127.0.0.1: |
The following command will also work on that computer:
http://localhost: |
The RealNetworks Administrator window for RealOne Desktop Manager appears.
| Tip: Bookmark this location so that you can easily return here at any time. |
|
|
©2002-2003 RealNetworks, Inc. All rights reserved.
For more information, visit RealNetworks Click here if the Table of Contents frame is not visible at the left side of your screen. |