SearchFAQMemberlist Log in
Reply to topic Page 1 of 1
status last backup completion using nsradmin
Author Message
Post status last backup completion using nsradmin 
NW 7.1.1
I have a client in a savegroup for running a hot DB backup.
I can get the status using nsradmin to see if the backup is
running or not and how much is left to complete.
But would anyone know if I can use nsradmin to check
the last backup completion .... did it pass or fail?

Thank you for your time.

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 
On Fri, 3 Dec 2004, Napoleon Urgena wrote:

NW 7.1.1
I have a client in a savegroup for running a hot DB backup.
I can get the status using nsradmin to see if the backup is
running or not and how much is left to complete.
But would anyone know if I can use nsradmin to check
the last backup completion .... did it pass or fail?

Why not use mminfo?

Something like "mminfo -aX -c" might provide the information you seek if
you look at the "Recent Save Set Usage Summary" that appears at the end of
the report.

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 
NW 7.1.1
I have a client in a savegroup for running a hot DB backup.
I can get the status using nsradmin to see if the backup is
running or not and how much is left to complete.
But would anyone know if I can use nsradmin to check
the last backup completion .... did it pass or fail?

Savegroup completion isn't really stored in any networker database. The
savegroup itself sends the information via any notifications and into
logs. If the server hasn't been restarted and the group hasn't been
rerun, you can also query the 'completed' attribute of the savegroup.

Once the savegroup is started again though, that field is overwritten.

You could use 'mminfo' to look for completed savesets from the right
client at the right time, but that's not exactly the same information
(and wouldn't tell you about any missed files).

I think all you can do is either parse logs or capture the old
notifications.
Darren Dunham ddunham < at > taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 
I have a script using nsradmin to status the backup.
When the status=idle, I want to find out if the savegroup's
last backup completed successful or failed.
I'll do some research on mminfo.

Thanks for your suggestion.

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 

I have a script using nsradmin to status the backup.
When the status=idle, I want to find out if the savegroup's
last backup completed successful or failed.

The group as a whole, or just individual save sessions?

And what's a failure to you? Is one file saying "size changed" a
failure, or does an entire host have to be down?

If you're just waiting for the group to finish *and* you have no access
to the savegroup report, you can get the information out of the
'completion' attribute.

nsradmin> show completion
nsradmin> print type:nsr group; name: mygroup

It should be about the same information, but you'll have to parse it to
some extent.

Darren Dunham ddunham < at > taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 
That is closer to what I'm looking for.

I only need to know wether the group failed (or aborted) or passed
as you would see on the top of the completion report.
If it could tell me it was aborted, that would be nice, too.

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 
I get "X lines of suppressed output" when I do this. Is there a way to
force all the output to be written?

Thanks.
Teresa

-----Original Message-----
From: Legato NetWorker discussion [mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU]
On Behalf Of Darren Dunham
Sent: Friday, December 03, 2004 12:20 PM
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin


I have a script using nsradmin to status the backup.
When the status=3Didle, I want to find out if the savegroup's
last backup completed successful or failed.

The group as a whole, or just individual save sessions?

And what's a failure to you? Is one file saying "size changed" a
failure, or does an entire host have to be down?

If you're just waiting for the group to finish *and* you have no access
to the savegroup report, you can get the information out of the
'completion' attribute.

nsradmin> show completion
nsradmin> print type:nsr group; name: mygroup

It should be about the same information, but you'll have to parse it to
some extent.

Darren Dunham ddunham < at > taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >

Note: To sign off this list, send a "signoff networker" command via
email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D

Post status last backup completion using nsradmin 

I get "X lines of suppressed output" when I do this. Is there a way to
force all the output to be written?

I'm not certain. That may be coming directly from the client, not from
the server. But I've not attempted to expand it in the past.

Darren Dunham ddunham < at > taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 
Sometime in the past, probably around 6.1.3, Legato started suppressing
lines to avoid overloading the "NSR group" resource with text.
If you are aware of the consequences and want to avoid this suppression
you can create an empty file "NO_SUPPRESS" in the /nsr/debug directory.
Itzik

-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU] On Behalf Of Teresa Biehler
Sent: Monday, December 06, 2004 17:46
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20
I get "X lines of suppressed output" when I do this. Is=20
there a way to force all the output to be written?
=20
Thanks.
Teresa
=20
-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU]
On Behalf Of Darren Dunham
Sent: Friday, December 03, 2004 12:20 PM
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20

I have a script using nsradmin to status the backup.
When the status=3Didle, I want to find out if the savegroup's last=20
backup completed successful or failed.
=20
The group as a whole, or just individual save sessions?
=20
And what's a failure to you? Is one file saying "size=20
changed" a failure, or does an entire host have to be down?
=20
If you're just waiting for the group to finish *and* you have=20
no access to the savegroup report, you can get the=20
information out of the 'completion' attribute.
=20
nsradmin> show completion
nsradmin> print type:nsr group; name: mygroup
=20
It should be about the same information, but you'll have to=20
parse it to some extent.
=20
--
Darren Dunham =20
ddunham < at > taos.com
Senior Technical Consultant TAOS =20
http://www.taos.com/
Got some Dr Pepper? San Francisco,=20
CA bay area
< This line left intentionally blank to confuse you. >
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's Web site at=20
http://listmail.temple.edu/archives/networker.html where you=20
regarding this list should be sent to stan < at > temple.edu=20
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's Web site at=20
http://listmail.temple.edu/archives/networker.html where you=20
regarding this list should be sent to stan < at > temple.edu=20
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
=20

*************************************************************************=
*************************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager=
or the=20
sender immediately and do not disclose the contents to any one or make co=
pies.

MBI - System Team
*************************************************************************=
*************************

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D

Post status last backup completion using nsradmin 
This file already exists and I'm still getting lines that are
suppressed. We're running v7.1.1.

-Teresa

-----Original Message-----
From: Itzik Meirson [mailto:imeirson < at > mbi.co.il]=20
Sent: Monday, December 06, 2004 10:57 AM
To: Legato NetWorker discussion; Teresa Biehler
Subject: RE: [Networker] status last backup completion using nsradmin

Sometime in the past, probably around 6.1.3, Legato started suppressing
lines to avoid overloading the "NSR group" resource with text.
If you are aware of the consequences and want to avoid this suppression
you can create an empty file "NO_SUPPRESS" in the /nsr/debug directory.
Itzik

-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU] On Behalf Of Teresa Biehler
Sent: Monday, December 06, 2004 17:46
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20
I get "X lines of suppressed output" when I do this. Is=20
there a way to force all the output to be written?
=20
Thanks.
Teresa
=20
-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU]
On Behalf Of Darren Dunham
Sent: Friday, December 03, 2004 12:20 PM
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20

I have a script using nsradmin to status the backup.
When the status=3Didle, I want to find out if the savegroup's last=20
backup completed successful or failed.
=20
The group as a whole, or just individual save sessions?
=20
And what's a failure to you? Is one file saying "size=20
changed" a failure, or does an entire host have to be down?
=20
If you're just waiting for the group to finish *and* you have=20
no access to the savegroup report, you can get the=20
information out of the 'completion' attribute.
=20
nsradmin> show completion
nsradmin> print type:nsr group; name: mygroup
=20
It should be about the same information, but you'll have to=20
parse it to some extent.
=20
--
Darren Dunham =20
ddunham < at > taos.com
Senior Technical Consultant TAOS =20
http://www.taos.com/
Got some Dr Pepper? San Francisco,=20
CA bay area
< This line left intentionally blank to confuse you. >
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's Web site at=20
http://listmail.temple.edu/archives/networker.html where you=20
regarding this list should be sent to stan < at > temple.edu=20
=
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's Web site at=20
http://listmail.temple.edu/archives/networker.html where you=20
regarding this list should be sent to stan < at > temple.edu=20
=
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
=20

************************************************************************
**************************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system
manager or the=20
sender immediately and do not disclose the contents to any one or make
copies.

MBI - System Team
************************************************************************
**************************

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D

Post status last backup completion using nsradmin 

Sometime in the past, probably around 6.1.3, Legato started suppressing
lines to avoid overloading the "NSR group" resource with text.
If you are aware of the consequences and want to avoid this suppression
you can create an empty file "NO_SUPPRESS" in the /nsr/debug directory.
Itzik

Should that be on the client or server? (Which one is doing the
consolidation?)

Darren Dunham ddunham < at > taos.com
Senior Technical Consultant TAOS http://www.taos.com/
Got some Dr Pepper? San Francisco, CA bay area
< This line left intentionally blank to confuse you. >

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Post status last backup completion using nsradmin 
Legato suggests to restart Networker services after creating this file.
This seems to be quite strange as if you do a "strings" on key Networker
executables this string exists only in "savegrp".
This also suggests that this is a "server side" file as savegrp runs
only on the backup server.
Itzik

-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU] On Behalf Of Teresa Biehler
Sent: Monday, December 06, 2004 18:02
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20
This file already exists and I'm still getting lines that are=20
suppressed. We're running v7.1.1.
=20
-Teresa
=20
-----Original Message-----
From: Itzik Meirson [mailto:imeirson < at > mbi.co.il]
Sent: Monday, December 06, 2004 10:57 AM
To: Legato NetWorker discussion; Teresa Biehler
Subject: RE: [Networker] status last backup completion using nsradmin
=20
Sometime in the past, probably around 6.1.3, Legato started=20
suppressing lines to avoid overloading the "NSR group"=20
resource with text.
If you are aware of the consequences and want to avoid this=20
suppression you can create an empty file "NO_SUPPRESS" in the=20
/nsr/debug directory.
Itzik
=20
-----Original Message-----
From: Legato NetWorker discussion
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU] On Behalf Of Teresa Biehler
Sent: Monday, December 06, 2004 17:46
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion=20
using nsradmin
=20
I get "X lines of suppressed output" when I do this. Is=20
there a way=20
to force all the output to be written?
=20
Thanks.
Teresa
=20
-----Original Message-----
From: Legato NetWorker discussion
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU]
On Behalf Of Darren Dunham
Sent: Friday, December 03, 2004 12:20 PM
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion=20
using nsradmin
=20

I have a script using nsradmin to status the backup.
When the status=3Didle, I want to find out if the savegroup's last=20
backup completed successful or failed.
=20
The group as a whole, or just individual save sessions?
=20
And what's a failure to you? Is one file saying "size changed" a=20
failure, or does an entire host have to be down?
=20
If you're just waiting for the group to finish *and* you have no=20
access to the savegroup report, you can get the information=20
out of the=20
'completion' attribute.
=20
nsradmin> show completion
nsradmin> print type:nsr group; name: mygroup
=20
It should be about the same information, but you'll have to=20
parse it=20
to some extent.
=20
--
Darren Dunham =20
ddunham < at > taos.com
Senior Technical Consultant TAOS =20
http://www.taos.com/
Got some Dr Pepper? San Francisco,=20
CA bay area
< This line left intentionally blank to confuse you. >
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's=20
Web site at=20
http://listmail.temple.edu/archives/networker.html where=20
regarding=20
this list should be sent to stan < at > temple.edu=20
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's=20
Web site at=20
http://listmail.temple.edu/archives/networker.html where=20
regarding=20
this list should be sent to stan < at > temple.edu=20
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
=20
=20
**************************************************************
**********
**************************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system
manager or the=20
sender immediately and do not disclose the contents to any one or make
copies.
=20
MBI - System Team
**************************************************************
**********
**************************
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
=20

*************************************************************************=
*************************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager=
or the=20
sender immediately and do not disclose the contents to any one or make co=
pies.

MBI - System Team
*************************************************************************=
*************************

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D

Post status last backup completion using nsradmin 
I created this file several months ago. In the meantime, our server has
been restarted many times.

-T

-----Original Message-----
From: Itzik Meirson [mailto:imeirson < at > mbi.co.il]=20
Sent: Monday, December 06, 2004 11:18 AM
To: Legato NetWorker discussion; Teresa Biehler
Subject: RE: [Networker] status last backup completion using nsradmin

Legato suggests to restart Networker services after creating this file.
This seems to be quite strange as if you do a "strings" on key Networker
executables this string exists only in "savegrp".
This also suggests that this is a "server side" file as savegrp runs
only on the backup server.
Itzik

-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU] On Behalf Of Teresa Biehler
Sent: Monday, December 06, 2004 18:02
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20
This file already exists and I'm still getting lines that are=20
suppressed. We're running v7.1.1.
=20
-Teresa
=20
-----Original Message-----
From: Itzik Meirson [mailto:imeirson < at > mbi.co.il]
Sent: Monday, December 06, 2004 10:57 AM
To: Legato NetWorker discussion; Teresa Biehler
Subject: RE: [Networker] status last backup completion using nsradmin
=20
Sometime in the past, probably around 6.1.3, Legato started=20
suppressing lines to avoid overloading the "NSR group"=20
resource with text.
If you are aware of the consequences and want to avoid this=20
suppression you can create an empty file "NO_SUPPRESS" in the=20
/nsr/debug directory.
Itzik
=20
-----Original Message-----
From: Legato NetWorker discussion
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU] On Behalf Of Teresa Biehler
Sent: Monday, December 06, 2004 17:46
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion=20
using nsradmin
=20
I get "X lines of suppressed output" when I do this. Is=20
there a way=20
to force all the output to be written?
=20
Thanks.
Teresa
=20
-----Original Message-----
From: Legato NetWorker discussion
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU]
On Behalf Of Darren Dunham
Sent: Friday, December 03, 2004 12:20 PM
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion=20
using nsradmin
=20

I have a script using nsradmin to status the backup.
When the status=3Didle, I want to find out if the savegroup's last =

backup completed successful or failed.
=20
The group as a whole, or just individual save sessions?
=20
And what's a failure to you? Is one file saying "size changed" a=20
failure, or does an entire host have to be down?
=20
If you're just waiting for the group to finish *and* you have no=20
access to the savegroup report, you can get the information=20
out of the=20
'completion' attribute.
=20
nsradmin> show completion
nsradmin> print type:nsr group; name: mygroup
=20
It should be about the same information, but you'll have to=20
parse it=20
to some extent.
=20
--
Darren Dunham =20
ddunham < at > taos.com
Senior Technical Consultant TAOS =20
http://www.taos.com/
Got some Dr Pepper? San Francisco,=20
CA bay area
< This line left intentionally blank to confuse you. >
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's=20
Web site at=20
http://listmail.temple.edu/archives/networker.html where=20
regarding=20
this list should be sent to stan < at > temple.edu=20
=
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's=20
Web site at=20
http://listmail.temple.edu/archives/networker.html where=20
regarding=20
this list should be sent to stan < at > temple.edu=20
=
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
=20
=20
**************************************************************
**********
**************************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system
manager or the=20
sender immediately and do not disclose the contents to any one or make
copies.
=20
MBI - System Team
**************************************************************
**********
**************************
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email
should be sent to stan < at > temple.edu
=
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
=20

************************************************************************
**************************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system
manager or the=20
sender immediately and do not disclose the contents to any one or make
copies.

MBI - System Team
************************************************************************
**************************

Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D

Post status last backup completion using nsradmin 
There is a bug in 7.1.1 where the no_supress file is ignored.

Kit

From: Teresa Biehler <tpbsys < at > RIT.EDU>
Date: 2004/12/07 Tue AM 05:02:25 GMT+13:00
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: status last backup completion using nsradmin

This file already exists and I'm still getting lines that are
suppressed. We're running v7.1.1.

-Teresa

-----Original Message-----
From: Itzik Meirson [mailto:imeirson < at > mbi.co.il]=20
Sent: Monday, December 06, 2004 10:57 AM
To: Legato NetWorker discussion; Teresa Biehler
Subject: RE: [Networker] status last backup completion using nsradmin

Sometime in the past, probably around 6.1.3, Legato started suppressing
lines to avoid overloading the "NSR group" resource with text.
If you are aware of the consequences and want to avoid this suppression
you can create an empty file "NO_SUPPRESS" in the /nsr/debug directory.
Itzik

-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU] On Behalf Of Teresa Biehler
Sent: Monday, December 06, 2004 17:46
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20
I get "X lines of suppressed output" when I do this. Is=20
there a way to force all the output to be written?
=20
Thanks.
Teresa
=20
-----Original Message-----
From: Legato NetWorker discussion=20
[mailto:NETWORKER < at > LISTMAIL.TEMPLE.EDU]
On Behalf Of Darren Dunham
Sent: Friday, December 03, 2004 12:20 PM
To: NETWORKER < at > LISTMAIL.TEMPLE.EDU
Subject: Re: [Networker] status last backup completion using nsradmin
=20

I have a script using nsradmin to status the backup.
When the status=3Didle, I want to find out if the savegroup's last=20
backup completed successful or failed.
=20
The group as a whole, or just individual save sessions?
=20
And what's a failure to you? Is one file saying "size=20
changed" a failure, or does an entire host have to be down?
=20
If you're just waiting for the group to finish *and* you have=20
no access to the savegroup report, you can get the=20
information out of the 'completion' attribute.
=20
nsradmin> show completion
nsradmin> print type:nsr group; name: mygroup
=20
It should be about the same information, but you'll have to=20
parse it to some extent.
=20
--
Darren Dunham =20
ddunham < at > taos.com
Senior Technical Consultant TAOS =20
http://www.taos.com/
Got some Dr Pepper? San Francisco,=20
CA bay area
< This line left intentionally blank to confuse you. >
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's Web site at=20
http://listmail.temple.edu/archives/networker.html where you=20
regarding this list should be sent to stan < at > temple.edu=20
=
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
--
Note: To sign off this list, send a "signoff networker"=20
command via email to listserv < at > listmail.temple.edu or visit=20
the list's Web site at=20
http://listmail.temple.edu/archives/networker.html where you=20
regarding this list should be sent to stan < at > temple.edu=20
=
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D=
*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D
=20
=20

************************************************************************
**************************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system
manager or the=20
sender immediately and do not disclose the contents to any one or make
copies.

MBI - System Team
************************************************************************
**************************

--
Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu
=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D*=3D


Note: To sign off this list, send a "signoff networker" command via email
should be sent to stan < at > temple.edu

Display posts from previous:
Reply to topic Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
  


Magic SEO URL for phpBB