Operating System - HP-UX
1831915 Members
3207 Online
110031 Solutions
New Discussion

regarding /var Filesystem

 
Kavita Poonia
Regular Advisor

regarding /var Filesystem

Hello there,

what type of file /var/opt/wbem/repository.tar
is ?????
Can we zip this file

Thanks a lot
4 REPLIES 4
Bill Costigan
Honored Contributor

Re: regarding /var Filesystem

tar is like zip but uses a different archive and compression. You can zip it is you want but it might get even bigger. Compressing a compressed file often does that.

If you want to unarchive/uncompress it use the command

tar -xf repository.tar

If you just want to see what is in it use:

tar -tvf repository.tar
Sajjad Sahir
Honored Contributor

Re: regarding /var Filesystem

dear kavitha

if u want to know the filesytem type

u type

fstyp /dev/vg00/lvol1
hfs
now it is hfs file system because it is stand
similar way u can find all type of file system type in all logical volume
the above one is a tar file
-----/var/opt/wbem/repository.tar
u have to extract it by using
tar -xvf command ok
HCL Ash
Frequent Advisor

Re: regarding /var Filesystem

This file contain the info about the CIM server .

If you dont not want that you can do gzip to file to get the more space.

UniRock
Regular Advisor

Re: regarding /var Filesystem

A tar file.

You can use:
# tar -tvf /var/opt/wbem/repository.tar

to its contents.