Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > OpenVMS > general

How to get the CDE via remote connection?

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: How to get the CDE via remote connection?      Add to my favorites
Sathyaswarupa
Feb 27, 2006 01:11:50 GMT   

Hi Masters,

What are the configuration changes that I should make in the server so that we can get the CDE in a remote intel machine with windows 2000 loaded?

Server:
OS - OpenVMS 7.3-2
Machine - Alpha DS 20.
Network - 100mbps LAN.
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Volker Halle Expert in this area This member has accumulated 7500 or more points
Feb 27, 2006 02:14:45 GMT    Unassigned

Hi,

you need to run a Xserver application (e.g. eXcursion Server) on the remote Windows PC and use a transport protocol understood by both systems (most likely TCPIP).

To test the setup, start eXcursion server on your PC, then login to the OpenVMS Server (e.g. via TELNET) and:

$ set displ/create/node=<ip-address-of-PC>/transp=tcpip
$ mc DECW$CLOCK

If the DECwindows clock display shows up on your PC monitor, the X-connection works.

To get the CDE login window on your PC screen, just enter $ MC DECW$STARTLOGIN in your OpenVMS Telnet session, after the above SET DISPLAY command.

It's also possible to create an eXcursion application with the following attributes:

Command: $ MCR CDE$SYSTEM_DEFAULTS:[BIN]DTSESSION

This will need SYS$SYSTEM:PCX$SERVER.COM to be present on your OpenVMS server.

Selecting this eXcursion application will (without the CDE login window) display the CDE desktop on your Windows PC.

Volker.
Wim Van den Wyngaert This member has accumulated 7500 or more points
Feb 27, 2006 03:19:43 GMT    Unassigned

We do a rexec from the PC to VMS with the user name wanted on VMS. The rexec is asked to execute a script in DETACHED that in essence does :
$ set display/transport=tcpip/node=pc
$ @cde$system_common:[bin]xsession

The CDE is started without asking the user name.

The detached is to free the rsh connection.

On the PC we use KEA!X. The username / password is configured within KEA!X but can also be asked on each connection (leave it blank in the config).

Wim
Rick Retterer Expert in this area This member has accumulated 250 or more points
Feb 28, 2006 11:09:43 GMT    Unassigned

If you are running Tcpip for OpenVMS on your system, you can enable the XDMCP component of TCPIP Services and then connect from KEA!X using XDM.

This is the link to the on-line documentation for setting up XDMCP.

http://h71000.www7.hp.com/doc/732final/6526/6526pro_044.html#h1_conf_xdm

However, if you choose not to use XDMCP, and simply want to run a CDE Decwindows Session and have the ability to save your customizations and such, you can use REXEC to call the following command procedure, and it will startup a CDE session:

(Note, you do not need pcx$server.com for this to work.)

$!********* Start CDE Session *******
$ set verify
$ SPAWN/NOWAIT -
MCR CDE$SYSTEM_DEFAULTS:[BIN]DTHELLO
$ @CDE$SYSTEM_DEFAULTS:[BIN]XSESSION.COM
$ LOGOUT


Cheers,
Rick Retterer
HP Services
Decwindows Support
Atlanta, GA.
Rick Retterer Expert in this area This member has accumulated 250 or more points
Feb 28, 2006 11:15:00 GMT    Unassigned

Oh my, I almost forgot the most important part...

Don't forget to set your display variable in the script first....

$!******* Start CDE Session **********
$!
$ set display/create -
/node=pc.ip.address-
/trans=tcpip
$!
$ SPAWN/NOWAIT -
MCR CDE$SYSTEM_DEFAULTS:[BIN]DTHELLO
$!
$ @CDE$SYSTEM_DEFAULTS:[BIN]XSESSION.COM
$!
$ LOGOUT

This script should work much better for you.

Cheers,
Rick
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2010 Hewlett-Packard Development Company, L.P.