Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb133

Kb133

Emulab FAQ: Testbed Operations: How do I clear an experiment stuck in the "swapping" state?

Emulab FAQ: Testbed Operations: How do I clear an experiment stuck in the "swapping" state?

Cisco errors can result in experiments permanently stuck in the "swapping" state. We lock the experiment, so that we can look at it.

To unstick it:

 	update experiments set expt_locked=NULL, state='swapped',
 		batchstate='unlocked' where pid='FileMover' and eid='exp';