QA/Execution/Web Testing/Automation/Selenium Grid: Difference between revisions

Jump to navigation Jump to search
Line 133: Line 133:
# [[#Starting Jenkins|Start Jenkins]]
# [[#Starting Jenkins|Start Jenkins]]


== Mac OS X-Hostname Setting (shamelessly copied, verbatim, from http://budporter.net/?p=47) ==
== Setting hostname on Mac OS X ==
Shamelessly copied from http://budporter.net/?p=47


If you are running a version of OSX prior to 10.5, then look in /etc/hostconfig” for the “HOSTNAME=parameter and set it to be the FQDN (Fully Qualified Domain Name) that you want to use. So, for host “foo” located in the domain “bar.com”, the entry would be as follows:
If you are running a version of OSX prior to 10.5, then look in '''/etc/hostconfig''' for the '''HOSTNAME=''' parameter and set it to be the FQDN (Fully Qualified Domain Name) that you want to use. So, for host ''foo'' located in the domain ''bar.com'', the entry would be as follows:


HOSTNAME=foo.bar.com
    HOSTNAME=foo.bar.com


For OSX 10.5, /etc/hostconfig” is being deprecated. If you look in “/etc/hostconfig” on 10.5, you’ll see that “HOSTNAME” is no longer listed. There are a couple of preferred methods to do this in 10.5:
For OSX 10.5, '''/etc/hostconfig''' is being deprecated. There are a couple of preferred methods to do this in 10.5:


sudo hostname -s foo.bar.com
    sudo hostname -s foo.bar.com


or
or:


sudo scutil –set HostName foo.bar.com
    sudo scutil –set HostName foo.bar.com


You can verify the change by issuing the “hostname” command without any arguments. The output from the command will display the FQDN of your computer. The command “hostname -s” will display only the host name of your computer (minus the domain name).
You can verify the change by issuing the following command:


Don’t let any of this confuse you with the Computer Name setting in “System Preferences–>Sharing” which really should be called “Bonjour Name”.
    hostname
 
The output will display the FQDN of the computer.


== References ==
== References ==
Confirmed users
2,197

edits

Navigation menu