DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: DISPLAY not set

  1. #1
    Join Date
    Jan 2001
    Posts
    138

    DISPLAY not set

    I am preparing to install a patchset to go from 8.1.7.2 to 8.1.7.4.

    When invoking the installer, I am getting the following error.

    ./runInstaller

    DISPLAY not set. Please set the DISPLAY and try again.
    : No such file or directory

    So a dumb question. What should I set the DISPLAY to? Thanks.

  2. #2
    Join Date
    Nov 2000
    Location
    greenwich.ct.us
    Posts
    9,092
    set the DISPLAY environment variable to yourhost:0. For example (assuming /bin/ksh):
    Code:
    workstation1% echo $DISPLAY
    :0
    workstation1% xhost +
    workstation1% rlogin -l oracle server1
    password: *********
    oracle@server1> export DISPLAY=workstation1:0
    oracle@server1> /cdrom/runInstaller
    Jeff Hunter

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width