Skip to content

Latest commit

 

History

History
85 lines (42 loc) · 1.21 KB

File metadata and controls

85 lines (42 loc) · 1.21 KB

nodepurge.1

perl

NAME

nodepurge - Removes nodes.

SYNOPSIS

nodepurge [-h| --help | -v | --version] nodepurge noderange

DESCRIPTION

The nodepurge automatically removes all nodes from the database and any related configurations used by the node.

After the nodes are removed, the configuration files related to these nodes are automatically updated, including the following files: /etc/hosts, DNS, DHCP. Any kits that are used by the nodes are triggered to automatically update kit configuration and services.

OPTIONS

-h|--help Display usage message.

-v|--version Command Version

noderange The nodes to be removed.

RETURN VALUE

0 The command completed successfully.

1 An error has occurred.

EXAMPLES

To remove nodes compute-000 and compute-001, use the following command:

nodepurge compute-000,compute-001

SEE ALSO

nodeimport(1)nodechprofile.1, noderefresh(1)noderange.3