The Cellar  

Go Back   The Cellar > Main > Technology
FAQ Community Calendar Today's Posts Search

Technology Computing, programming, science, electronics, telecommunications, etc.

Reply
 
Thread Tools Display Modes
Old 01-31-2007, 11:31 AM   #16
busterb
NSABFD
 
Join Date: Jul 2004
Location: MS. usa
Posts: 3,908
IEXPLORE.EXE is internet. explorer.exe is windows explorer, as in right click start and explore.

27
__________________
I've haven't left very deep footprints in the sands of time. But, boy I've left a bunch.
busterb is offline   Reply With Quote
Old 01-31-2007, 11:43 AM   #17
BigV
Goon Squad Leader
 
Join Date: Nov 2004
Location: Seattle
Posts: 27,063
mbpark, Undertoad, others:

I have ProcessExplorer and I'm stuck. I am using BackupExec and there are a couple of files that are not being backed up since they're "in use". They're worthless files to me, just tmp files. But I can't delete them, I can't back them up. They're that itch I can't scratch.

I got ProcessExplorer for just this reason, to find what process is "using" the files, and then proceed from there. Probably by stopping (temporarily) the service, then deleting the files, then restarting the service/process.

But I'm stuck, I can't seem to find out how to use PE to determine what's using the files in question. I need a clue, do you have one or more to spare? How do I find out what process/service is using a given file/handle?

Thanks very much in advance.
__________________
Be Just and Fear Not.
BigV is offline   Reply With Quote
Old 01-31-2007, 11:55 AM   #18
Undertoad
Radical Centrist
 
Join Date: Jan 2001
Location: Cottage of Prussia
Posts: 31,423
Hit ctrl-F in Process Explorer and type part of the filename in. It should find which process is using it, or any other resource with a similar name.
Undertoad is offline   Reply With Quote
Old 01-31-2007, 01:00 PM   #19
BigV
Goon Squad Leader
 
Join Date: Nov 2004
Location: Seattle
Posts: 27,063
Thanks. So, the upper part of the screen displays the current Processes, neh?

I did find the file, and it (?) revealed that the System process was the controlling process. I can choose "Close handle" and "Properties". I am certain I do not want to stop the System process (maybe evar) during the day. So that leaves me with the choice to "Close handle". I doubt anything else is using/needing that file (except *me* who wants a clean head shot on it).

I think I want to close the handle. Would you concur? Of course, I know there's no warranty on your advice, I'm just getting a reality check.

btw there's a "scary" dialog box confirmation check when I select close handle. I haven't yet said yes I really want to close the handle and tempt the fates of system instability...
__________________
Be Just and Fear Not.
BigV is offline   Reply With Quote
Old 01-31-2007, 01:44 PM   #20
Undertoad
Radical Centrist
 
Join Date: Jan 2001
Location: Cottage of Prussia
Posts: 31,423
If the system is using a file actually named "tmp" or with a .tmp extension or in a tmp directory/folder, then my suggestion would be that you not close it AND that you not back it up. A system should understand that tmp files may cease to exist and don't have any permanent meaning to the OS.
Undertoad is offline   Reply With Quote
Old 01-31-2007, 02:07 PM   #21
BigV
Goon Squad Leader
 
Join Date: Nov 2004
Location: Seattle
Posts: 27,063
I keeled it.

But I think I'm ok. I killed, no, closed the handle. I did this on three of the five files that are giving me trouble. The other two are parts of the SQL service, and I'm loathe to do that while everything's live and hot and during business hours. Maybe this weekend.

Thanks for the help.

btw, I have expressed my appreciation at the tip jar. Although I suppose I could "expense" this kind of charge, I don't. This is a personal donation, a small acknowledgment of how I value the cellar. I would strongly urge other dwellars to do likewise. I can't pay as much as I would like, but I can pay some. If you like it, if you use it, a little money would help. Money's fungible and except Jaquelita, I think this is the best way to show your love for what we have here. [/PSA]
__________________
Be Just and Fear Not.

Last edited by BigV; 01-31-2007 at 02:22 PM. Reason: fixed typo and added tip jar hint
BigV is offline   Reply With Quote
Old 01-31-2007, 02:11 PM   #22
BigV
Goon Squad Leader
 
Join Date: Nov 2004
Location: Seattle
Posts: 27,063
Quote:
Originally Posted by Undertoad View Post
If the system is using a file actually named "tmp" or with a .tmp extension or in a tmp directory/folder, then my suggestion would be that you not close it AND that you not back it up. A system should understand that tmp files may cease to exist and don't have any permanent meaning to the OS.
I have been expansive in my definition of the files I back up. I have the space, and I have sought to keep the definitions simple, and to err on the side of inclusiveness. I suppose it would be a fairly simple rule to exclude *.tmp, but I haven't. In fact, the only rule I have created beyond the defaults has been to exclude the pagefile.sys. The reasoning is the same as you described above, but the return to me is much much greater. One rule, one file (per server) and I save mega megabytes... well not literally, but you understand.
__________________
Be Just and Fear Not.
BigV is offline   Reply With Quote
Old 01-31-2007, 09:24 PM   #23
mbpark
Lecturer
 
Join Date: Jan 2001
Location: Carmel, Indiana
Posts: 761
SQL Service Files

Hello,

You REALLY don't want to touch those files while SQL Server is running. SQL Server/MSDE has its own ways of backing those files up, which you have to use.

You can shut down the SQL Service and then back those files up .

From what I remember, Backup Exec does have the ability (in the full version) to run scripts before and after your backups.

A simple before script that has the line net stop mssqlserver and an after script with the line net start mssqlserver will work wonders.

Thanks,

Mitch
mbpark is offline   Reply With Quote
Old 01-31-2007, 09:40 PM   #24
Torrere
a real smartass
 
Join Date: Dec 2001
Location: Kirkland, WA
Posts: 1,121
Apparently there used to be an about: page for all of the Netscape employees, which redirected to each person's home page on the netscape website. This went on until a reporter found the someone's page, and thought that the web page, including it's pictures and politics, were all bundled in with Netscape.

jwz explains
Torrere is offline   Reply With Quote
Old 02-02-2007, 06:15 PM   #25
BigV
Goon Squad Leader
 
Join Date: Nov 2004
Location: Seattle
Posts: 27,063
Quote:
Originally Posted by BigV View Post
I have been expansive in my definition of the files I back up. I have the space, and I have sought to keep the definitions simple, and to err on the side of inclusiveness. I suppose it would be a fairly simple rule to exclude *.tmp, but I haven't. In fact, the only rule I have created beyond the defaults has been to exclude the pagefile.sys. The reasoning is the same as you described above, but the return to me is much much greater. One rule, one file (per server) and I save mega megabytes... well not literally, but you understand.
crap.

so the processexplorer revealed the who and the how of the open file handle closing task, which I boldly undertook. yay me.

then the next day the same thing happened, different files, same namestyles, same directory. crap.

so I added a rule and excluded that directory. :tongue out:

Tanks agin.
__________________
Be Just and Fear Not.
BigV is offline   Reply With Quote
Old 02-02-2007, 06:16 PM   #26
BigV
Goon Squad Leader
 
Join Date: Nov 2004
Location: Seattle
Posts: 27,063
Quote:
Originally Posted by mbpark View Post
Hello,

You REALLY don't want to touch those files while SQL Server is running. SQL Server/MSDE has its own ways of backing those files up, which you have to use.

You can shut down the SQL Service and then back those files up .

From what I remember, Backup Exec does have the ability (in the full version) to run scripts before and after your backups.

A simple before script that has the line net stop mssqlserver and an after script with the line net start mssqlserver will work wonders.

Thanks,

Mitch
yes, oh yes.

I have in mind to show the mdb and ldb files to the local db admin and ask her to 'splain why they're perpetually open. I'm not optomistic, though.

thanks for the warning.
__________________
Be Just and Fear Not.
BigV is offline   Reply With Quote
Old 02-03-2007, 06:47 PM   #27
milkfish
A serene breakdown
 
Join Date: Dec 2005
Location: Northern NJ, USA
Posts: 266
There is also about:license for licensing info readable by lawyers. (At least in my Firefox version 2.0.0.1 browser this works.)
__________________
A genius is one who can do anything except make a living. - Joey Lauren Adams
milkfish is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT -5. The time now is 12:42 PM.


Powered by: vBulletin Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.