| Title: | CDE on Digital UNIX onment - CDE | 
| Notice: | CDE on Digital UNIX - for CDE on VMS, please see Note 1.3 | 
| Moderator: | UNXA::SYSTEM | 
| Created: | Tue Nov 23 1993 | 
| Last Modified: | Fri Jun 06 1997 | 
| Last Successful Update: | Fri Jun 06 1997 | 
| Number of topics: | 660 | 
| Total number of notes: | 2674 | 
I posted it on Digital_unix conference, but I need any idea.
******
Hi,
My customer has two AXP: one 4100 and one Alphastsation 200.
He wants to do the following:
	Running on Alphastation 200 one session of 4100.
The environment is CDE.
There is an artic on star about it, but I can't do it work O.K.
1.  Copy the Xservers file from /usr/dt/config to /etc/dt/config and edit the 
    new file.                                                                
                                                                              
    # cp /usr/dt/config/Xservers /etc/dt/config/                              
    # cd /etc/dt/config                                                       
    # dtpad Xservers                                                          
                                                                               
2.  Add a line at the bottom of the file similar to this:                     
                                                                             
    wkstnB:0 RemoteLogin foreign                                              
3.  The next step is to either reboot or stop and restart the X server on     
workstation A.  (Any unsaved work in session will be lost on this             
machine after issuing these commands):                                        
                                                                              
# /sbin/init.d/xlogin stop                                                    
# /sbin/init.d/xlogin start                                                   
                                                                                                                                                            
From this point on, as long as the remote system (workstation B) has an X     
server running, and the second workstation (workstation A) is running X-window
there should be a login screen on the remote node.                            
     
Please, anybody can help me? 
I think that it is posible.
I don't kow if I must add anything on another files.
Thanks for all,
Arancha
| T.R | Title | User | Personal Name | Date | Lines | 
|---|---|---|---|---|---|
| 657.1 | Can you post the article | UNXA::DERZINSKI | Wed May 28 1997 11:02 | 5 | |
| Can you post the article here. I have not seen it. Thanks John. | |||||
| 657.2 | How To Push a CDE Login Box To A Remote Workstation | MDR01::ARANCHA | MCS Madrid | Thu May 29 1997 04:23 | 86 | 
|     I post the article, but the steps  are on .0
    
    
{Draft} TITLE: How To Push a CDE Login Box To A Remote Workstation
Copyright (c) Digital Equipment Corporation 1997. All rights reserved.
SOURCE: Digital Equipment Corporation
Copyright (c) Digital Equipment Corporation 1997.  All rights reserved.
PRODUCT: DIGITAL[R] Unix Version 4.0
OP/SYS: DIGITAL Unix Version V4.0
SOURCE: Digital Equipment Corporation
QUESTION:
A user has DIGITAL Unix V4.0b running on workstation 'A' and wants to
create a login box for this workstation to appear on workstation 'B'.
Can this be done?
ANSWER:
In order to accomplish this, both workstations need to be capable of
running an X server.  To start, on workstation A, perform these steps:
1.  Copy the Xservers file from /usr/dt/config to /etc/dt/config and edit the
    new file.
    # cp /usr/dt/config/Xservers /etc/dt/config/
    # cd /etc/dt/config
    # vi Xservers
    Note:  Any text editor can be used to modify the file.
2.  Add a line at the bottom of the file similar to this:
    wkstnB:0 RemoteLogin foreign
    The first parameter, wkstnB:0, is simply the node name of the
    remote worktation and display device 0.  If workstation B is in
    the same subnet as workstation A, all that is needed is name:0, otherwise,
    a full domain name is required - wkrstnB.do.ma.in:0.
    The next item, RemoteLogin, can be any text string, like a comment.
    The final item is 'foreign' for remote login windows.
3.  Save the modified file.
4.  The next step is to either reboot or stop and restart the X server on
workstation A.  (Any unsaved work in session will be lost on this
machine after issuing these commands):
# /sbin/init.d/xlogin stop
# /sbin/init.d/xlogin start
From this point on, as long as the remote system (workstation B) has an X
server running, and the second workstation (workstation A) is running X-windows,
there should be a login screen on the remote node.
REFERENCES:
DIGITAL Unix V4.0 Common Desktop Environment Advanced User's and System
Administration Guide, chapter 1, pages 4 and 5.
[R]  UNIX is a registered trademark in the United States and other countries
       licensed exclusively through X/Open Company Limited.
    
    
    
 | |||||