SQL/MX Connectivity Service Manual for SQL/MX Release 3.2.1 (H06.26+, J06.15+)

assume $zpmon
2. At an SCF prompt, enter the SCF command:
add server <SERVER_NAME>, cpu 1, backupcpu 2
3. Add a fileset:
add fileset mxc1,nameserver #(server name),catalog $(volume other
than $oss), pool mxc1pool, mntpoint "/usr/mymodules"
NOTE: Copy the ‘POOL’ template file located in the $SYSTEM.ZXOSSMON volume and
modify the default volume setting to point to the location of the newly defined fileset mountpoint.
4. Verify the status of the fileset:
info fileset mxc1,detail
5. Start the fileset:
start fileset mxc1
To enable OSS caching, perform the following steps:
1. At a TACL prompt, enter:
SCF
and then enter:
assume $zpmon
2. At an SCF prompt, enter the following SCF command to stop all filesets on your system:
STOP FILESET $ZPMON.*
This command begins with the last fileset mounted and stops the filesets in the reverse order
in which they were last started.
3. Stop the OSS Monitor process:
If the OSS Monitor is running as a standard process, enter the STOP command at a TACL
prompt:
STOP $ZPMON
If the OSS Monitor is running as a persistent process, enter the ABORT command at an SCF
prompt:
ABORT PROCESS $ZZKRN.#ZPMON
4. At the SCF prompt, enter the following set of commands for each disk volume in the fileset:
STOP DISK diskname
ALTER DISK diskname, OSSCACHING ON
START DISK diskname
diskname is the name of a disk volume that contains OSS files.
5. Restart the OSS Monitor as a normal or persistent process with the appropriate command.
6. Restart the OSS file system by entering the SCF command:
START FILESET $ZPMON.filesetname
where, filesetname is the name of each fileset that contains OSS files, beginning with the
root and specified in the order in which mount points occur.
54 Starting, Configuring, and Managing MXCS