Skip to content

set host name

Mason J. Katz edited this page Dec 15, 2015 · 1 revision

set host name

Usage

stack set host name {host} {name} [name=string]

Description

Rename a host.

Arguments

  • {host}

    The current name of the host.

  • {name}

    The new name for the host.

Parameters

  • [name=string]

    Can be used in place of the 'name' argument.

Examples

  • stack set host name compute-0-0 new-compute-0-0

    Changes the name of compute-0-0 to new-compute-0-0.

  • stack set host cpus compute-0-0 name=new-compute-0-1

    Same as above.

Clone this wiki locally