I have never used HP unix and I'm trying to invoke SAM. I telnet to the server from my PC and according to the instructions I was given, I have to set the display using setenv (c shell) which I did. I enter the following commands:
csh
setenv TERM vt220
setenv DISPLAY xxx.xx.xxx.xxx:0.0 (xxx being my ip address)
cd /usr/sbin
sam
This is the message I get:
The DISPLAY environment variable is set to "xxx.xxx.xxx.xxx:0.0",(xxx being my ip address) but
the current configuration won't allow sam to run on that display.
The DISPLAY environment variable may be incorrect, or, if you are
running sam remotely, you may need to allow the remote system to access your local X server by typing
/usr/bin/X11/xhost +ahsmta01
on your local machine.
I looked on the system that I am telneting to and there is no such file as /usr/bin/X11. Is this the problem?
csh
setenv TERM vt220
setenv DISPLAY xxx.xx.xxx.xxx:0.0 (xxx being my ip address)
cd /usr/sbin
sam
This is the message I get:
The DISPLAY environment variable is set to "xxx.xxx.xxx.xxx:0.0",(xxx being my ip address) but
the current configuration won't allow sam to run on that display.
The DISPLAY environment variable may be incorrect, or, if you are
running sam remotely, you may need to allow the remote system to access your local X server by typing
/usr/bin/X11/xhost +ahsmta01
on your local machine.
I looked on the system that I am telneting to and there is no such file as /usr/bin/X11. Is this the problem?