–_004_203CCFA2E11B30489992C033514A994A0D6C50A9F11eprdex031elo_
Content-Type: multipart/alternative;
boundary=”_000_203CCFA2E11B30489992C033514A994A0D6C50A9F11eprdex031elo_”
–_000_203CCFA2E11B30489992C033514A994A0D6C50A9F11eprdex031elo_
Content-Type: text/plain; charset=”us-ascii”
Content-Transfer-Encoding: quoted-printable
Repost from the SoftGrid Blog.
________________________________
Troubleshooting an ever growing Usrvol_sftfs.pkg file
I was reviewing some of the SoftGrid Microsoft Application Virtualization i=
ssues that came in over the past couple weeks I found a good one that was w=
orked by Paul Freitas, one of our Support Engineers out in Boston. This is a trouble=
shooting tip that should apply to any scenario in which you notice that you=
r usrvol_sftfs.pkg file keeps growing and growing and you want to figure ou=
t why.
=3D=3D=3D=3D=3D=3D=3D=3D
Issue: Over time you may notice that the usrvol_sftfs.pkg file keeps growin=
g.
Cause: The application you virtualized is creating and storing data within =
the user package.
Resolution: The first thing you need to do is figure out which application =
is creating this excess data. If you’re virtualizing a single application =
then this is easy, but if you’re working with a suite of apps then it can b=
e a little more difficult. In a case like this, a good way to identify the=
offending app is to modify the OSD so that it uses a prelaunch script that=
opens a CMD prompt window so we can do some checking. There’s an example =
of how to do that here but I also included the script example =
below:
SCRIPT TIMEOUT=3D”0″ TIMING=3D”PRE” EVENT=3D”LAUNCH” WAIT=3D”TRUE” PROTECT=
=3D”TRUE”>
%systemroot%\system32\cmd.exe
Once you modify the OSD file, launch the application. Prior to the applica=
tion actually starting you should see a CMD Prompt window open. From the o=
pen CMD Prompt window run a DIR command similar to the following so that we=
can view a list of files within the virtual package:
Q:\AppInstallDir> “DIR /s > C:\Windows\Temp\virtdrive.txt”
In the example above, AppInstallDir is the directory on the virtual Q drive=
where the offending application is installed and all we’re doing is piping=
the output of our DIR command to a text file named virtdrive.txt on the C =
drive so we can look at it later.
Once you have your virtdrive.txt file, search it for any files that were re=
cently modified. In Paul’s case he found that the recently modified file w=
as ARCHIVE.PST which told him that Outlook was auto-archiving old email to =
this file and that’s why the package kept growing in size. The resolution h=
ere was to specify a different location for the archived data using this KB=
article, although your exact resol=
ution will ultimately depend on the app you find creating the data.
This isn’t an issue isolated to Outlook so if you run into any issue where =
you find the usrvol_sftfs.pkg growing in size over time you can use the sam=
e procedure to figure out why.
Hope this helps!
J.C. Hornbeck | Manageability Knowledge Engineer
The SoftGrid Team Blog / Tu=
e, 03 Jun 2008 14:55:42 GMT
Sent from FeedDemon
________________________________
1E can save a company with 10,000 PCs over $165,000 and 1,381 tons of CO2 e=
missions per annum. Calculate what you can save with the award winning Nigh=
tWatchman from 1E. Discover the benefits of System Center solutions for you=
rself - attend an exclusive 1E Enterprise Solutions Road Show. Visit our we=
bsite at http://www.1e.com
DISCLAIMER: This is a PRIVATE message. If you are not the intended recipien=
t, please delete without copying and kindly advise us by e-mail of the mist=
ake in delivery. NOTE: Regardless of content, this e-mail shall not operate=
to bind 1E Ltd to any order or other contract unless pursuant to explicit =
written agreement or government initiative expressly permitting the use of =
e-mail for such purpose
–_000_203CCFA2E11B30489992C033514A994A0D6C50A9F11eprdex031elo_
Content-Type: text/html; charset=”us-ascii”
Content-Transfer-Encoding: quoted-printable
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
Repost from the SoftGrid Blog.
Troubleshooting an e=
ver growing Usrvol_sftfs.pkg file
I was reviewing some of the SoftGrid Microsoft Application Virtua=
lization issues that came in over the past couple weeks I found a good one =
that was worked by
Paul Freitas, one of our Support Engineers out in Boston. This is=
a troubleshooting tip that should apply to any scenario in which you notic=
e that your usrvol_sftfs.pkg file keeps growing and growing and you want to=
figure out why.
=3D=3D=3D=3D=3D=3D=3D=3D
Issue: Over time you may notice that the usrvol_=
sftfs.pkg file keeps growing.
Cause: The application you virtualized is creati=
ng and storing data within the user package.
Resolution: The first thing you need to do is fi=
gure out which application is creating this excess data. If you’re vi=
rtualizing a single application then this is easy, but if you’re working wi=
th a suite of apps then it can be a little
more difficult. In a case like this, a good way to identify the offe=
nding app is to modify the OSD so that it uses a prelaunch script that open=
s a CMD prompt window so we can do some checking. There’s an example =
of how to do that
here but I also included the script example below:
SCRIPT TIMEOUT=3D"0" TIMING=3D&q=
uot;PRE" EVENT=3D"LAUNCH" WAIT=3D"TRUE" PROTECT=3D=
"TRUE">
<SCRIPTBODY>%systemroot%\system32\cmd.exe</SCRIPTBODY>
</SCRIPT>
Once you modify the OSD file, launch the application. Prior to the=
application actually starting you should see a CMD Prompt window open.&nbs=
p; From the open CMD Prompt window run a DIR command similar to the followi=
ng so that we can view a list of files within
the virtual package:
Q:\AppInstallDir> "DIR /s > C:\=
Windows\Temp\virtdrive.txt"
In the example above, AppInstallDir is the directory on the virtual Q dr=
ive where the offending application is installed and all we’re doing is pip=
ing the output of our DIR command to a text file named virtdrive.txt on the=
C drive so we can look at it later.
Once you have your virtdrive.txt file, search it for any files that were=
recently modified. In Paul’s case he found that the recently modifie=
d file was ARCHIVE.PST which told him that Outlook was auto-archiving old e=
mail to this file and that’s why the
package kept growing in size. The resolution here was to specify a differe=
nt location for the archived data using
this K=
B article, although your exact resolution will ultimately depend on the=
app you find creating the data.
This isn’t an issue isolated to Outlook so if you run into any issue whe=
re you find the usrvol_sftfs.pkg growing in size over time you can use the =
same procedure to figure out why.
Hope this helps!
J.C. Hornbeck | Manageability Knowledge Engineer
The SoftGrid Team Blog / Tue, 03 Jun 2008 14:55:42 GMT=
Sent from
Fe=
edDemon
DISCLAIMER: This is a PRIVATE message. If you are not the intended recipien=
t, please delete without copying and kindly advise us by e-mail of the mist=
ake in delivery. NOTE: Regardless of content, this e-mail shall not operate=
to bind 1E Ltd to any order or
other contract unless pursuant to explicit written agreement or government=
initiative expressly permitting the use of e-mail for such purpose
–_000_203CCFA2E11B30489992C033514A994A0D6C50A9F11eprdex031elo_–
–_004_203CCFA2E11B30489992C033514A994A0D6C50A9F11eprdex031elo_
Content-Type: image/gif; name=”image001.gif”
Content-Description: image001.gif
Content-Disposition: inline; filename=”image001.gif”; size=0;
creation-date=”Fri, 06 Jun 2008 15:45:33 GMT”;
modification-date=”Fri, 06 Jun 2008 15:45:33 GMT”
Content-ID:
Content-Transfer-Encoding: base64
R0lGODlhAQABAIAAANvf7wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==
–_004_203CCFA2E11B30489992C033514A994A0D6C50A9F11eprdex031elo_–
no comments yet.
Microsoft App-V 4.5 Hits Release Candidate »« anthony.clendenen@gmail.com sent you a link to content of interest
Names and email addresses are required (email addresses aren't displayed), url's are optional.
Comments may contain the following xhtml tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>