Use this procedure to install and configure the DG/UX RealPort device driver from the Digi Realport CD. For instructions on how to install RealPort from a file or diskette, see the release notes or http://supportold.digi.com/techsupport/unix/dgux/dguxrp.html.
mkdir /usr/digi
The directory /usr/digi MUST be used.
mount -t cdrom [devicename] /usr/digi
where devicename is the name of the CD on
your system. A common CD device name is /dev/pdsk/2.
cd /usr/digi
unix_xwin (X Windows System version)
unix_char (Curses version)
The Access Resource Menu appears.
The installation script runs and installs the RealPort files.
umount [devicename]
Be sure that the CD is not being accessed when this command is entered. This is the case if a prompt has a pwd (working directory name) location of /usr/digi, or if a window has a working directory of /usr/digi.
If you want to use server-port style short names for RealPort devices (this is suggested, see RealPort Devices), first add the line
server-port-names on
Then for each PortServer add a line of the form:
server [server_number] [server_address]
[port_count]
| server_number | an id number specifying the server, normally begins at 0 and counts up for each PortServer |
| server_address | an IP address or hostname for the PortServer-the hostname can be configured in sysadm by choosing Networking > TCP/IP > Databases > Hosts > and Add. |
| port_count | the number of ports on the PortServer, including all ports on extension modules connected to the PortServer |
Other options to the server command and other commands that can be used in the realport.conf file are described in the comments at the top of /etc/realport.conf.proto and in the release notes.
realport_install [system_name]
The system_name is the name of the kernel
where the RealPort driver will be installed; normally this will be
aviion. The release notes describe other arguments to
realport_install and other methods of installing the RealPort
driver in the kernel.
To reboot use sysadm and choose System, Kernel, and Reboot.