Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb191

Kb191

Emulab FAQ: Testbed Operations: How do I remove a new switch from the stack?

Emulab FAQ: Testbed Operations: How do I remove a new switch from the stack?

Our experimental net has officially grown to six switches... I've added cisco8 so that Mike can go through the switchmac path, etc. for the new Dell nodes.

In case anything goes wrong with it, here's how to get it out of the stack fast:

  delete from switch_stacks where node_id='cisco8';
  update nodes set role='unused' where node_id='cisco8';

Mike, it does have an official trunk back to cisco3, so you could create experiments with other types of nodes if you want to for some reason.