JDBC Type 2 Driver Programmer's Reference for SQL/MX Release 3.2 (H06.25+, J06.14+)

and then enter:
assume $zpmon
2. At an SCF prompt, enter the SCF command:
add server #zpns1,cpu 1,backupcpu 2
3. Add a fileset:
add fileset mxc1,nameserver #zpns1,catalog $oss, pool
mxcpool, mntpoint "/usr/tandem/sqlmx/USERMODULES"
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.
Troubleshooting MFC 59