Setting a persistent hostname on a Mac workstation that uses DHCP
Summary
This article provides instructions on setting a persistent hostname on a Mac that uses DHCP (for example one that is connected directly to a cable or DSL modem).
Setting a persistent hostname in such cases is required to ensure that Smoke can properly connect to the media storage.
Procedure
Perform the following tasks to set a permanent hostname:
Open System Preferences, click Sharing and take note of of the value in the Computer Name field.
Click Edit and uncheck the "Use dynamic global hostname" checkbox.
Open the Terminal from the Applications / Utilities folder and look at the value of the prompt (highlighted in the image below). Ensure the name is the same as the one in the Computer Name field in step 1. Note: it is ok for the name in the Terminal to be lower-case and without any spaces, apostrophes or other special characters.
If the value is not the same, type the following command to set the hostname. sudo scutil --set HostName <new hostname>
Replace <new hostname> with the same name as in the Computer Name field, but without any spaces or apostrophes.
AUTODESK DOES NOT GUARANTEE THAT YOU WILL BE ABLE TO SUCCESSFULLY DOWNLOAD OR IMPLEMENT ANY SERVICE PACK OR WORKAROUND, OR ANY OF THE TIPS, TRICKS, EXAMPLES OR SUGGESTIONS OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENTS. TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS ARE SUBJECT TO CHANGE WITHOUT NOTICE TO YOU. AUTODESK PROVIDES TECHNICAL DOCUMENTS, SERVICE PACKS AND WORKAROUNDS "AS IS" WITHOUT WARRANTY OF ANY KIND, WHETHER EXPRESS OR IMPLIED, INCLUDING WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL AUTODESK OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF DATA, OR LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, THAT MAY OCCUR AS A RESULT OF IMPLEMENTING ANY SERVICE PACK OR WORKAROUND, OR ANY SUGGESTION OUTLINED IN ANY AUTODESK PRODUCT SUPPORT TECHNICAL DOCUMENT, EVEN IF AUTODESK OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.