Eswar Koneti's Blog

All about Configmgr and its connected objects…….

  • About Author
      View eswar koneti's LinkedIn profile
  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 99 other subscribers

  • Awards


  • FaceBook Updates

  • Catagories

  • Meta

  • Copyright!

    All the blog posts in this website are owned by Eswar Koneti and may not be reused in any mode without prior approval of Eswar Koneti. You may quote one paragraph from the blog posts if you link to the original blog post.
    Happy Reading!

different locations for smsts.log SCCM Task Sequence

Posted by Eswar Koneti on 3rd January 2011

are you looking for smsts.log file while running SCCM OSD Task sequence. smsts.log file will move on to different places when OS is deploying depending on the progress of the build and the architecture of the OS:.it cont sit in one place icon smile different locations for smsts.log SCCM Task Sequence

Below lists the location of smsts.log while deploying the OS*:

–>Windows PE before HDD format: x:\windows\temp\smstslog\smsts.log

–>Windows PE after HDD format: x:\smstslog\smsts.log and copied to c:\_SMSTaskSequence\Logs\Smstslog\smsts.log

->After Windows OS deployed but before SCCM agent installed: c:\_SMSTaskSequence\Logs\Smstslog\smsts.log

–>Both Windows OS(x86) and SCCM agent installed: c:\windows\system32\ccm\logs\Smstslog\smsts.log

–>Both Windows OS(x64) and SCCM agent installed: c:\windows\sysWOW64\ccm\logs\Smstslog\smsts.log

–>After Task Sequence has finished running: c:\windows\system32\ccm\logs\smsts.log

–>After Task Sequence has finished running (x64): c:\windows\sysWOW64\ccm\logs\smsts.log

Now you should be able to find the smsts.log file depends on the status of your task sequence .

check out this blog here how to get the smsts.log when the TS fails in WinPE mode by pressing F8 http://eskonr.com/2009/12/how-to-view-the-smsts-log-and-other-log-files-when-pe-boot-fails-in-running-the-task-sequence/

Also take a look at the other sccm log files catagory type avilable here on http://blogs.msdn.com/lxchen/archive/2009/04/03/a-list-of-sccm-log-files.aspx.

Tags: , , , , , , , ,
Posted in SCCM 2007, Software Distribution, Task Sequence, Trobleshooting Tips, Troubleshooting Issues | 1 Comment »