Getting Started with MAXserver Access Servers
0038
52
Use the following command to load the image file:
DEFINE SERVER LOAD [PRIMARY] SOFTWARE “FILENAME”
[SECONDARY]
[TERTIARY]
Example
This example specifies XPCSRV20 as the filename for the secondary
initialization record.
XYPLEX>> DEFINE SERVER LOAD SECONDARY SOFTWARE XPCSRV20
Changing the Software Image Filename
The software load image filename appears in the Software field on the
Loaddump characteristics display (see Figure 33). The default filename for
all MAXservers is
XPCSRV20
. The filenames apply to primary, secondary,
and tertiary initialization records.
Use the following command to specify a name for the software load image
file:
DEFINE SERVER LOAD [
RECORD
|ALL] SOFTWARE
FILENAME
record
The primary, secondary, or tertiary initialization
record.
filename
The software load image filename.
Example
This example specifies the software load image filename for the
primary initialization record:
XYPLEX>> DEFINE SERVER LOAD PRIMARY SOFTWARE XPCSRV20