1833197 Members
3141 Online
110051 Solutions
New Discussion

Help needed running SAM

 
Jeff Thomas_1
Contributor

Help needed running SAM

Hi.

I am trying to run sam from a console login, and when I type sam and hit return, the cursor moves to the next line and just blinks forever.

Any idea what I need to do to get the text menus to come up?

Thanks for reading.
Thanks so much for helping a newbie!
4 REPLIES 4
Patrick Wallek
Honored Contributor

Re: Help needed running SAM

A couple of things to try:

1) Make sure your DISPLAY variable is not exported causing it to try to bring up the X version. (echo $DISPLAY, if exported do a 'export DISPLAY=')

2) See what your TERM is set to. 'echo $TERM' If not set appropriately, reset. Depending on what type of terminal you are using you could set it to hp, vt100, something like that.

Steffi Jones_1
Esteemed Contributor

Re: Help needed running SAM

Hello,

see if someone else has already a sam session open.

ps -ef | grep -i sam will show this.

Steffi Jones
Vincenzo Restuccia
Honored Contributor

Re: Help needed running SAM

If you have N-class or L-class set terminal vt100 else hp.
Bill McNAMARA_1
Honored Contributor

Re: Help needed running SAM

On text based console


export TERM=hp
tsm ( to get multiple softkey 'windows')
sam
from another shell window you can run top
and verify sam is running correctly.

Later,
Bill
It works for me (tm)