BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Anand_V
Ammonite | Level 13
After connecting to server via MobaXterm can you just run below commands?

sis$ cd /s01/sas/sashome/SASManagementConsole/9.3
sis$ ./sasmc

japsas100
Pyrite | Level 9

 

@Anand_V @Kurt_Bremser 

When I log in to putty and X server is running. Here is output 

sis$ echo $DISPLAY
localhost:11.0


sis$ cd /s01/sas/sashome/SASManagementConsole/9.3

sis$ ./sasmc

 

It's hanged and it shows nothing.

Kurt_Bremser
Super User

When putty finds a local X server on start, and X11 forwarding is enabled, it will create the necessary environment on the server on its own. After logging on,

echo $DISPLAY

should reveal this. Just start smc, without any further settings.

Anand_V
Ammonite | Level 13
It’s because you don’t have the package installed on your UNIX server. It’s
just to test if the X11 is working fine.

Can you try to launch SMC now from the terminal?
Kurt_Bremser
Super User

A little information to provide you with a picture of what is needed:

in UNIX, a graphical interface based on the X protocol uses several components:

  • the application that needs a graphical interface
  • the X server; this is a program that provides communication with the screen, mouse, keyboard and other devices
  • a window manager that controls how the applications share the screen
  • a connection between all those parts

The difference between Windows and the X protocol is that X allows the parts to be located on different hosts, and communicating via network.

SAS Management Console is the application in this picture, your putty client and the SSH server on your Linux provide the connection (by tunneling the unencrypted X traffic through the encrypted SSH), but you still need the X server and window manager, and that is what applications like the CygWin X server, X-Manager or MobaXterm provide.

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 20 replies
  • 6139 views
  • 3 likes
  • 3 in conversation