Send Request

A remote HULFT is instructed to issue the Send Request.

Format of command

manrecv -c connectID -f fileID [-h hostname]

Explanation of the parameters

-c connectID

Specify the Connect ID of the host that issues the Send Request. (Mandatory)

For details about the Connect ID, refer to Initial settings.

-f fileID

Specify the file ID to which the Send Request is to be issued. (Mandatory)

-h hostname

Specify the host that accepts the Send Request. (Optional)

If omitted, the request is issued to the host of the transfer group ID registered in the Receive Management Information of the specified file ID.

Note

An error may occur on the destination host (the host that issued the Send Request) if the transfer group ID is not registered in the Receive Management Information, or if the host name is omitted for a HULFT environment that does not support issuing of the Send Request by using a transfer group ID.

Usage example

[Example 1]

The management host (hp2) that is registered with the Connect ID 'hp2' is instructed to issue the Send Request for the file 'FILE01' to the host 'sun20.'

  1. Register HULFT at the destination host as the management host (hp2) on the Hosts screen.

    When registering the management host, specify 'hp2' for Connect ID.

  2. Execute the Send Request command.

> manrecv -c hp2 -f FILE01 -h sun20

[Example 2]

The management host (hp2) that is registered with the Connect ID 'hp2' is instructed to issue the Send Request for the file 'FILE02' to the host 'sun20.' (It is assumed that the transfer group ID for the host 'sun20' is set for the file 'FILE02' that was specified in the Receive Management Information for the management host (hp2).)

  1. Register HULFT at the destination host as the management host (hp2) on the Hosts screen.

    When registering the management host, specify 'hp2' for Connect ID.

  2. Execute the Send Request command.

> manrecv -c hp2 -f FILE02