Considered basic but advanced outcome (Custom Backup Solution)


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Considered basic but advanced outcome (Custom Backup Solution)
# 8  
Old 03-03-2013
After a few hours the sync command indeed causes the uvsh process (The system has 24gb of ram). It has 8 uvsh processes that run at 50 percent each, sometimes 100 percent but rarely.

Ive only this to go on: As part of the recommended way of preparing the database for backup the sync command is issued. This is where I'm still stuck. This never completes although I know this worked before.

Do I chance backing up without the sync command?

> Removing the sync command had no effect, the processes commenced anyway. Its almost like the mere fact that I'm taring and transferring data is springing these processes.

Last edited by coastdweller; 03-03-2013 at 04:36 PM..
# 9  
Old 03-03-2013
I'm just guessing, but it seems a lot more likely that you shut down the database in preparation for doing the backup. But someone else tries to access the database, and that causes it to be restarted without knowing or caring whether or not you are trying to perform a backup.
# 10  
Old 03-04-2013
That was my second thought as well: third party activity on the DB while trying to close it.
The sync behaviour seems a bit strange to me - usually sync in executed periodically by the syncer (BSD) process, periods being somewhere around 30 s. So why should there be so many dirty buffers? If having to do with the syncing, those uvsh processes should be heavily IO bound?
# 11  
Old 03-04-2013
Quote:
Originally Posted by RudiC
That was my second thought as well: third party activity on the DB while trying to close it.
The sync behaviour seems a bit strange to me - usually sync in executed periodically by the syncer (BSD) process, periods being somewhere around 30 s. So why should there be so many dirty buffers? If having to do with the syncing, those uvsh processes should be heavily IO bound?
I don't have any experience with Redhat. I know that at one time, Solaris systems with a terabyte of memory relied on the buffer pool to increase performance and didn't sync regularly; it just flushed buffers when they timed out or were needed to make room for other active pages. At that time, a user-initiated sync could take an hour to complete on a busy system (and by the time it was done, there was a large new set of dirty pages). I don't remember if that "feature" was ever released to the public.
# 12  
Old 03-04-2013
Do you have an indicator who is spawning those uvsh processes, e.g. a common parent PID? Might be the time to take a closer look at the uvsh program?
Login or Register to Ask a Question

Previous Thread | Next Thread

7 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Backup solution using rsync

Hello All, I am looking at a fast way to script some backups. I am looking at using rsync to do the leg work. I am having a hard time conceiving a script though. I have a tree with subfolders within subfolders. I was looking at the /xd option to parse the tree. Directory of k:\ ... (4 Replies)
Discussion started by: jvamos
4 Replies

2. Linux

Backup solution

Hi all, i am not sure whether i selected the right topic or not, so excuse me, well i am mainly a Windows admin, but i do *NIX administration from time to time, for now i need to use an open source solution for backup windows environment mainly, i spent last days playing with bacula and backupPC,... (0 Replies)
Discussion started by: XP_2600
0 Replies

3. Red Hat

RHEL 5 basic vs advanced

Hello there to the community Question 1 : how can you tell if the RHEL 5 version you have is BASIC or ADVANCED. ? Question 2 : except for virtualization limits on BASIC RHEL which is 2 physical CPUs and 4 virtual guest (redhat virtualization , not VMWARE) and Advanced allows unlimited CPU and... (4 Replies)
Discussion started by: dplinux
4 Replies

4. AIX

Offsite Backup Solution

I'm looking for a program or some way to backup my server to another location onto another server. Does anyone have any ideas? What utility, server O/S(I would like to use Linux RH or CentOS)? Whats the best way to do this? I am fairly new with Unix. Thanks in advance (6 Replies)
Discussion started by: ITAdmin08
6 Replies

5. AIX

Backup solution

Hello, I'm looking for a backup solution for my system. I have 3 AIX virtual partitions running on a IBM p5 server. Each partition has it's data on a DS4700 storage server. Also, I have a RedHat running on an IBM p720. This server has the tape hardware. I would like to know if I can backup from... (4 Replies)
Discussion started by: enzote
4 Replies

6. Solaris

Sun and backup solution

My company is in the process of building a new datacenter and I am responsible for setting up the backup environment (everything from racking to implementation). I guess it is pretty basic but I don't have much experience with the initial setup. What we have so far is a SunV890 (backup server), Sun... (1 Reply)
Discussion started by: Jshwon
1 Replies

7. UNIX for Advanced & Expert Users

enterprise backup solution

We are using sun_sparc solaris 2.5.1 with oracle database 8.0.5 We are considering to buy for buying backup software for this purpose . Our systems integrator says veritas could not be installed due to some technical reasons (they are veritas authorised dealer) . And is suggesting Netvault... (3 Replies)
Discussion started by: Hitesh Shah
3 Replies
Login or Register to Ask a Question