2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-08-22 19:20:24 +00:00

Merge pull request #6529 from gurevichmark/depricate_nodechmac

Deprecate nodechmac command
This commit is contained in:
besawn
2020-01-14 16:59:22 -05:00
committed by GitHub
2 changed files with 16 additions and 0 deletions

View File

@@ -29,6 +29,16 @@ DESCRIPTION
***********
\ **Note:**\ The command \ **nodechmac**\ has been deprecated. To change the MAC address of the node:
.. code-block:: perl
makedhcp -d <nodename>
chdef -t node -o <nodename> mac=<new-mac>
makedhcp <nodename>
The \ **nodechmac**\ command changes the MAC address for provisioned node's network interface.
You can use this command to keep an existing node configuration. For example, if an existing node has hardware problems, the replacement node can use the old configurations. By using the nodechmac command, the node name and network settings of the old node can be used by the new node.

View File

@@ -10,6 +10,12 @@ B<nodechmac> I<node-name> B<mac=>I<mac-address>
=head1 DESCRIPTION
B<Note:> The command B<nodechmac> has been deprecated. To change the MAC address of the node:
makedhcp -d <nodename>
chdef -t node -o <nodename> mac=<new-mac>
makedhcp <nodename>
The B<nodechmac> command changes the MAC address for provisioned node's network interface.
You can use this command to keep an existing node configuration. For example, if an existing node has hardware problems, the replacement node can use the old configurations. By using the nodechmac command, the node name and network settings of the old node can be used by the new node.