Start a Conversation

This post is more than 5 years old

Solved!

Go to Solution

2450

February 2nd, 2012 09:00

mminfo command getting (output) same saveset twice

When we run the below mminfo command we are getting (output) same saveset twice.

mminfo -ot -s "Backup Server Name" -r'client,sscreate(17),totalsize(1),sumflags,level,name' -q'client="Backup client name",group=groupname' -t'60 days ago'

"Backup client name" 01/04/12 18:51:07 595 MB cb incr D:\

"Backup client name" 01/04/12 18:51:07 595 MB cb incr D:\

"Backup client name" 01/04/12 18:51:37 363 MB cb incr C:\

"Backup client name" 01/04/12 18:51:37 363 MB cb incr C:\

We are not understood why we are getting this save set twice.

Note :- here provided just few line output

47 Posts

February 6th, 2012 07:00

As you can see, the cloneid (which is the cloneid timestamp) is different. It varies by about 40000(s) which is roughly 11hrs.

Consequently you save sets must have been cloned.

So if you really want to check for unique save sets, you should also use the pool in your 'mminfo -q' area.

268 Posts

February 2nd, 2012 10:00

mminfo -ot -s "Backup Server Name" -r'ssid,cloneid,client,sscreate(17),totalsize(1),sumflags,level,name' -q'client="Backup client name",group=groupname' -t'60 days ago'

i have added ssid and clone id in command.

Try this command. Lets check ssid and clone id of these saveset.

Regards,

Prajith

147 Posts

February 3rd, 2012 11:00

Hi,

Thank you for your quick responce.

I ran provided command but ouput are still twice ...Please check below output.

2116771695  1328242543 "Server Name" 02/02/12 22:15:43 505 MB cb full /MIRROR_local

2116771695  1328283530 "Server Name" 02/02/12 22:15:43 505 MB cb full /MIRROR_local

2083217277  1328242558 "Server Name" 02/02/12 22:15:57 1946 MB cb full /MIRROR_var

2083217277  1328283530 "Server Name" 02/02/12 22:15:57 1946 MB cb full /MIRROR_var

2066440077  1328242573 "Server Name" 02/02/12 22:16:13 3935 MB cb full /MIRROR_root

2066440077  1328283530 "Server Name" 02/02/12 22:16:13 3935 MB cb full /MIRROR_root

1881890872  1328242744 "Server Name" 02/02/12 22:19:04 624 MB cb full /local

1881890872  1328283530 "Server Name" 02/02/12 22:19:04 624 MB cb full /local

1798004829  1328242781 "Server Name" 02/02/12 22:19:41 1947 MB cb full /var

1798004829  1328283530 "Server Name" 02/02/12 22:19:41 1947 MB cb full /var

147 Posts

February 28th, 2012 16:00

Hi,

Great it worked ...Thank you very much for your help

Moin

No Events found!

Top