Help finding source of tmp file creation in Esxi

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
I have a tmp file being created in my bootbank directory which is filling up the partition instantly, even if I delete the file. The files come in with the format "tmpXXXXXX" where the X's are random strings.
I tried lsof with no success. Can I please get some insight on how else I can see what the source of this file is? I do not have inotifywait as well since this is Esxi
Also, another alternative, which Is probably a hack way to do it. Is there a way I can prevent files with the format "tmpXXXXXX" from being created in the directory?
Thanks!
linux vmware
add a comment |Â
up vote
0
down vote
favorite
I have a tmp file being created in my bootbank directory which is filling up the partition instantly, even if I delete the file. The files come in with the format "tmpXXXXXX" where the X's are random strings.
I tried lsof with no success. Can I please get some insight on how else I can see what the source of this file is? I do not have inotifywait as well since this is Esxi
Also, another alternative, which Is probably a hack way to do it. Is there a way I can prevent files with the format "tmpXXXXXX" from being created in the directory?
Thanks!
linux vmware
Looks a lot like mktemp, but I think ESX hosts may be off-topic here; perhaps superuser?
â Jeff Schaller
Nov 29 '17 at 20:47
I thought mktemp but the format is tmp.XXXXXX which makes me think its another source
â user3808748
Nov 29 '17 at 20:51
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a tmp file being created in my bootbank directory which is filling up the partition instantly, even if I delete the file. The files come in with the format "tmpXXXXXX" where the X's are random strings.
I tried lsof with no success. Can I please get some insight on how else I can see what the source of this file is? I do not have inotifywait as well since this is Esxi
Also, another alternative, which Is probably a hack way to do it. Is there a way I can prevent files with the format "tmpXXXXXX" from being created in the directory?
Thanks!
linux vmware
I have a tmp file being created in my bootbank directory which is filling up the partition instantly, even if I delete the file. The files come in with the format "tmpXXXXXX" where the X's are random strings.
I tried lsof with no success. Can I please get some insight on how else I can see what the source of this file is? I do not have inotifywait as well since this is Esxi
Also, another alternative, which Is probably a hack way to do it. Is there a way I can prevent files with the format "tmpXXXXXX" from being created in the directory?
Thanks!
linux vmware
edited Nov 29 '17 at 20:48
asked Nov 29 '17 at 20:36
user3808748
11
11
Looks a lot like mktemp, but I think ESX hosts may be off-topic here; perhaps superuser?
â Jeff Schaller
Nov 29 '17 at 20:47
I thought mktemp but the format is tmp.XXXXXX which makes me think its another source
â user3808748
Nov 29 '17 at 20:51
add a comment |Â
Looks a lot like mktemp, but I think ESX hosts may be off-topic here; perhaps superuser?
â Jeff Schaller
Nov 29 '17 at 20:47
I thought mktemp but the format is tmp.XXXXXX which makes me think its another source
â user3808748
Nov 29 '17 at 20:51
Looks a lot like mktemp, but I think ESX hosts may be off-topic here; perhaps superuser?
â Jeff Schaller
Nov 29 '17 at 20:47
Looks a lot like mktemp, but I think ESX hosts may be off-topic here; perhaps superuser?
â Jeff Schaller
Nov 29 '17 at 20:47
I thought mktemp but the format is tmp.XXXXXX which makes me think its another source
â user3808748
Nov 29 '17 at 20:51
I thought mktemp but the format is tmp.XXXXXX which makes me think its another source
â user3808748
Nov 29 '17 at 20:51
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f407821%2fhelp-finding-source-of-tmp-file-creation-in-esxi%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Looks a lot like mktemp, but I think ESX hosts may be off-topic here; perhaps superuser?
â Jeff Schaller
Nov 29 '17 at 20:47
I thought mktemp but the format is tmp.XXXXXX which makes me think its another source
â user3808748
Nov 29 '17 at 20:51