Tuesday, November 16, 2010

Set Environment Command On Unix

If you read the article about SAP PI Installation , I wrote that you need to define JAVA_HOME environment before starting installation. Now I'm going to write how you can define it on UNIX systems.

setenv JAVA_HOME /usr/java14_64
export JAVA_HOME=/usr/java14_64

To have screen display of installation

setenv DISPLAY "address:0.0"
export DISPLAY="address:0.0"

*address : system IP*

Before above operation Xmanager should be open in passive mode.

No comments:

Post a Comment