z/OS Using REXX and z/OS UNIX System Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


unquiesce

z/OS Using REXX and z/OS UNIX System Services
SA23-2283-00

Read syntax diagramSkip visual syntax diagram
>>-unquiesce--name--flag---------------------------------------><

Function

unquiesce invokes the unquiesce callable service to unquiesce a file system, making the files in it available for use again. You must be a superuser to use this function.

Parameters

name
The name of the file system to be unquiesced. You must specify an HFS data set name as a fully qualified name in uppercase letters. Do not enclose the data set name in single quotes.
flag
A number specifying the type of unquiesce:
0
Normal unquiesce
1
Forced unquiesce. Request is allowed even if the requester process is not the process that made the quiesce request.

Usage notes

An unquiesce service makes a file system available for use again following a previous quiesce request.

Example

To request a normal unquiesce of the file system HFS.USR.ELIZAB:
"unquiesce HFS.USR.ELIZAB 0'

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014