- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- snapshot filesystem status
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
04-03-2001 10:33 AM
04-03-2001 10:33 AM
snapshot filesystem status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 10:52 AM
04-03-2001 10:52 AM
Re: snapshot filesystem status
'bdf' gives an excellent, terse summary of the utilization of mounted filesystems.
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 11:24 AM
04-03-2001 11:24 AM
Re: snapshot filesystem status
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 11:30 AM
04-03-2001 11:30 AM
Re: snapshot filesystem status
I'm afraid that bdf on the snapshot show the same result as for the original filesystem.
to be continued ...
Thierry.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 12:58 PM
04-03-2001 12:58 PM
Re: snapshot filesystem status
mount -F vxfs -o snapof=/org_vol /aux_vol /aux_dir
The concern is that during a period of higher db activity, the snapshot filesystem could become full, causing the backup to fail, with no backup possible until the following day.
Thanks for looking at this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2001 07:51 AM
04-04-2001 07:51 AM
Re: snapshot filesystem status
I too looked into this issue when I started snapshot ORACLE backups. I was never able to
devise a method of determining the current
usage of the snapshot buffer. I even explored
ioctl's. However, this only makes sense in that the whole purpose of the snapshot is to make an indistinguishable copy of the original.
From a practical point of view, I have used a buffer that is 20% of the ORACLE data; my backups take about 4 hours to complete writing to 2 DLT7000's. The 20% value has never caused a problem and a backup has never failed because of a full snapshot buffer. The total downtime including bouncing the database is under 2 minutes.
One gotcha I did find that could hang the system was a failure of the snapshot disk(s).
I put my snapshot buffers in a separate volume group but did not mirror the logical volumes. A disk failed and the system hung. I/O's to the original file system were suspended. To avoid this, mirror the snapshot logical volumes.