- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Strange Phenomenon
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
08-05-2003 04:10 AM
08-05-2003 04:10 AM
Strange Phenomenon
Restored my Oracle 11.0.3 application to server 1
Server 1: Action 1:
Immediately I did a SAM backup [cold ]of the mount points of the system. size 54gb Time taken 1 hour and 45 minutes using Ultrium
Action 2:
No user activity done. scheduled backup [cold ] of /data2 and /Oracle : size 24.5 gb. on a dds4 Tape it took 1 hour.
Server 2
The history of backing up my mount point /ora9i.
First time after installation of Application [ 9idatabase]. size 13.5 gb. Backup time approx. 30 minutes. using DDS4.
Second time after activities on the application. size 15.3 GB. Backup time approx.2 hours and 20 minutes using dds4
Third Time :after activities on the application. size 15.4 gb . Backup time approx 2 hours and 58 minutes using dds4.
On Server #3
Application installed is Oracle ERP 11.5.8 on the mount point /oracle1 This consists of 2 directories namely oracle and applmgr.
Oracle directory consists of data files and database binaries: size approximately 23gb
Applmgr consists of application binaries size approximately 21gb
Backup of oracle takes approx 2 hours using dds4
Backup of applmgr takes approx. 9hours using dds4
Can anyone let me know why the backup time is increasing with increase of activity.
best regards
Faizer Jameel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 04:38 AM
08-05-2003 04:38 AM
Re: Strange Phenomenon
Its a simple throughput issue, and has no relationship to whether the database is up or down.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 04:55 AM
08-05-2003 04:55 AM
Re: Strange Phenomenon
1 - VA7410, stripes the data across ALL disks within a redundancy group. Thus by backing up one LV you will be hitting all the disks.
2 - From 1 the VA will be serving the other IOs in a similar manner, so increased activity willl mean slower more IO to each of the disks.
3 - I know Ultrium can backup faster than VA can present the data. a Ultrium 215 will do 15MB/s writing but with compression this could be anything up to the buss speed, say 90MB/s (bus dependant). I do not know what dds4 does but I think it will be similarly fast.
regards
Tim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 04:56 AM
08-05-2003 04:56 AM
Re: Strange Phenomenon
the internal SAM backup use fbackup for backing up your files. If you now backup your files in a time your application is in use an files are locked, then fbackup tries 5 times to backup the file. This could be one reason for your increased time.
What is your backup device what you use?
fbackup is not supported with rewind magnetic devices like /dev/rmt/0mn. Use /dev/rmt/0m instead.
See also the fbackup man page !!
HTH
Roland
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 05:06 AM
08-05-2003 05:06 AM
Re: Strange Phenomenon
One samll input for you,
There may be some application log directory .Oracle Application server writes a number of files in this directory .
Eventhough the file size of these files are very small, total number of files generated is very large.
Pls check this, if any such log file exists in your file system u can exclude that directory from backup.
Regards
baiju.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 02:37 PM
08-05-2003 02:37 PM
Re: Strange Phenomenon
When large number of I/O requests are sent to the device and if this number exceeds the queue length limit of the device, the device returns QUEUE FULL status. To avoid frequent QUEUE FULL status messages from the device, the
driver will lower its own queue length so that the number of I/O requests sent to the device is reduced. The driver will increase the queue length when a certain number of I/O's have successfully completed at the current queue length. If the driver gets QUEUE FULL status when operating in queue length of 1 it will switch to untagged mode (no queuing). The driver will not return to tagged mode once this happens (even when the I/O load is reduced later). This results in slow I/O to the device and large avwait and avque values reported by sar(1M).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2003 03:21 PM
08-05-2003 03:21 PM
Re: Strange Phenomenon
fsadm -F vxfs -d -D -e -E /file_system