{term}
> start \scratch\condor84\bin\condor_master -f
{endterm}
-Wait a second, and make sure that everything is running:
+Wait a second, and make sure that daemon list is running:
{term}
> tasklist | findstr /i condor
{endterm}
-When you are done with your personal HTCondor, you can kill it with:
+
+You can see the daemon list using below command to make sure all the daemons are running:
{term}
-> condor_off -master
+> condor_config_val daemon_list
{endterm}
+
Remember you must use \scratch\condor84\setenv.bat or some other method to set the PATH and CONDOR_CONFIG and environment variables _before you start HTCondor or use any of the tools_.
{subsection: Run a simple job on your Personal HTCondor}
@@ -168,3 +170,9 @@
If the job does not run within a minute or two, there is most likely a configuration problem with your Personal HTCondor, See {wiki: BasicTroubleshootingPersonalHtcondor Basic Troubleshooting for a Personal HTCondor} for more information.
+
+
+When you are done with your personal HTCondor, you can kill it with:
+{term}
+> condor_off -master
+{endterm}