Vai al contenuto

Server interface program

Copy on the server (which must be a Windows machine) the program “gnfs_server.exe”, found on installation CD, at folder “Additional\utilities\Euromap63”, then make sure it will be executed at every server start-up.Create inside the same folder the file “server.ini” with the following contents:[EM63_USER]HOME=c:\E63 ;work pathChange “c\E63” with a folder which contains all the shared folders of GF_ProjectVX machines.Inside the “HOME” folder (in this example, inside “c:\E63”) create the file “machine.ini”, with the following contents:[MACHINES]1=MACH12=MACH23=MACH2[MACH1]SESSIONPATH=MACHINE_1MAXSESSION=20[MACH2]SESSIONPATH=MACHINE_2MAXSESSION=6[MACH3]SESSIONPATH=MACHINE_3MAXSESSION=20Warning: this file (machine.ini) must be in UNIX format (line end = LF) and NOT in Windows format (line end = CRLF).Inside section “MACHINES” all the GF_ProjectVX machine names, which need to connect to the server, must be listed (in this example they are 3 machines).Every machine must have its own section with same name (example: “[MACH1]”), where 2 parameters must be specified: “SESSIONPATH”, the folder where to look for requests from the server, and “MAXSESSION”, which indicates how many sessions (numbered files) need to be examined by the machine. For example, with MAXSESSION=20, the machine will look for files with name from “SESSION0000.REQ” to “SESSION0019.REQ”.