Skip to content

Instantly share code, notes, and snippets.

@vaichidrewar
Created October 31, 2013 00:22
Show Gist options
  • Save vaichidrewar/7242599 to your computer and use it in GitHub Desktop.
Save vaichidrewar/7242599 to your computer and use it in GitHub Desktop.
Remove the nodegroup or unbound entities bound to nodegroup
> rm service adns_service
ERROR: Cannot delete a service bound to a nodegroup.
> show ns runningConfig | grep nodegroup
add cluster nodegroup gslb_node
bind cluster nodegroup gslb_node
bind cluster nodegroup gslb_node -vServer gslb_vserver
bind cluster nodegroup gslb_node -gslbSite west-coast-site
bind cluster nodegroup gslb_node -service adns_service
>
> unbind cluster nodegroup gslb_node -vserver gslb_vserver
Done
> unbind cluster nodegroup gslb_node -gslbSite west-coast-site
Done
> unbind cluster nodegroup gslb_node -service adns_service
Done
> rm service adns_service
Done
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment