The Daylight Installation and Administration Guide is the relevant manual for this unit.
See http://www.daylight.com/dayhtml/doc/admin/install/license.html
/usr/local/daylight/dy_license.dat
Ask for the software on CD or see http://www.daylight.com/support/download.html
if necessary, create thor user account with /usr/local/daylight as its HOME directory.
login as thor
% gzip -dc <PATH-TO-SOFTWARE-CD>/day471-<YOUR-PLATFORM-FULL-OR-LITE>.tar.gz | tar xvf -
% gzip -dc <PATH-TO-SOFTWARE-CD>/day473-<YOUR-PLATFORM-FULL-OR-LITE>.tar.gz | tar xvf -
% vi /etc/services
dayutils 5553/tcp
daytools 5554/tcp
thor 5555/tcp
merlin 5556/tcp
% DY_ROOT=/usr/local/daylight/v473
% PATH=$(DY_ROOT)/bin:$(PATH)
% which testlicense
% DY_LICENSEDATA=/usr/local/daylight/dy_license.dat
% testlicense
% LD_LIBRARY_PATH=$(DY_ROOT)/lib:$(LD_LIBRARY_PATH)
% thorserver
% vi /usr/local/apache/conf/httpd.conf
Alias /dayhtml/ $DY_ROOT/dayhtml/
Alias /dayicon/ $DY_ROOT/dayhtml/icons/
ScriptAlias /daycgi/ $DY_ROOT/daycgi/
% thorserver
% xvthor (graphical)
% thorlist wdi00demo | tdtcat -DO_RECORDS 1 (non-graphical, enter nothing for password)
% cat thorserver.log
% merlinserver wdi00demo
% xvmerlin (graphical)
% mcl (non-graphical)
% cat merlinserver.log
See http://www.daylight.com/daycgi/clogp
Use sthorman to add a user, password, and host
% thorlist wdi00demo%@<YOUR-HOST>::<YOUR-USER>%<YOUR-USER-PASSWORD> | tdtcat -DO_RECORDS 1
Use sthorman to remove the above user
% thorlist wdi00demo%@<YOUR-HOST>::% | tdtcat -DO_RECORDS 1
Use sthormanto remove the above host
% thorlist wdi00demo%@::% | tdtcat -DO_RECORDS 1
Use sthorman to add a database password
% thorlist wdi00demo%<DATABASE-PASSWORD>@::% | tdtcat -DO_RECORDS 1
Use sthorman to a password for read only access
% thorlist wdi00demo%readpw=<READ-PASSWORD>@::% | tdtcat -DO_RECORDS 1
Use sthorman to a password for add modify and delete access
% echo '$SMI
Use sthorman to a password for ultimate access
% echo '$SMI
% vi $DY_ROOT/etc/unix/dy_sysprofile.opt
THOR_MAINFRAME_X 300
THOR_MAINFRAME_Y 300
xvthor
% vi $HOME/dy_profile.opt
THOR_MAINFRAME_X 300
THOR_MAINFRAME_Y 0
xvthor
% xvthor -THOR_MAINFRAME_X 0 -THOR_MAINFRAME_Y 0
% cd $DY_THORDB
gzip -dc <PATH-TO-DATABASE-CD>%lt;SAMPLE-DB>.tar.gz | tar xvf -
% sthorman
Version: sthorman 4.73
....................................................
. STHORMAN -- Serial THOR Manager Program. .
. .
. Enter "?" for help at any prompt. .
. The menu selection "." goes to top-level menu. .
....................................................
STHORMAN needs to be connected to a server.
Enter machine the server is running on: ("localhost")
Enter port (service) of server: ("thor")
Enter username: ("thor")
Enter server username's password:
Connected to new server.
Current service: localhost:thor
SERVER MENU (TOP LEVEL MENU):
1) Connect to a new server
2) List server's version
3) List current users
4) Change server security...
5) Databases...
6) Send message to users...
7) Evict user...
0) Quit
Enter menu selection (or '?'): 5
DATABASE MENU:
1) List known databases
2) Change database search-path...
3) Get database information...
4) Create a database...
5) Load a database
6) Dump a database
7) Crunch a database
8) Change a database's configuration...
9) Destroy a database
10) Send message to users of a database...
11) Evict users of a database...
0) Go back to server menu
Enter menu selection (or '?'): 4
DATABASE CREATION MENU:
1) Create a datatypes database
2) Create a indirect-reference database
3) Create a monomer-table database
4) Create a regular database
0) Go back to database menu
Enter menu selection (or '?'): 4
Enter name of regular database to create: $DY_THORDB/test
Existing datatypes databases:
1) %lt;other>
2) /usr/local/daylight/demodb/asinex00demo_datatypes
3) /usr/local/daylight/demodb/bioscr00demo_datatypes
4) /usr/local/daylight/demodb/chemsynth97demo_datatypes
5) /usr/local/daylight/demodb/m4x10bound_datatypes
6) /usr/local/daylight/demodb/maybridge00demo_datatypes
7) /usr/local/daylight/demodb/medchem00demo_datatypes
8) /usr/local/daylight/demodb/mix97demo_datatypes
9) /usr/local/daylight/demodb/nci96demo_datatypes
10) /usr/local/daylight/demodb/spresi95demo_datatypes
11) /usr/local/daylight/demodb/spresirxn98demo_datatypes
12) /usr/local/daylight/demodb/wdi00demo_datatypes
13) /usr/local/daylight/thordb/acd012_datatypes
14) /usr/local/daylight/thordb/medchem02_datatypes
15) /usr/local/daylight/thordb/wdi021_datatypes
Enter number of existing datatypes database: 12
Existing indirect-reference databases:
1) %lt;other>
2) %lt;none>
3) /usr/local/daylight/demodb/chemsynth97demo_indirect
4) /usr/local/daylight/demodb/medchem00demo_indirect
5) /usr/local/daylight/demodb/spresi95demo_indirect
6) /usr/local/daylight/demodb/spresirxn98demo_indirect
7) /usr/local/daylight/thordb/medchem02_indirect
Enter number of existing indirect database: 2
Existing monomer-table databases:
1) %lt;other>
2) %lt;none>
3) /usr/local/daylight/demodb/mix97demo_monomers
Enter number of existing monomer-table database: 2
Enter size for primary hash-table: 200
Enter size for cross-reference hash-table: 200
Enter new READ password:
Verify new READ password:
Enter new WRITE password:
Verify new WRITE password:
Enter new EXECUTIVE password:
Verify new EXECUTIVE password:
The executive password for a database is needed to change passwords.
No executive password has been specified; anybody can change any password.
Is this ok? ("yes")
Database ............................ $DY_THORDB/test
Database type ....................... regular
Datatypes database .................. /usr/local/daylight/thordb/wdi00demo_datatypes.THOR
Indirect reference database ......... %lt;none>
Monomer-definitions database ........ %lt;none>
Primary hash-table size ............. 200
Cross-ref. hash-table size .......... 200
Create above database? ("yes")
Database created.
% thormake $DY_THORDB/test2 200 200 -DATATYPES_DATABASE wdi00demo_datatypes
% thordestroy $DY_THORDB/test
% thordestroy $DY_THORDB/test2