User Guide

Installation Scripts for NetWare 153
Other Installation Options
103-000143-001
August 30, 2001
Novell Confidential
Manual 99a38 July 17, 2001
Volumes
Syntax
Volumes <minimum vol SYS: size in sectors>
Description
Volumes creates and mounts volumes on this server, with the volume SYS:
placed on the first device larger than <minimum volume SYS: size in sectors>
(512 bytes per sector). Additional volumes, named “VOL1”, “VOL2”, etc.,
will be created on other devices, one per device.
Example
For one existing device with 50 MB and a NetWare partition, but no volumes:
Volumes 51200; 25 MB minimum
This command creates volume SYS: on the device and mounts it. For more
information on creating and mounting NetWare volumes, see the Volume
Management API.
Write_Var_File
Syntax
Write_Var_File <path>, <filename>, <varname>, <var value>,
<completion code>
Description
Write_Var_File will write the varname and var value to the filename specified
by the path/filename. The file is an ASCII formatted file with contents as
follows:
“Variable1=true”
“Variable2=false”
“Variable3=Servername”
Example
Write_Var_File “sys:system”, “varfile.txt”, “Variable1”,
“true”, ccode
NOTE: Ccode will return the file open status. 0 is success, anything else is an
error. If the variable to the left contains any spaces, leading or trailing, they will be