Cannot eject the cd from the drive, Display environment variable not set correctly, Client not authorized to connect to server – Sybase ADAPTIVE 15.0.2 User Manual

Page 118

Advertising
background image

Solutions to common installation problems

102

Adaptive Server Enterprise

% foreach i(*)

? cat $i | sed -e "s/140/100/g" | sed -e "s/^#D/D/g" | sed -e "s/^#S/S/g" > p

? mv p $i

? end

%

The installation utilities will now use approximately 25 percent less window
space.

Cannot eject the CD from the drive

If you cannot eject the CD from the drive:

Check to see whether the CD drive path is the current directory (

pwd

) in a

UNIX terminal window. If it is, change (

cd

) to another directory.

DISPLAY environment variable not set correctly

This error message means that the DISPLAY environment variable on the
remote machine is not set correctly to display the Installer to your local
machine:

The DISPLAY environment variable is not set correctly.

To correct the problem, enter the following command at the UNIX prompt of
the remote machine, where host_name is the name of the machine on which
you want the Installer to appear (that is, on your local machine):

For C shell:

setenv DISPLAY host_name:0.0

For Bourne shell:

DISPLAY=host_name:0.0; export DISPLAY

Client not authorized to connect to server

If you run the Installer and you get this error message, it means the remote
machine does not have permission to display the user interface on the local
machine where you start working:

Xlib: connection to "host_name" refused by server

Xlib: Client is not authorized to connect to Server

Advertising