Back Up Reservation Information to a File
Use the -o option to write current reservation information to a file in JSON format. You can back up either the summary of current reservation groups or the reservation details for specific group.
To write a summary of all current reservation groups to a file
Use a command similar to the following:
flexnetlsadmin -server licenseServer_baseURL –reservations -o reservations_summary.json
To write reservation details for a specified reservation group to a file
Use a command similar to the following:
flexnetlsadmin -server licenseServer_baseURL –reservations -group 257
-o reservations_289.json