The "du -sk" command will show the actual space used for the file ( x 1024)
The ls -las command shows both the space used (x 512) and file size
The reason for the large discrepancy is additional space that is "reserved" for this file.
You can see this with the "getext" command:
# /opt/VRTS/bin/getext /data/cbpdbpre/MITPRE/oradata_01/large_data01.dbf
/data/cbpdbpre/MITPRE/oradata_01/large_data01.dbf: Bsize 1024 Reserve 921608 Extent Size 0
where there is the Reserve 921608 of 900 megabytes.
There reserve appears to have been set by the database.
You can remove this reservation by using the "setext -r 0
# /opt/VRTS/bin/setext -r 0 /data/cbpdbpre/MITPRE/oradata_01/large_data01.dbf
-------We recommend consulting the DBA regarding this "dbf" file and why there is Reserve space for this file.
Applies To
VERSIONs
HP-UX 11.23
VxVM 5.0MP1RP6
VxFS 5.0MP1RP5
VCS 5.0MP1