1834017 Members
2631 Online
110063 Solutions
New Discussion

Quick & Easy ?

 
SOLVED
Go to solution
Charles Harris
Super Advisor

Quick & Easy ?

Hi,

I was wondering what the easiest way of checking if a filesystem has recently been changed, specificaly a size increase.

Any suggestions warmly received as ever!!

Cheers,

-ChaZ-


7 REPLIES 7
Robert-Jan Goossens
Honored Contributor

Re: Quick & Easy ?

Hi,

I think the easiest way is to check

# ls -la /dev/vg00

and look at the time/date of the devfiles.

Hope it helps,

Robert-Jan.
Charles Harris
Super Advisor

Re: Quick & Easy ?

Thanks for the replay, It's monday morning after all!! - I've obviously lost the plot today!

I was wondering if there was any way of dumping superblock(s) or any specific vxfs logs and checking for changes?
I realy need to identify the change, to see if a filesystem has been increased.

Thanks again,


-ChaZ-
Massimo Bianchi
Honored Contributor

Re: Quick & Easy ?

Hi,
another way coould be to check the /var/adm/syslog/syslog.log for messages from the LVM subsystem, each command is looged there.

Massimo
Charles Harris
Super Advisor

Re: Quick & Easy ?

Thanks Massimo,

Unfortunately, some cowboy nuked the syslog to create some free space. Not a bad place to start looking though!

Cheers,


-ChaZ-


Keely Jackson
Trusted Contributor

Re: Quick & Easy ?

Hi Chaz

You could check the sam log, assuming they used sam of course.

Cheers
Keely
Live long and prosper
Stefan Farrelly
Honored Contributor
Solution

Re: Quick & Easy ?

The easiest way is to use PerfView. If you have the scopeux Measureware collector process running collecting stats this includes filesystem sizes - and you can simply run perfview, do a graph of any lvol or filesystem and display its size for the last 3 months, and you will see if its increasing or not.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Charles Harris
Super Advisor

Re: Quick & Easy ?

Thanks to everyone for all of the useful suggestions, my brain is obviously running a little cold this morning!

Cheers,


-ChaZ-