- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- backup size
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
07-29-2002 05:09 PM
07-29-2002 05:09 PM
Is there any other (more reliable?) way to get
this type of info?
system hp-ux 11.00
machine d220
Thanks for you help with this
Maria
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:22 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:35 PM
07-29-2002 05:35 PM
Re: backup size
Clay is absolutely right. From the man page for fbackup on a 11.11 system:
"Note also that the blocksize used in
earlier releases (7.0 and before) was 512 bytes, whereas it is now 1024 bytes."
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:35 PM
07-29-2002 05:35 PM
Re: backup size
thanks Maria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 05:46 PM
07-29-2002 05:46 PM
Re: backup size
# bdf /tmp
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol5 524288 336820 175795 66% /tmp
# du -sk
335397 .
At a guess I would say that your problem relates to file(s) that may have been removed, but are still in use by the system. The example from one of my systems suggests that I don't have a similar problem to yours. Doing this on /tmp may produce these differences many times as it is really a dumping ground for many processes. What happens when you do this on any other filesystems? I think you'll find that they are ok.
HTH
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2002 06:53 PM
07-29-2002 06:53 PM
Re: backup size
thanks. yes, it does seem that tmp is the directory with the largest difference and the others are much more similar to your example. thanks for the explanation.
Maria.