> which condor_master
 /scratch/condor84/sbin/condor_master
 {endcode}
+Before we start Condor we need to make a few changes to the configuration:
+{code}
+> vim /scratch/condor84/etc/condor_config
+{endcode}
+Scroll down to the line that reads =CONDOR_HOST=<hostname>=. And make the following changes:
+{code}
+#CONDOR_HOST = <hostname>
+NETWORK_INTERFACE = 127.0.0.1
+{endcode}
+Now press the 'esc' button and enter the following to save your changes:
+{code}
+:wq
+{endcode}
 Then run condor_master:
 {code}
 condor_master
@@ -77,6 +90,14 @@
 {code}
 ps -x | grep condor
 {endcode}
+After running this command you should see the following daemons running:
+*: condor_master
+*: condor_procd
+*: condor_collector
+*: condor_negotiator
+*: condor_startd
+*: condor_schedd
+
 When you are done with your personal HTCondor, you can kill it with:
 {code}
 condor_off -master