next up previous contents
Next: 5.3.4 Waveform Removal Up: 5.3 Removing Components, Devices, Previous: 5.3.2 Component and Device   Contents


5.3.3 Node Removal

To remove a node only a single directory within /sdr/nodes/ needs to be removed. Move into the nodes/ directory.
        $ cd /sdr/nodes/
Remove the directory containing the xml files. This must be done as root, however exit out of root after entering the command.
        # rm -rf NODE_NAME
        # exit
The node has now been removed. Open OWD to verify the node is no longer available.
        $ cd ../tools/WaveDev/wavedev/
        $ python wd.py
Within OWD, click the arrow next to Nodes in the left pane. Verify that the node is no longer listed. If OWD was running while the node was removed, click the Refresh button above the component list to refresh the list of available nodes.



2008-04-25