Sunday, February 1, 2009

Tools to Connect Remote Servers from Desktop

Hi ,

Unix:
1. Xmanager
2. PUTTY
Procedure to get display( SUSE Linux servers)
1.Setup environment variables

a) Set DISPLAY

Enable X11 forwarding in putty
Login with sidadm
Run “echo $DISPLAY” and make a note of the result
Run “ xauth list” and make a note of result Execute → xauth extract /tmp/d switch to root user ( sudo su – root )
Run “export DISPLAY=
Run “xauth merge /tmp/d”
Run “xclock” to open clock for confirming the display settings
Example :
LONSAPVAS01:cc4adm 12> xclock
LONSAPVAS01:cc4adm 13> xauth list
LONSAPVAS01/unix:10 MIT-MAGIC-COOKIE-1 94d450329e0002d7988110433c257dff
LONSAPVAS01:cc4adm 14> echo $DISPLAY
localhost:10.0
LONSAPVAS01:cc4adm 15> xauth extract /tmp/jose
LONSAPVAS01/unix:10
LONSAPVAS01:cc4adm 17> sudo su - root
LONSAPVAS01:~ # export DISPLAY=localhost:10.0
LONSAPVAS01:~ # xauth merge /tmp/jose xauth: creating new authority file /root/.Xauthority
LONSAPVAS01:~ # xclock
LONSAPVAS01:~ # echo $DISPLAY localhost:10.0

b) Set environment variables From “root” user
export JAVA_HOME= /usr/java/j2sdk1.4.2_10
export PATH=$JAVA_HOME/bin:$PATH
export SAPINST_JRE_HOME=$JAVA_HOME/jre
All environment variable settings are done now. Proceed with start of SAP installation using “sapinst”

Windows:
1. Remote Desktop(MSTSC)
2. vnc viewer

3 comments:

  1. Thanks for sharing THE CREATING EXPERTS provide in depth knowledge in SAP BASIS courses

    http://thecreatingexperts.com/sap-basis-training-in-chennai/

    contact +91-08122241286

    ReplyDelete
  2. Informative SAP BASIS training is provided in CHENNAI

    Take a look at the link below for THE CREATING EXPERTS

    http://thecreatingexperts.com/sap-basis-training-in-chennai/

    contact 8122241286

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete