mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.. | ||
makefile | 5 years ago | |
readme.txt | 5 years ago | |
rxdebug.c | 5 years ago | |
rxtest.c | 5 years ago | |
rxtest.h | 5 years ago | |
sources | 5 years ago | |
testaud.c | 5 years ago | |
testcan.c | 5 years ago | |
testconf.c | 5 years ago | |
testconn.c | 5 years ago | |
testdom.c | 5 years ago | |
testerr.c | 5 years ago | |
testfile.c | 5 years ago | |
testlock.c | 5 years ago | |
testmem.c | 5 years ago | |
testprt.c | 5 years ago | |
testrap.c | 5 years ago | |
testsrv.c | 5 years ago | |
testsupp.c | 5 years ago | |
testsvc.c | 5 years ago | |
testtod.c | 5 years ago | |
testuni.c | 5 years ago | |
testuse.c | 5 years ago | |
testuser.c | 5 years ago | |
testwks.c | 5 years ago |
readme.txt
Copyright (c) 1993 Microsoft Corporation
RxTest.txt 0001 26-Jan-1993
Hi! This describes the RpcXlate test program ("RxTest"). If you
have any questions or complains, just let me know.
You can run "RxTest -?" to get a usage message listing all options and
their defaults.
REQUIREMENTS
- A share (default name PUBLIC) with a data file (named RxTest.dat).
The contents of the file are not important. I just echo some junk to
it.
- A print queue (default name JRqueue). NOTE THAT RXTEST WILL DELETE JOBS
IN THAT QUEUE!! RxTest does not actually spool any jobs. After pausing
the print queue, I just use:
(logon as whatever user you will be running RxTest from)
COPY \config.sys \\remote\JRqueue
- You must give RxTest a domain name that the remote machine is listening to.
This can be in the other domains list for an OS/2 machine, for instance.
INSTRUCTIONS
to run against the local NT system:
(logon as some account with local admin priv)
(assume \\johnrox is local machine and ReplTest1 is local domain))
net view \\johnrox (make sure PUBLIC and JRqueue are shared)
RxTest -d repltest1 -v
to run against a remote NT system:
(logon as some account with remote admin priv)
(assume \\johnrox is remote machine and ReplTest1 is its domain))
net view \\johnrox (make sure PUBLIC and JRqueue are shared)
RxTest -s \\johnrox -d repltest1 -v
to run against an OS/2 LanMan 2.x server:
(logon as some account with admin priv on OS/2 system)
(assume \\rfirth3 is remote machine and ntlan is its domain)
net view \\rfirth3 (make sure PUBLIC and JRqueue are shared)
RxTest -s \\rfirth3 -d ntlan -v
to run against a LM/UNIX or LM/XENIX server:
(logon as some account with admin priv on remote system)
net view \\gnarly.serve (make sure PUBLIC and JRqueue are shared)
RxTest -s \\gnarly.serve -d eat.unix -n replicator -v
LIMITATIONS
- RxTest is a sequential test program.
- The first test that fails, kills the run.
- Much of the checking in the test is done via assertions. A debug
terminal is essential.
- The "-v" (verbose) flag is probably overkill. Test runs often take
20 minutes with this flag. But use it until you get familiar with the
program.
Happy hacking!
--JR (John Rogers, JohnRo@Microsoft)