Results 1 to 6 of 6
-
10-03-2012, 11:30 AM #1
unable to backup new FS in schedule mode
Hello,
We are not able to backup new FS when they get created!
Let me show you the timeline:
|
|
|-20:20 previous backup finished
|
|-20:21 few moment after the scheduler tell us that the next backup will happen
| at 20:00 tomorrow
|
…
…
|-midnight
…
…
|
|-19:00 we destroy the FS which are mounted somewhere under /dolly/backup
|-19:05 we create some new FS which are mounted somewhere under /dolly/backup
|
|-20:00 the scheduler starts and the FS newly mounted under
| /dolly/backup are not backup at all. This is sad, because we are only
| interested in this FS
|
|-20:05 the scheduler finished… and nothing get backup
|
|-20:06 few moment after the scheduler tell us that the next backup will happen
| at 20:30 tomorrow
|
v
What can be done. Is there a way to tell the scheduler to backup this file ?
-
10-04-2012, 05:55 AM #2Member
- Join Date
- Dec 2009
- Location
- Brno
- Posts
- 91
- Thanks
- 1
- Thanked 18 Times in 17 Posts
You need to restart TSM scheduler in order to reflect new changes in mounted filesystems.
-
10-12-2012, 03:12 AM #3
Thaks for the working response. But could you tell me if there is a way to do it in a dsmc commamd such as:
dsmc init ?
-
10-12-2012, 06:10 AM #4
If Microsoft is the answer, I want my problem back!
-
10-12-2012, 06:49 AM #5Member
- Join Date
- Dec 2009
- Location
- Brno
- Posts
- 91
- Thanks
- 1
- Thanked 18 Times in 17 Posts
you can simply "refresh" (only) scheduler using kill
ps -ef|grep "dsmc sched"
find the PID of process, ie 1234
as root issue command:
kill -HUP 1234
But first make sure there is no scheduled action running.
-
10-17-2012, 10:05 AM #6Member
- Join Date
- Jun 2004
- Posts
- 41
- Thanks
- 0
- Thanked 0 Times in 0 Posts
You can start your Scheduler via the TSM-Webclient. This will take care of FS-Changes automaticly.
Similar Threads
-
Which TSM Schedule mode do you choose?
By jackyzhang in forum TSM ClientReplies: 0Last Post: 05-29-2012, 06:35 AM -
How to run dsmc schedule in quite mode in AIX?
By helmsdeep in forum TSM ClientReplies: 6Last Post: 05-04-2011, 05:04 AM -
DSMCAD in webclient *schedule* mode (missed backups)
By archyis in forum TSM ClientReplies: 4Last Post: 05-14-2008, 01:18 PM -
W2K3 and TSM 5.3.x: unable to manage schedule.log when TSM Schedule Serve is started
By dmdbt in forum Backup / Archive DiscussionReplies: 10Last Post: 09-07-2005, 10:19 AM -
Unable to schedule db backup in TSM 5.3
By chalam in forum Disaster Recovery ModuleReplies: 0Last Post: 08-26-2005, 08:47 AM


Reply With Quote