API Guide
601355 Rev A API Functions 2-1065
Functins
39 /* value retry limit and priority
are set as */
40 /* default parameters. */
41 rc = VSCMD_RequestQuery(cmd,
42 VSID_REQUEST_ID, requestid,
43 VSID_ENDFIELD);
44 }
45 return ( rc );
46 }
Notes The API must be initialized with a call to VS_Initialize
before this function can be executed.
VolServ generates no intermediate status in response to a
Request Query request.
VSCMD_RequestQuery does not trigger any MediaClass
callbacks from VolServ.
The request identifier as shown in syslogs and vsadm is not in
the correct format for a VSCMD_RequestQuery request. The
request identifier obtained from these sources has the format:
93:123:45678. A request identifier in this format must be
converted to the ydddnnnnn format before being used as a
parameter on a VSCMD_RequestQuery request. The request
identifier 93:123:45678, converted to the appropriate format, is
312345678.
The client must specify the identifier of the request to query.
After a request completes processing, there is a relatively short
period of time that the request shows a state of complete.
Afterwards, all knowledge of the request is removed from the
VolServ system and a subsequent VSCMD_RequestQuery
request for that request fails.