]> git.ipfire.org Git - thirdparty/systemd.git/blob - man/hostnamectl.xml
man: don't claim we replace spaces by dashes when cleaning up hostnames
[thirdparty/systemd.git] / man / hostnamectl.xml
1 <?xml version='1.0'?> <!--*-nxml-*-->
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
3 "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
4
5 <!--
6 This file is part of systemd.
7
8 Copyright 2012 Lennart Poettering
9
10 systemd is free software; you can redistribute it and/or modify it
11 under the terms of the GNU Lesser General Public License as published by
12 the Free Software Foundation; either version 2.1 of the License, or
13 (at your option) any later version.
14
15 systemd is distributed in the hope that it will be useful, but
16 WITHOUT ANY WARRANTY; without even the implied warranty of
17 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 Lesser General Public License for more details.
19
20 You should have received a copy of the GNU Lesser General Public License
21 along with systemd; If not, see <http://www.gnu.org/licenses/>.
22 -->
23
24 <refentry id="hostnamectl" conditional='ENABLE_HOSTNAMED'
25 xmlns:xi="http://www.w3.org/2001/XInclude">
26
27 <refentryinfo>
28 <title>hostnamectl</title>
29 <productname>systemd</productname>
30
31 <authorgroup>
32 <author>
33 <contrib>Developer</contrib>
34 <firstname>Lennart</firstname>
35 <surname>Poettering</surname>
36 <email>lennart@poettering.net</email>
37 </author>
38 </authorgroup>
39 </refentryinfo>
40
41 <refmeta>
42 <refentrytitle>hostnamectl</refentrytitle>
43 <manvolnum>1</manvolnum>
44 </refmeta>
45
46 <refnamediv>
47 <refname>hostnamectl</refname>
48 <refpurpose>Control the system hostname</refpurpose>
49 </refnamediv>
50
51 <refsynopsisdiv>
52 <cmdsynopsis>
53 <command>hostnamectl</command>
54 <arg choice="opt" rep="repeat">OPTIONS</arg>
55 <arg choice="req">COMMAND</arg>
56 </cmdsynopsis>
57 </refsynopsisdiv>
58
59 <refsect1>
60 <title>Description</title>
61
62 <para><command>hostnamectl</command> may be used to query and
63 change the system hostname and related settings.</para>
64
65 <para>This tool distinguishes three different hostnames: the
66 high-level "pretty" hostname which might include all kinds of
67 special characters (e.g. "Lennart's Laptop"), the static hostname
68 which is used to initialize the kernel hostname at boot (e.g.
69 "lennarts-laptop"), and the transient hostname which is a fallback
70 value received from network configuration. If a static hostname is
71 set, and is valid (something other than localhost), then the
72 transient hostname is not used.</para>
73
74 <para>Note that the pretty hostname has little restrictions on the characters and length used, while the static and
75 transient hostnames are limited to the usually accepted characters of Internet domain names, and 64 characters at
76 maximum (the latter being a Linux limitation).</para>
77
78 <para>The static hostname is stored in
79 <filename>/etc/hostname</filename>, see
80 <citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>5</manvolnum></citerefentry>
81 for more information. The pretty hostname, chassis type, and icon
82 name are stored in <filename>/etc/machine-info</filename>, see
83 <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>
84
85 <para>Use
86 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
87 to initialize the system host name for mounted (but not booted)
88 system images.</para>
89 </refsect1>
90
91 <refsect1>
92 <title>Options</title>
93
94 <para>The following options are understood:</para>
95
96 <variablelist>
97 <varlistentry>
98 <term><option>--no-ask-password</option></term>
99
100 <listitem><para>Do not query the user for authentication for
101 privileged operations.</para></listitem>
102 </varlistentry>
103
104 <varlistentry>
105 <term><option>--static</option></term>
106 <term><option>--transient</option></term>
107 <term><option>--pretty</option></term>
108
109 <listitem><para>If <command>status</command> is used (or no
110 explicit command is given) and one of those fields is given,
111 <command>hostnamectl</command> will print out just this
112 selected hostname.</para>
113
114 <para>If used with <command>set-hostname</command>, only the
115 selected hostname(s) will be updated. When more than one of
116 those options is used, all the specified hostnames will be
117 updated. </para></listitem>
118 </varlistentry>
119
120 <xi:include href="user-system-options.xml" xpointer="host" />
121 <xi:include href="user-system-options.xml" xpointer="machine" />
122
123 <xi:include href="standard-options.xml" xpointer="help" />
124 <xi:include href="standard-options.xml" xpointer="version" />
125 </variablelist>
126
127 <para>The following commands are understood:</para>
128
129 <variablelist>
130 <varlistentry>
131 <term><command>status</command></term>
132
133 <listitem><para>Show current system
134 hostname and related
135 information.</para></listitem>
136 </varlistentry>
137
138 <varlistentry>
139 <term><command>set-hostname <replaceable>NAME</replaceable></command></term>
140
141 <listitem><para>Set the system hostname to <replaceable>NAME</replaceable>. By default, this will alter the
142 pretty, the static, and the transient hostname alike; however, if one or more of <option>--static</option>,
143 <option>--transient</option>, <option>--pretty</option> are used, only the selected hostnames are changed. If
144 the pretty hostname is being set, and static or transient are being set as well, the specified hostname will be
145 simplified in regards to the character set used before the latter are updated. This is done by removing special
146 characters and spaces. This ensures that the pretty and the static hostname are always closely related while
147 still following the validity rules of the specific name. This simplification of the hostname string is not done
148 if only the transient and/or static host names are set, and the pretty host name is left untouched.</para>
149
150 <para>Pass the empty string <literal></literal> as the
151 hostname to reset the selected hostnames to their default
152 (usually <literal>localhost</literal>).</para></listitem>
153 </varlistentry>
154
155 <varlistentry>
156 <term><command>set-icon-name <replaceable>NAME</replaceable></command></term>
157
158 <listitem><para>Set the system icon name to
159 <replaceable>NAME</replaceable>. The icon name is used by some
160 graphical applications to visualize this host. The icon name
161 should follow the <ulink
162 url="http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html">Icon
163 Naming Specification</ulink>.</para>
164
165 <para>Pass an empty string to reset the icon name to the
166 default value, which is determined from chassis type (see
167 below) and possibly other parameters.</para></listitem>
168 </varlistentry>
169
170 <varlistentry>
171 <term><command>set-chassis <replaceable>TYPE</replaceable></command></term>
172
173 <listitem><para>Set the chassis type to
174 <replaceable>TYPE</replaceable>. The chassis type is used by
175 some graphical applications to visualize the host or alter
176 user interaction. Currently, the following chassis types are
177 defined:
178 <literal>desktop</literal>,
179 <literal>laptop</literal>,
180 <literal>server</literal>,
181 <literal>tablet</literal>,
182 <literal>handset</literal>,
183 <literal>watch</literal>,
184 <literal>embedded</literal>,
185 as well as the special chassis types
186 <literal>vm</literal> and
187 <literal>container</literal> for virtualized systems that lack
188 an immediate physical chassis.</para>
189
190 <para>Pass an empty string to reset the chassis type to the
191 default value which is determined from the firmware and
192 possibly other parameters.</para>
193 </listitem>
194 </varlistentry>
195
196 <varlistentry>
197 <term><command>set-deployment <replaceable>ENVIRONMENT</replaceable></command></term>
198
199 <listitem><para>Set the deployment environment description.
200 <replaceable>ENVIRONMENT</replaceable> must be a single word
201 without any control characters. One of the following is
202 suggested:
203 <literal>development</literal>,
204 <literal>integration</literal>,
205 <literal>staging</literal>,
206 <literal>production</literal>.
207 </para>
208
209 <para>Pass an empty string to reset to the default empty
210 value.</para>
211 </listitem>
212 </varlistentry>
213
214 <varlistentry>
215 <term><command>set-location <replaceable>LOCATION</replaceable></command></term>
216
217 <listitem><para>Set the location string for the system, if it
218 is known. <replaceable>LOCATION</replaceable> should be a
219 human-friendly, free-form string describing the physical
220 location of the system, if it is known and applicable. This
221 may be as generic as <literal>Berlin, Germany</literal> or as
222 specific as <literal>Left Rack, 2nd Shelf</literal>.</para>
223
224 <para>Pass an empty string to reset to the default empty
225 value.</para>
226 </listitem>
227 </varlistentry>
228 </variablelist>
229 </refsect1>
230
231 <refsect1>
232 <title>Exit status</title>
233
234 <para>On success, 0 is returned, a non-zero failure code
235 otherwise.</para>
236 </refsect1>
237
238 <refsect1>
239 <title>See Also</title>
240 <para>
241 <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
242 <citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
243 <citerefentry><refentrytitle>hostname</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
244 <citerefentry><refentrytitle>machine-info</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
245 <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,
246 <citerefentry><refentrytitle>systemd-hostnamed.service</refentrytitle><manvolnum>8</manvolnum></citerefentry>,
247 <citerefentry><refentrytitle>systemd-firstboot</refentrytitle><manvolnum>1</manvolnum></citerefentry>
248 </para>
249 </refsect1>
250
251 </refentry>