Show Reservation Details by Group
Use the -reservations -group groupID syntax to list the details for every reservation in the specified reservation group. The details list the reservation entries belonging to each reservation and whether the individual reservation entries are enabled or disabled (see Disabled Reservations for more information).
To show reservation details for a specific reservation group
Run a command similar to the following:
flexnetlsadmin -server licenseServer_baseURL –reservations -group 257
The -group value is the ID of reservation group whose details you want to examine (in this example, 257). You can obtain the group ID by using the -reservations option (as described in the previous section).
The following shows example output for the reservation group 257:
================================================================
Reservation ID=289, hostid=ETHERNET/7A7A77AAA77A
================================================================
Entry ID State Name Version Count
================================================================
290 ENABLED f2 1.0 1
289 ENABLED f1 1.0 1
================================================================
Reservation ID=290, hostid=USER/Joe
================================================================
Entry ID State Name Version Count
================================================================
291 ENABLED f2 1.0 1
292 ENABLED f2 1.0 1
In this output, note the Reservation ID value, which identifies the given reservation. (For example, the reservation ID for hostid 7A7A77AAA77A is 289; for hostid Joe, it is 290.) You can use this ID to manage the reservation entries in a given reservation.
The “disabled” state for a reservation entry means that the entry is currently not active due to an insufficient feature count. A new reservation entry is never added with a “disabled” status. However, a reservation entry might become “disabled” when the license rights on the license server change. To change the reservation entry status back to “enabled”, you might need to delete the reservation group and re-add it once sufficient feature counts on the server are available.