The enterprise.rsp response file when executed with the su - oracle -c "export DISPLAY=10.60.30.40;/mnt/disk1/runInstaller -silent -responseFile /mnt/admin/response/enterprise.rsp"
does not work with the DISPLAY variable.
Apparently, you need to set the DISPLAY variable to a PC running an Xserver emulator ( as the host has no graphics card ), even though the response file has no settings to echo any info to. It's isn't exactly therefore hands free as you have to hardcode the IP address of the PC into the script, then run the Xserver emulator on the PC, then execute the script.
ANyone know of a workaround to fool the runInstaller install
to point to the local host ipaddress as the Xserver - without a graphics card ?
Any help greatly appreciated !
does not work with the DISPLAY variable.
Apparently, you need to set the DISPLAY variable to a PC running an Xserver emulator ( as the host has no graphics card ), even though the response file has no settings to echo any info to. It's isn't exactly therefore hands free as you have to hardcode the IP address of the PC into the script, then run the Xserver emulator on the PC, then execute the script.
ANyone know of a workaround to fool the runInstaller install
to point to the local host ipaddress as the Xserver - without a graphics card ?
Any help greatly appreciated !