The hdelete command removes host service from host sessions.
Synopsis
hdelete [hostsvc]
host_application
from [session_number | range | all]
Description
The hdelete command executes the logout sequence that is defined in the application's host session maintenance section and automatically removes the host application association from the session number. One host session corresponds to one logical unit (LU).
The hfree command works similarly to the hdelete command except that does not execute the logout sequence and should be used only when you need to release the session immediately.
Example
In the following examples, the user is unassigning the host application "my_appl" from session 0, from session 0-19, and from all sessions (up to 64 total with 2 host communications cards installed), respectively.
hdelete my_appl from 0
hdelete my_appl from 0-19
hdelete my_appl from all
See also