lsb_removereservation
Removes a reservation.Use lsb_removereservation to remove a reservation. mbatchd removes the reservation with the specified reservation ID.
#include <lsf/lsbatch.h>
int lsb_removereservation(char *rsvId)
Data Structures:
- Parameters:
*rsvId Reservation ID of the reservation that you wish to remove. Define Statements:
- none
- none
Errors:
- Returns:
- int:0
The reservation was removed successfully.int:-1
The reservation removal failed.Equivalent line commands:
- On failure, lsberrno is set to indicate the error.
Files:
- brsvdel
- none
Date Modified: 14 Nov 2013
Copyright © 1994-2013 International Business Machines Corp.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.