- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to check the filesystem size few months back i...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 02:17 AM
10-01-2008 02:17 AM
How to check the filesystem size few months back in hpux
Is there any way to find the filesystem size few months back in hpux.
Issue right now is the backup was taking 5 hrs before 5 months. now it is taking 10hrs.
The backup speed is same. But we were not able to find which is that filesystem which has increased that much as we don't have old filesystem size data.
could anyone help me regarding this.
thanks!!
regards,
sanwin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 02:22 AM
10-01-2008 02:22 AM
Re: How to check the filesystem size few months back in hpux
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 02:34 AM
10-01-2008 02:34 AM
Re: How to check the filesystem size few months back in hpux
Which utility you are using for backup, & what is the type of backup is?
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 02:55 AM
10-01-2008 02:55 AM
Re: How to check the filesystem size few months back in hpux
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 03:26 AM
10-01-2008 03:26 AM
Re: How to check the filesystem size few months back in hpux
There is the concept of Defragmentation (option).
Please read docs for this.
Regards,
Gokul Chandola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 03:53 AM
10-01-2008 03:53 AM
Re: How to check the filesystem size few months back in hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 04:48 AM
10-01-2008 04:48 AM
Re: How to check the filesystem size few months back in hpux
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 05:10 AM
10-01-2008 05:10 AM
Re: How to check the filesystem size few months back in hpux
you could instead consult the logfiles of the backup system, as they could hold information concerning the amount af data transferred, speed, etc.
Then compare your findings with the changes to the OS system!
regards,
John K.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 05:33 AM
10-01-2008 05:33 AM
Re: How to check the filesystem size few months back in hpux
How you taking backup netbackupp/tar or smthing else.
Thanks,
Kapil+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 06:24 AM
10-01-2008 06:24 AM
Re: How to check the filesystem size few months back in hpux
From that we can tell if you have the full performance agent. The full performance agent will allow you to go back a few months in time and view filesystem information.
I also run a bdf daily. Instead of emailing it to myself I append it to a logfile on the system preceeded with a datestamp.
This log is archived regularly to keep it from growing too large.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 06:44 AM
10-01-2008 06:44 AM
Re: How to check the filesystem size few months back in hpux
mwa status
if that returns nothing you don't have the performance agents. Assuming you do then:
cat > /tmp/fsrept.cfg << EOF
DATA TYPE FILESYSTEM
DATE
TIME
FS_DIRNAME
FS_SPACE_USED
EOF
will create a report cfg file and then:
extract -xp -Y -r /tmp/fsrept.cfg -f /tmp/fsrept.out,Purge -b FIRST -e LAST
Will produce a report of filesystem usage. How far back it goes depends on your logs...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-01-2008 11:58 PM
10-01-2008 11:58 PM
Re: How to check the filesystem size few months back in hpux
If you have the Openview Agent but NOT the full performance agent. The base agent still comes with a CODA performance agent...which is basically a subset of the Full performance agent...and does not store data historically. You may get the past week if lucky.
But you can run a command against it to pull data and then create your own data store.
Check out
/opt/OV/bin/codautil -dumpds
-support
You'd have to write scripts to extract what you need.
As well not all metrics can be taken at face value. Calculations would be needed within a script.
But many are useful.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 04:24 AM
10-02-2008 04:24 AM
Re: How to check the filesystem size few months back in hpux
Since you know it used to take 5 hours and now it's 10 hours, why not look at your backup sessions and see if you can trace down when it started to increase significantly.
Then when you have a day try doing a search for files that appeared around that time and maybe sorting the output by largest file first.
Just a thought, but I agree with the earlier folks using OV.
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2008 06:27 PM
10-02-2008 06:27 PM
Re: How to check the filesystem size few months back in hpux
1. The data files are larger, and/or there are many more new files.
2. The data is becoming less compressible. If you run a database, the original datafiles were unpopulated and therefore highly compressible. After months of data gathering, the files will not be as compressible and therefore more tape will be required to hold the data (and more time).
3. The backup is occurring while the machine is busy, perhaps more so than in the past. Most modern tape drives cannot run at a slower speed and must therefore stop, backspace and re-record the slow block of data. This can easily double or triple the backup time. Modern tape drives require a minimum data rate which can be limited by CPU speed and usage as well as competing disk access from other processes.
Any one or a combination of these 3 conditions will increase the time to complete a backup.
Bill Hassell, sysadmin