T.R | Title | User | Personal Name | Date | Lines |
---|
179.1 | Transport not Protocol | OIWS20::BRYSON | | Sun Feb 12 1989 10:08 | 7 |
| > "protocol node user"...
Sorry. That should be "transport node user"
David
|
179.2 | Almost | STAR::BRANDENBERG | Intelligence - just a good party trick? | Mon Feb 13 1989 12:40 | 18 |
| Almost correct. The bit about the session manager is fine. The
server uses these files in the following manner at every server reset:
Destroy Trusted Access List.
Destroy Allowed Access List.
If Trusted file is readable Then
Create Trusted Access List from file
Else
Assume Default ("* 0 SYSTEM")
Endif
If Allowed file is readable Then
Create Allowed Access List from file
Else
Copy Trusted Access List to Allowed Access List
Endif
- monty
|
179.3 | That explains it | OIWS20::BRYSON | | Mon Feb 13 1989 19:39 | 8 |
|
Thanks! That explains why when I had lines in BOTH files and performed
an XListHosts, that these lines appeared twice in the permission list output.
Thanks again,
David
|
179.4 | Starting a server WITHOUT decw$loginout | DCC::ALDEN | Ken Alden | Tue Feb 21 1989 11:41 | 9 |
| What is the magical incantation to start a server WITHOUT starting the program
that puts up the logo and login window? I would like to have just a simple
server, with no window manager or any other window up on my display. I plan to
push UTOX screen images to the background display, and so the previous notes
are of interest to me.
Thanks,
-Ken
|
179.5 | This is how I do it.. | ASIA::MCLEMAN | Workstations 'R' Us | Wed Feb 22 1989 12:01 | 17 |
| I run a 4 meg WS with just a server and start the session on the 6220 host.
So on the workstation, my systartup is a couple of lines like so:
$ @startnet
$ def decw$ignore_subprocess true ! Let DECW$startup run inline
$ @decw$startup server ! P1 = server = just start the server
$ submit/queue=boot_queue remote$session.com
Where boot_queue is the queue on the boot node and the session command file
just defines a display and executes DECW$STARTLOGIN.EXE.
The DECW$SERVER_ACCESS_ALLOWED/TRUSTED database contains the boot node and
the username. Works fine.
Jeff
|
179.6 | Everthing execept DECW$STARTLOGIN | OIWS20::BRYSON | | Wed Feb 22 1989 14:37 | 21 |
| If you are wanting to perform everything that DECW$STARTUP.COM normally
does (starts server, libs, and apps) except create a display device
and run DECW$STARTLOGIN.EXE, then place the following command in
SYSTARTUP_V5.COM:
$ @SYS$MANAGER:DECW$STARTUP "" 0
If P1 is NULL, then DECW$STARTUP goes through DECW$STARTSERVER,
DECW$STARTLIBS, and DECW$STARTAPPS.
P2 is the server number and currently all VMS workstations will only
have one server (Supported that is). DECW$STARTAPPS will stop
just before performing the SET DISPLAY and RUN DECW$STARTLOGIN if
P2 is not NULL.
This method is good because it installs all sharable images and defines
all the necessary logicals on the system.
David
|
179.7 | Where is this feature documented? | KOBAL::FULLERTON | | Wed Feb 22 1989 17:05 | 10 |
| Can anyone tell me where these files are officially documented?
SYS$MANAGER:DECW$SERVER_ACCESS_ALLOWED.DAT
SYS$MANAGER:DECW$SERVER_ACCESS_TRUSTED.DAT
It is not found as one of the components in the V5.1 installation
guide.
|
179.8 | Not supported; just another benefit of your handy-dandy notes conference | DECWIN::FISHER | Burns Fisher 381-1466, ZKO3-4/W23 | Thu Feb 23 1989 12:32 | 5 |
| They are not documented. They are not supported. They may change. Note that
we are trying to figure out how to officially support remote session managers.
Burns
|
179.9 | VMS login on ultrix server?? | GIDDAY::KING | Dont let the accent fool yuo | Fri Mar 10 1989 01:30 | 33 |
| This is sort of related
I am trying to get sessions started on an Ultrix V3.0 workstation
from a VMS V5.1 host
set disp/cre/node=node
mc decw$startlogin
the login windows appear and I can happily log in
but what I find is the Window Manager dies in the DECW$SM.Log file
is messages of the sort
X error event recieved from server BadRequest bad request code
Failed request major op code 109 X_changehosts
Failed request minor op code 0 ( if applicable)
ResourceID )x8006b infailed request (if applicable)
Serial Number of failed request 45
Current serial number in output stream 46
Session error: %NONAME-E-NOMSG, Message Number 02db822A
i.e. XLIB-E-ERROREVENT, error event recieved from server
if I start a window manager on the Ultrix Box then I can quite happily
start session manager etc... on it.
The only security file I know of is X0.hosts which has the node
in - ( do you need transport etc in it ?)
just thought I'd ask
\Tom King TSC Sydney
|
179.10 | Too Dynamic, sorry. | STAR::BRANDENBERG | Intelligence - just a good party trick? | Fri Mar 10 1989 10:20 | 15 |
|
It's probably not going to fly. Because of the perceived inadequacies
of the X access control mechanisms, we boosted the VMS server with a
special protocol type called "FamilyGeneric" used in the ChangeHosts
request. This protocol type is what allows us to perform access
control on transport/node/username triplets instead of the usual
transport/node pairs as well as change the trusted access list at
runtime. I doubt that the ultrix server is prepared to accept
changehosts requests with this protocol type so, hence, the error. I
suppose the session manager should continue from this error trusting
the remote server to have permitted appropriate access. You should
probably QAR this as a suggestion.
monty
|
179.11 | format of decw$server_access_* files? | UTROFF::BROUWERS | | Tue Mar 21 1989 04:12 | 1 |
|
|