How can I remove a reservation with special character?



Issue: How can I remove a reservation with special character?

Symptom: In some cases an admin may create an administrative reservation with a special character such as *,%,#,$,&. In these cases the shell may have some issues escaping.


Solution:

You may need to escape the character in-order to remove the reservation. For example:

mrsvctl -r rsv1\*.160156 

mrsvctl -r 'rsv1\*.160156'

mrsvctl -r "rsv1\*.160156"

mrsvctl -r rsv1\*.160156

 

Tags: reservation, reservation will not delete
Last update:
2016-05-16 18:12
Author:
Jason Booth
Revision:
1.0
Average rating:0 (0 Votes)

You cannot comment on this entry

Chuck Norris has counted to infinity. Twice.

Records in this category

Tags