WebFOCUS Online Help > ReportCaster Development and Administration > Maintenance Functions for a FOCUS Repository > Stopping and Starting the FOCUS Database Server
In this section: |
The procedure to stop and start the FOCUS Database Server (FDS) varies by platform. For more information, see the Server documentation for your platform.
Windows and UNIX-based WebFOCUS Reporting Servers may be stopped from the command line or from the Workspace Manager Web Console.
Windows-based systems. From the Windows command line, issue the following command
drive:\ibi\srv76\wfs\bin\edastart -stopsu edaconf/bin/edastart -stopsu
where:
Is the drive where your WebFOCUS Reporting Server configuration is located.
UNIX-based systems. From the UNIX command line, issue the following command
edaconf/bin/edastart -stopsu
where:
Is the location of your WebFOCUS Reporting Server configuration. The default value is /home/ibi/srv76/wfs.
Note: You can restart the FDS by substituting -startsu for -stopsu in the command.
For both Windows and UNIX-based systems, perform the following steps:
The Web Console opens.
The Workspace Configuration window opens displaying the General pane.
Note: You can restart the FDS from the Web Console by repeating these steps and selecting Start instead of Stop from the drop-down menu.
On a z/OS system, the FDS runs as a batch job or as a started task. You should not stop the FDS with the ISPF Cancel command. Instead, stop it from TSO or with a batch job.
Execute the HLIKX utility found in the partitioned data set FOCLIB.LOAD.
Type
ALLOC F(FOCSU) DA(dataset) SHR CALL FOCLIB.LOAD (HLIKX)
where:
Is the name of the communication data set that the FDS allocated to DDNAME FOCSU.
When you execute this program, the FDS processes current transactions, pauses, closes all files, and stops. This usually takes less than one minute.
You can stop the FDS with a batch job containing the following JCL
//STEP1 EXEC PGM=HLIKX //STEPLIB DD DSN=FOCLIB.LOAD,DISP=SHR //FOCSU DD DSN=dataset,DISP=SHR
where:
Is the name of the communication data set that the FDS allocated to DDNAME FOCSU.
WebFOCUS |