Operating System - Tru64 Unix
1752649 Members
5717 Online
108788 Solutions
New Discussion юеВ

Re: size is not changing

 
Aladdin_2
Advisor

size is not changing

Hello everbody,

I am facing this weird issue on my alpha ES25 server running tru64.
I have a mountpoint "/data/BILLING/bscsprod/" its size is stuck to 33214363 KB.
I copied around 5 GB of files to that directory but still same size, I delted them again but still same size??

any ideas where should I check??

Thanks alot
5 REPLIES 5
Steven Schweda
Honored Contributor

Re: size is not changing

> [...] its size [...]

Determined how? "ls -ld"? "du"?

As usual, actual commands with actual output
would be more useful than vague descriptions.
Ivan Ferreira
Honored Contributor

Re: size is not changing

Ensure that the files you are copying are going to the specified file system, you can do:

du /path/to/dest/dir

To ensure that no symbolic link are sending the files to other file systems.

If the file system is correct, with no process accessing the file system (check with fuser), run:

quotacheck -ug /data/BILLING/bscsprod/
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Aladdin_2
Advisor

Re: size is not changing

Thanks for your replies.
the following output i kept getting during the copy process.

root@billing4# df -h
Filesystem Size Used Available Capacity Mounted on
root_domain#root 4096M 811M 3273M 20% /
/proc 0 0 0 100% /proc
usr_domain#usr 6508M 2963M 3218M 48% /usr
var_domain#var 6325M 5690M 627M 91% /var
ora_domain#ora 16G 6624M 9632M 41% /u01
ora01_domain#ora01 394G 32G 2196M 94% /data/BILLING
/bscsprod
bscs44_domain#bscs44 34G 22G 12G 66% /data/BILLING
/bscs44
export_domain#export 102G 72G 30G 71% /EXPORT


root@billing4# du -sk /data/BILLING/bscsprod
56635953 /data/BILLING
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/
root@billing4# du -sk /data/BILLING/bscsprod/
33214363 /data/BILLING/bscsprod/


Thnaks
Rob Leadbeater
Honored Contributor

Re: size is not changing

Hi,

Looking at the size of your ora01_domain, there appears to be something of a discrepancy...

Size: 394GB
Used: 32GB
Free: 2196MB

unless of course, there are other filesets in ora01_domain that aren't mounted...

What does the output of "showfdmn -k ora01_domain" give you ?

How about "showfsets -k ora01_domain"

It would be also useful to see exactly what copy commands you're running...

Cheers,

Rob
Kapil Jha
Honored Contributor

Re: size is not changing

Hello
Please send the output asked above plus you will have to check if there is some process have opend a very big file which is taking a lot of space(you can use lsof utility).
hope this would help!!!
kaps
I am in this small bowl, I wane see the real world......