When use forece release command, it cannot work:
SPI_AV:Appliance::ForceRelease 10.61.32.30;0
invalid command name "0"
If meet this error, because the symbol ";" is special character in tcl. We need use :
SPI_AV:Appliance::ForceRelease {10.61.32.30;0}