Re: [Veritas-bu] Media Server with multiple NICS

2008-03-11 Thread Marianu, Jonathan
That is correct. Assign tape drives to the underlying host name and
create a stu that points to that host name.
 


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: Jim Taylor (dt3249)
(678) 893-3170
  

 
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Looking for suggestions vaulting/duplication-related

2008-03-07 Thread Marianu, Jonathan
Nathan, 
Are you using RMAN to back up the database.
There are many settings available to optimize RMAN-nbu disk to disk
backup.
 
Consider using a vault profile or running a script that:
-displays all images created on a client in the last n hours.
-that list is passed as an argument to bpduplicate and executed.
 
This allows concurrent duplication of the finished on-disk images, while
the backup is still running.
 
Run that script at a frequency/duration shorter than the average image
duplication time in order to keep the drive busy.
 
Two options for the Monthly copy are a parallel duplication to inline
copy or a serial duplication running one after the other.
 
The second copy could use a volume from a different pool.
That pool could be ejected from a different vault profile with its own
pic list.
 


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: Jim Taylor (dt3249)
(678) 893-3170
  

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] VTL & NetBackup Best Practice

2008-03-06 Thread Marianu, Jonathan
 
Thanks Curtis,
 
I generally do not dup while I am backing up, other than images under
128k. (another important discussion)
The backups run at night to DSU, 1900-0600 and the duplication jobs run
during the day 0800-1600.
 
There are often a handful of network clients that are still running jobs
into the morning when the duplication starts.
The typical reasons are, the NIC has switched to half duplex, or storage
was added to the host that night.
If I was using VTL for network backups, these few clients would impact
duplication because their virtual tapes are still in use.
 
A smaller media size does mitigate this but does not eliminate the
problem and creates a higher media count. 
 
As to the other question, I use bpduplicate instead of direct export on
my VTLs.
Here are a few of my reasons:
-highest media compression
-higher degree of confidence in restoreability from physical tape
-prioritization of images that need to be duplicated first
-All versions of NBU, and brands of VTL and libraries support this
duplication configuration
-imageDB is aware of all image copies. I use that to report the RTE of
an application based on the different risk scenarios. (Restore from VTL
or restore from tape, the current location of that tape)
 



__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: Jim Taylor (dt3249)
(678) 893-3170
  

 
___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] VTL & NetBackup Best Practice

2008-03-06 Thread Marianu, Jonathan
I use DSUs for network media servers and either DSUs or VTL for large
clients that need to be dedicated media servers.
 
Here are some things to consider with network based backups:
Using VTL: A slow network client will hold onto a VTL tape. The other
images on that tape are then not available for duplication which means
if there was a data center disaster those images would not have been
copied to tape yet. This impacts your RPO.
Using DSU: A slow client will only effect the duplication of its image
and not the image of other clients.
 
 
I use VTL on large clients to save money.
Under a DSU methodology I must allocate the san storage directly to the
host in a multiple of the size of prod disk space.
As the prod space grows the DSU space needs to grow. This must be
monitored, managed, and sustained.  There are hundreds of these types of
clients across many data centers.
In addition, that allocated DSU space is not available for any other
media server so there is a lot of unused, yet allocated storage, and
with no compression.  
 
With VTL I can put that head in front of the same storage and zone the
virtual drives to the media servers. The VTL arbitrates the access and
provides a shared storage resource accessible over a high speed SAN.
I have the ability to increase backup storage capacity without touching
a production client. 
In addition I get compression on that storage.


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: Jim Taylor (dt3249)
(678) 893-3170
  

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Media Server with multiple NICS

2008-03-06 Thread Marianu, Jonathan
Just to follow up.
 
The clients on a particular network segment --> should be in a separate
policy --> that policy would specify a network specific storage unit -->
that storage unit specifies either the IP or dns name assigned to the
Media server's IP --> that IP is in turn assigned to the media server's
NIC which is on the same network segment as those clients.
 
A single media server can have multiple names, (virtual media servers)
and multiple storage units assigned to each. 
As a suggestion, create one DSU file system. Underneath the mount point
create a directory for each storage unit.
Each storage unit will use its subdirectory for its images.
Assign the tape drives to the underlying host name, not the virtual
name.
Create a vault profile for each virtual media server that duplicates the
disk images to the host's tape STU
 
I have a couple hundred of these types of large client media servers
that are known by multiple names. Each media server writes to SAN
attached DSUs and duplicates to SAN attached LTOs in SL8500s, and it
works.
 
 
 
 

__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: Jim Taylor (dt3249)
(678) 893-3170
 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Media Server with multiple NICS

2008-03-03 Thread Marianu, Jonathan
Paul,

Each NIC on the media server should have a separate IP.
Assign each IP a name in dns
Ensure that the static routes are set up correctly between the media
server and the clients. This part is critical.
This means if you run a traceroute from teh media server to the client
it is sending the packet out the correct NIC on the media server to the
correct NIC on the client. 

Set up a unique storage unit for each IP assigned to a NIC servicing
clients on the media server.
As a suggestion, use the DNS name assigned to that IP.
You will need at least one policy per storage unit. 
Consider naming the policy based on the underlying the storage unit.
Group the appropriate clients in the appropriate policies.

Other pertinent settings are MPX, multipstreaming, and vault
duplication.

Here are questions for you; what type of storage units are you using?
Are you going directly to tape, VTL or to a DSU first? What kind of DSU?
Do you use SSO? Do you use vault?
Do the clients have multiple NICs as well?


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: Jim Taylor (dt3249)
(678) 893-3170
 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] 1 TB limit ?

2008-01-10 Thread Marianu, Jonathan
Thanks I'll look at this. 



__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of vijayraj
Sent: Tuesday, January 08, 2008 9:23 AM
To: VERITAS-BU@mailman.eng.auburn.edu
Subject: [Veritas-bu] 1 TB limit ?


1 tb limit is already resolved in netbackup 5 with mp4.  We have been
backing the database of more than 2 tb. But better you divide backup in
multiple streams as some time it fails depending on the number of files
you have in backup.

+--
|This was sent by [EMAIL PROTECTED] via Backup Central.
|Forward SPAM to [EMAIL PROTECTED]
+--


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] master server with multiple interfaces

2007-12-03 Thread Marianu, Jonathan
What is the underlying reason for doing this?

Is the goal to improve the network throughput on the media server or do the 
clients have an actual need to be on four different vlans?

 

If you did it that way you would create a "virtual" media server entry for each 
ip.

The real challenge comes with the tape drives. Although the drives can be 
shared among the virtual media servers, with SSO, only one virtual media server 
can write to a specific tape drive at any one time.

Without going into too much detail you may have difficulty keeping all four 
tape drives running at full speed on one host. If they are not running at full 
speed the backup throughput performance will drop sharply.  

 

There may be better options if the goal is to just improve throughput.

-IPMP

-Ethernet Trunking.

__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Suspend or Freeze media

2007-11-21 Thread Marianu, Jonathan
Part 1 of 2

Matt,

This applies to 5.1 and below.

Also, triple check all advice because I could be wrong. I don't have access to 
production NBU systems so this is from memory and my notes. Also I am writing 
without providing a full explanation. So I will include some notes at the 
bottom for you to review.

And learn some basic awk. A few days of learning awk will save you weeks of 
typing. I train other NBU admins and that is one of the first things they learn.


--My comments--

Freezing and suspending are media attributes stored in the media database on 
the media server.
See field 15 of bpmedialist -l.

This is important because it means it does not impact the image db on the 
master.
The images will expire regardless of the media's attribute unless you change 
the image expiration (bpexpdate)

A frozen media is never put back into service unless you manually unfreeze it.
I think suspended moves back when the images expire, but I'm not 100% certain.

Another thing to remember is you can only freeze assigned media because only 
assigned media is stored in a media database. 

So to phase out LTO2:
 
-Make a copy of volDB on the master and the mediaDB on the media servers so 
that you can roll back.

-identify which LTO2 media is assigned (storing images) and which media is not 
assigned.
# vmquery -pn SCRATCH -l | awk '{print $1}'
This should list the unassigned media

-remove the Scratch LTO2 media from the library and sync the volDB.

-If you have expired tapes outside the library, use vmdelete to remove them 
from volDB.

-freeze the remaining LTO2 media using "bpmedia -m MEDIAID -h MEDIA_SERVER_NAME"


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Suspend or Freeze media

2007-11-21 Thread Marianu, Jonathan
Part 1 of 2

 

Matt,

 

This applies to 5.1 and below.

 

Also, triple check all advice because I could be wrong. I don't have
access to production NBU systems so this is from memory and my notes.
Also I am writing without providing a full explanation. So I will
include some notes at the bottom for you to review.

 

And learn some basic awk. A few days of learning awk will save you weeks
of typing. I train other NBU admins and that is one of the first things
they learn.

 

 

--My comments--

 

Freezing and suspending are media attributes stored in the media
database on the media server.

See field 15 of bpmedialist -l.

 

This is important because it means it does not impact the image db on
the master.

The images will expire regardless of the media's attribute unless you
change the image expiration (bpexpdate)

 

A frozen media is never put back into service unless you manually
unfreeze it.

I think suspended moves back when the images expire, but I'm not 100%
certain.

 

Another thing to remember is you can only freeze assigned media because
only assigned media is stored in a media database. 

 

So to phase out LTO2:

 

-Make a copy of volDB on the master and the mediaDB on the media servers
so that you can roll back.

 

-identify which LTO2 media is assigned (storing images) and which media
is not assigned.

# vmquery -pn SCRATCH -l | awk '{print $1}'

This should list the unassigned media

 

-remove the Scratch LTO2 media from the library and sync the volDB.

 

-If you have expired tapes outside the library, use vmdelete to remove
them from volDB.

 

-freeze the remaining LTO2 media using "bpmedia -m MEDIAID -h
MEDIA_SERVER_NAME"

 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] T2000 vaulting performance with VTL/LTO3

2007-11-21 Thread Marianu, Jonathan
My recollection is that during duplication from VTL to tape , it uses
the mpx originally set in the policy unless it is throttled down by the
vault policy but you can't increase it. The MPX is what is so
interesting to examine in truss because I observed that any multiplexing
will impact the duplication speed.

 

This is impact more pronounced though when you are mixing slow and fast
clients together because the fragments are not spread out evenly on the
virtual tape and bptm has to rewind the virtual tape and reread, causing
a delay to physical library which is torture on the physical tape drive

 

Then I observed that a higher MPX led to a slight improvement in
duplication speed. I would use 24-32

However there are other tradeoffs. In the end we decided to not use VTL
for network client backups for the new master server environment model. 

A problem with VTLis that a slow client backup will hold onto the
vritual media preventing me from using it for duplication. This impacts
the RPO of other clients backups. DSU does not have that issue.

We use 64TB EVA file systems per network media server which give pretty
even performance and we use vxfs.

One outstanding issue with file systems that you don't have with VTL is
fragmentation Another benefit of VTL is that I have a media server
dedicated to writing the backups and another media server dedicated to
duplicating backups.

.


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] T2000 vaulting performance with VTL/LTO3

2007-11-21 Thread Marianu, Jonathan

Something you wrote didn't sound quite right.
Bpbkar writes to the child bptm using TCP sockets which is a bottleneck.

The child bptm process or processes, depending on MPX, write to shared
memory, The parent bptm reads from shared memory and writes it to the
tape.

I still use 5.1 so this may be different in 6.0

__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Command line to list netbackup Policy information

2007-11-20 Thread Marianu, Jonathan
The bppllist -allpolicies option provides the most information.


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] T2000 vaulting performance with VTL/LTO3

2007-11-20 Thread Marianu, Jonathan
The MPX setting of the original backup can greatly influence the speed
of your duplications.

I'm not *telling* you to use a high mpx but it is something to consider
testing.

 

It is very interesting to open up two ssh sessions, put them side by
side and run a truss on both the reading and writing bptm processes of
the media server while a duplication is running and then rotate your
screen 90 degrees to the right.



That illustrates the effect MPX has much better than I could describe in
words.

 

 


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Any command line gurus around?

2007-11-15 Thread Marianu, Jonathan
Brian,

This will not have an effect on what is configured as a db client.

That information is defined in the policy database, not the client
database.
Although the commands looked similar,
-bpplclients queries and updates the policy db
-bpclient queries and updates the client db.



Type bpclient without any options and that will provide information on
how to use the command.

To query using bpclient there are multiple options.
NBU provides a human readable form, in general for most commands, it is
a capital L.
For output that you can parse in a script use a lower case l

To see all clients it is something like "bpclient -All -L"



__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296


-Original Message-
From: Brian Gupta [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 14, 2007 20:22 PM
To: Marianu, Jonathan
Subject: Re: [Veritas-bu] Any command line gurus around?

Thanks so much... I will be documenting this in our wiki, with a plan
to publish it on the internet.

One question, it seems that by running this I add the clients that
aren't part of dbclient to dbclient, correct?

Also, is there a way to query the status of this field?

-Brian




___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Command to get the list of path's configured in thepolicies for certain clients

2007-11-14 Thread Marianu, Jonathan

Smitha, 

I can only speak to 5.1 but the answer may be the same.

"bppllist -allpolicies" will display what is configured to get backed
up.

bplist will display what was actually backed up on a client.

__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296



___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Any command line gurus around?

2007-11-14 Thread Marianu, Jonathan

Brian, 

This link may address your question.
http://seer.support.veritas.com/docs/275608.htm

Feel free to ask any command line question. Before moving into
architecture I managed the netbackup environments and did so exclusively
by command line.
I have not used the 6.0+ version of NBU yet but I could answer most 5.1
and below command line questions.

I also have pretty much mapped out every field in all the command line
output so feel free to ask about that as well.



__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] BPCOVERAGE internals

2007-11-13 Thread Marianu, Jonathan
An alternate solution dawned on me.

bpgp the /etc/mnttab

 

This provides the list of the host file systems.

 

Thanks everyone


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296

 

 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] BPCOVERAGE internals

2007-11-13 Thread Marianu, Jonathan
Yes, I know of the bpmount command. I mentioned it in my original post.

 

I have considered putting the bpmount command in a bpstart_notify script
and then using bpgp to receive a copy of the output.

The challenge to that is deploying this to the vast number of clients.

I could use bpgp to copy the script to the client but I would still have
to make it executable to run and I do not know how to do that through
nbu.

 

 

Currently, I am analyzing the packet sent by the master to the client
when issuing the bpcoverage command.

It instructs bpcd to run a remote bpmount -i and bpcd passes back the
information so it looks like bpmount is the key.

 

Does anyone know how to programmatically pass commands directly to bpcd
daemon?

I have tried cleartext commands in telnet but the connection closes.


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296

 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] BPCOVERAGE internals

2007-11-13 Thread Marianu, Jonathan
 

I'd like to obtain a list of the file systems on our unix clients for
reporting. Bpcoverage uses some type of mechanism to obtain this list.

Can anyone provide further insight as to how bpcoverage obtains a list
of the remote client's file systems?

 

I have run strings against the binary and found the function,
"get_mount_info"

The truss -eai command has not yet yielded any information to help me
discover how bpcoverage  works.

 

bpdir does NOT appear to provide the list of remote file systems, like
df, Instead it is more of a directory listing like ls which is not
sufficient.

Bpmount does provide this information but I have not yet determined how
to run this remotely against another host.

 

Any information on this topic is greatly appreciated.   


__
Jonathan Marianu (mah ree ah' nu)
AT&T Storage Planning and Design Architect
(360) 597-6896
Work Hours 0800-1800 PST M-F

Manager: David Anderson
(314) 340-9296

 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Identify drives in use

2007-06-19 Thread Marianu, Jonathan
Here is a possible answer to your problem. 
I have a script that combines these commands into a more condense
version but here I broke it into several logical commands to make it
easier to understand.


This command provides a list of the TLD robots defined on the control
host
tpconfig -d | sed s/,// | awk '/robotic path/{print $5}'

Once you have the path to the L700 run this command
echo "s d" | tldtest -r /dev/PATH_TO_L700 > /tmp/foo

Redirect that output to a file and filter out the non relevant
information then redirect that to a file.
cat /tmp/foo | egrep "^drive|^Source address|^Barcode" | sed s/\)//g >
/tmp/foo2

Run the following awk command against the output and it will list all
drives in use, the MEDIAID and the original SLOT# so that ops will know
not to put a tape in that slot.
awk '/yes/{DRIVE=$2; getline; SLOT=$6; getline; MEDIAID=$3; print DRIVE,
MEDIAID, SLOT}' /tmp/foo2


Please let me know if this was helpful.



__
Jonathan Marianu (mah ree ah' nu)
Storage Planning and Design Architect 
AT&T/Cingular
(360) 597-6896

Manager: David Anderson
(314) 340-9296

  


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] [ORACLE] Policy Naming ... Best Practices ?

2007-06-14 Thread Marianu, Jonathan
 
We have a separate policy for each database instance.

__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup Restore
AT&T/Cingular
(360) 597-6896

Manager: John Menzik
(425) 288-8690

  

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Identify drives in use

2007-06-05 Thread Marianu, Jonathan
 

Two ways to obtain a list of all tape drives logically in use by media
servers across a netbackup environment:
1 vmdareq (not always accurate)
2. bpstulist (to obtain a list of media servers)
   vmoprcmd -h $MEDIA_SERVER_NAME -xdraw 
   The output provides a list of all drives in use.

To obtain a list of what drives are physically loaded use a tool that
queries the library directly.
If the robot is a TLD use tldtest as shown below:
echo "s d" | tldtest -r $ROBOT_DEVICE_NAME You can obtain the robotic
device name by typing robtest and choosing the robot.
Be sure to exit out of robtest because the tldd process can not control
the arm while you are in and you will end up with Status 52 mount
failures.


__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup Restore
AT&T/Cingular
(360) 597-6896

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Block or file level

2007-01-29 Thread Marianu, Jonathan
 
Shashi,

The netbackup process on the client, bpbkar reads the files from the
file system and creates a tar file that it streams over the network to
the bptm process running on a media server. The file is written in a
standard gnu tar format to tape. If needed, you can read the information
from tape without netbackup just using gnu tar. 
A caveat is that if you enable multiplexing the bptm process combines
and intersperses fragments of multiple tar streams to tape and then it
would be more difficult to read from tape just using tar.




___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://netbackup.entp.attws.com

__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup Restore
AT&T/Cingular
(360) 597-6896

Manager: John Menzik
(425) 288-8690


Hi All

I have a small traditional LAN based backup setup with NetBackup 5.1 . I
created a policy on my backup server to backup a specific directory from
a backup client, and the directory sits in a traditional UNIX file
system on my backup client. My question is, when the policy triggered,
is the data traveled from backup client to backup server is in terms of
block level or file level? . I am getting different answers from
different people, please anyone clarify my doubt. Thank you.


Thanks & Regards,
Shashi Kanth



___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Changing expiration date

2006-11-16 Thread Marianu, Jonathan
 
Yes, if you expire a piece of media then the image copy/fragments on
that media will also expire.
If you don't expire but just change the expiration date on the media
then I *think* the images will all pick up the new date as well.
Try it out and check it with bpimagelist.

___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

Manager: John Menzik
(425) 288-8690

Subject:
To: 
Message-ID:

<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

If I change the expiration date of a tape through the GUI, does that
change the date of all images on that tape as well ? 
 

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] exchange backup without truncating logs

2006-11-16 Thread Marianu, Jonathan

There are a few things that could cause the status 69.
When it happened to me it was the client name. I was use the name
assigned to the backup interface on the host instead of the name
assigned within exchange.
The rule here is that the name of the client must exactly match the name
embedded in the exchange configuration.
It must match exactly.
Here is the configuration for one of my exchange policies. You can
compare your policy and look for any differences.
Consider using my include list to see if it works.

Good Luck.

[EMAIL PROTECTED]:/root# bpplinclude BDC_EXC_BD01MSXMB021_IS -L
Include:   NEW_STREAM
Include:   Microsoft Information Store:\

[EMAIL PROTECTED]:/root# bpplinfo BDC_EXC_BD01MSXMB021_IS -L
Policy Type:MS-Exchange-Server (16)
Active: yes
Effective:  02/01/2006 22:57:48
Follow NFS Mounts:  no
Cross Mount Points: no
Client Compress:no
Collect TIR info:   no
Policy Priority:0
Ext Security Info:  no
File Restore Raw:   no
Client Encrypt: no
Max Jobs/Policy:Unlimited
Mult. Data Stream:  yes
Block Level Incremental:no
Perform Snapshot Backup:no
Snapshot Method:(none)
Snapshot Method Arguments:  (none)
Perform Offhost Backup: no
Backup Copy:0
Use Data Mover: no
Data Mover Type:2
Use Alternate Client:   no
Alternate Client Name:  (none)
Enable Instant Recovery:no
Disaster Recovery:  0
Max Frag Size:  0 MB
Checkpoint Restart: no
Residence:  GLOBAL_211A
Volume Pool:NetBackup

[EMAIL PROTECTED]:/root# bpplsched BDC_EXC_BD01MSXMB021_IS -L
Schedule:  FULL_VY_DUP_2MO
  Type:FULL SExchange (0)
  Frequency:   1 day(s) (86400 seconds)
  Retention Level: 1 (2 weeks)
  u-wind/o/d:  0 0
  Incr Type:   DELTA (0)
  Incr Depends:(none defined)
  Max Frag Size:   0 MB
  PFI Recovery:0
  Maximum MPX: 1
  Number Copies:   1
  Fail on Error:   0
  Residence:   (specific storage unit not required)
  Volume Pool: (same as policy volume pool)
  Daily Windows:
   Day Open   Close   W-Open W-Close
   Sunday  021:00:00  028:00:00   021:00:00  028:00:00
   Monday  021:00:00  028:00:00   045:00:00  052:00:00
   Tuesday 021:00:00  028:00:00   069:00:00  076:00:00
   Wednesday   021:00:00  028:00:00   093:00:00  100:00:00
   Thursday021:00:00  028:00:00   117:00:00  124:00:00
   Friday  021:00:00  028:00:00   141:00:00  148:00:00
   Saturday021:00:00  028:00:00   165:00:00  172:00:00 004:00:00

[EMAIL PROTECTED]:/root# bpplclients BDC_EXC_BD01MSXMB021_IS
Hardware OS   Client
---  ---  --
PC   WindowsNET   bd01msxmb021
 





___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] bpsetconfig Query

2006-11-13 Thread Marianu, Jonathan
 
Dave,

You can create a file that contains the parameters you wish to set and
execute
bpsetconfig -h $server FILE_NAME

to obtain the list for clients use bpplclients.
At this point you have two options; a for loop or an awk script.
for i in `cat bpplclients.ou`
do
bpsetconfig -h $i FILE_NAME
done

Alternatively you can use awk:
bpplclients '/PC/{print "bpsetconfig -h " $3  "FILE_NAME"}'

Hope that points you in the right direction.
There is a lot more to know about bpgetconfig/bpsetconfig
___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

Manager: John Menzik
(425) 288-8690


___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] Parsing BPIMMEDIA

2006-11-01 Thread Marianu, Jonathan
 
> 
> I'm running BPIMMEDIA in the -l mode on various media ids and 
> paths and
> I'm getting data similar to the following.
> 
> IMAGE PBAPAP03 7 PBAPAP03_1162359941 NT_PBAP 13 X_INCR_DAILY 1 1 2109
> 1163569541 0 0
> FRAG 1 1 108288 0 2 13 24 IN3683 pbbkup03 65536 937224 1162294541 3 0
> *NULL* 1163569541 1 1
> FRAG 1 2 162304 0 2 13 25 IN3683 pbbkup03 65536 940239 1162294541 3 0
> *NULL* 0 0 1
> FRAG 1 3 181440 0 2 13 26 IN3683 pbbkup03 65536 951921 1162294541 3 0
> *NULL* 0 0 1
> FRAG 1 4 1033978 512 2 13 27 IN3683 pbbkup03 65536 955453 
> 1162294541 3 0
> *NULL* 0 0 1
> IMAGE PBAPAP04 7 PBAPAP04_1162359942 NT_PBAP 13 X_INCR_DAILY 1 1 1973
> 1163569542 0 0
> FRAG 1 1 0 0 2 13 24 IN3683 pbbkup03 65536 937224 1162294541 
> 3 0 *NULL*
> 1163569542 1 1
> FRAG 1 2 250432 0 2 13 25 IN3683 pbbkup03 65536 940239 1162294541 3 0
> *NULL* 0 0 1
> FRAG 1 3 41657 0 2 13 26 IN3683 pbbkup03 65536 951921 1162294541 3 0
> *NULL* 0 0 1
> 
> Exactly how am I supposed to convert "1163569541" into a time & date?
> 
> If I run it in -L mode I find out that IMAGE actually expires on 00:45
> 11/15/2006 but how am I supposed to convert that?  Anyone?  I looked
> over the command line refrence but it dosen't seem to have anything.
> 
> -Jonathan
> 


Jonathan,

You can convert this time format, known as epoch, to human readable
using "bpdbm -ctime X"

My apologies to the group for sending the entire digest and not changing
the subject line. I sent the message too soon.
___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

Manager: John Menzik
(425) 288-8690



___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


Re: [Veritas-bu] Veritas-bu Digest, Vol 7, Issue 2

2006-11-01 Thread Marianu, Jonathan
You can use bpimagelist or bpimmedia to determine how much data was
written to a particular tape.
___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

Manager: John Menzik
(425) 288-8690



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Wednesday, November 01, 2006 8:32 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Veritas-bu Digest, Vol 7, Issue 2

Send Veritas-bu mailing list submissions to
veritas-bu@mailman.eng.auburn.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Veritas-bu digest..."


Today's Topics:

   1. Re: Determine efficiency of tape usage. (WEAVER, Simon)
   2. Re: Weard one (Martin, Jonathan (Contractor))
   3. Re: Weard one (WEAVER, Simon)
   4. Re: Determine efficiency of tape usage. (Austin Murphy)
   5. Re: Weard one (Paul Keating)
   6. Re: Determine efficiency of tape usage. (bob944)
   7. Re: Weard one (Matthew Johnson)


--

Message: 1
Date: Wed, 1 Nov 2006 06:33:11 -
From: "WEAVER, Simon" <[EMAIL PROTECTED]>
Subject: Re: [Veritas-bu] Determine efficiency of tape usage.
To: "'Paul Keating'" <[EMAIL PROTECTED]>,
veritas-bu@mailman.eng.auburn.edu
Message-ID:

<[EMAIL PROTECTED]>

Content-Type: text/plain; charset="iso-8859-1"


Agree with comments here with Paul. As I mentioned, most of this relies
on the type of Data you as a business are backing up.

And its not likely the business is going to want to change the way they
create their Data.

If you get 400GB on a tape, you should be happy; I have seen around
600MB crammed on a tape, but like a pint of beer, if you leave the tap
running, you need another glass to fill it.

And I will gladly drink it :-)



Regards

Simon Weaver
3rd Line Technical Support
Windows Domain Administrator

EADS Astrium Limited, B23AA IM (DCS)
Anchorage Road, Portsmouth, PO3 5PU

Email:  
[EMAIL PROTECTED]

-Original Message-
From: Paul Keating [mailto:[EMAIL PROTECTED]
Sent: 31 October 2006 19:22
To: veritas-bu@mailman.eng.auburn.edu
Subject: Re: [Veritas-bu] Determine efficiency of tape usage.


Not to be pedantic, but you're getting as much data on the tape as the
tape can hold. :o\

It's a 400GB tape, so it will hold 400GB of data, which may translate as
800GB of highly compressable data..how compressed your data starts
out is dependant on the type of data..

ie, lots of plain ASCII text files and you might be able to compress
800GB onto the 400GB tape, but images, music, dense DBs, etc, you might
only get 450GB on a tape.either way, "getting your money's worth" is
kind of an odd perspective.
If you're paying more for larger capacity tapes, you're paying for the
native capacity. The compressability of your data isn't determining
value.
If you're looking at value in a Gigs/Dollar perspective, you may or may
not want the larger tapes, you may want LTO1 or 2. I haven't looked at
costs lately.
The value in larger capacity tapes is in the overheadless media to
manage, smaller library footprint, etc, etc.
The TCO is lower, even if the Gigs/Dollar ratio isn't the highest.

Your data is your dataYou typically can't change that.
I'd imagine your company isn't going to change their Line of Business so
they have more compressable data to backup. :o)

Sorry if this provided no help at all, as far as answering your
question, but I suppose it's food for thought.

Paul


--

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sixbury,
Dan
Sent: October 31, 2006 2:07 PM
To: veritas-bu@mailman.eng.auburn.edu
Subject: [Veritas-bu] Determine efficiency of tape usage.



How do you determine the efficiency of your tape usage?  i.e. I was just
asked recently about our use of LTO3 tapes since they can hold up to 800
GB compressed, how much we were actually consuming.  i.e. if we are
getting our money's worth for the larger capacity more expensive tapes.

Thanks
Dan







La version fran?aise suit le texte anglais.









This email may contain privileged and/or confidentia

[Veritas-bu] Jobid's

2006-10-27 Thread Marianu, Jonathan
Reset JobIDs 
Stop the daemons and either echo a new number or "cat /dev/null" to
/usr/openv/netbackup/db/jobs/jobid




___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

Manager: John Menzik
(425) 288-8690



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, October 27, 2006 10:00 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Veritas-bu Digest, Vol 6, Issue 54

Send Veritas-bu mailing list submissions to
veritas-bu@mailman.eng.auburn.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Veritas-bu digest..."


Today's Topics:

   1. Re: Merging Master servers (Paul Keating)
   2. Jobid's (Clooney, David)
   3. bpplsched columns (Clooney, David)
   4. Re: Jobid's (Peter DrakeUnderkoffler)
   5. Re: Tape not mounting (Dave Markham)
   6. Re: bpplsched columns (Darren Dunham)
   7. Re: Linux Media Server + Win2K3 Master (Brooks, Jason)
   8. Re: bpplsched columns (Haskins, Steve)


--

Message: 1
Date: Fri, 27 Oct 2006 08:48:15 -0400
From: "Paul Keating" <[EMAIL PROTECTED]>
Subject: Re: [Veritas-bu] Merging Master servers
To: "NB List Mail" 
Message-ID:

<[EMAIL PROTECTED]
canada.ca>

Content-Type: text/plain; charset="utf-8"

agreedthe money certainly isn't in "this".
 
-- 

-Original Message-
From: Clooney, David [mailto:[EMAIL PROTECTED] 
Sent: October 27, 2006 8:33 AM
To: Paul Keating; Hindle, Greg; NB List Mail
Subject: RE: [Veritas-bu] Merging Master servers


 
So we have arranged to pay loads of money for PS to look over my
shoulder while I perform the work in a couple weeks time. 
 
Something tells me I'm in the wrong job.
 
Dave
 




La version fran?aise suit le texte anglais.




This email may contain privileged and/or confidential information, and
the Bank of Canada does not waive any related rights. Any distribution,
use, or copying of this email or the information it contains by other
than the intended recipient is unauthorized. If you received this email
in error please delete it immediately from your system and notify the
sender promptly by email that you have done so. 




Le pr?sent courriel peut contenir de l'information privil?gi?e ou
confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute
diffusion, utilisation ou copie de ce courriel ou des renseignements
qu'il contient par une personne autre que le ou les destinataires
d?sign?s est interdite. Si vous recevez ce courriel par erreur, veuillez
le supprimer imm?diatement et envoyer sans d?lai ?
l'exp?diteur un message ?lectronique pour l'aviser que vous avez ?limin?
de votre ordinateur toute copie du courriel re?u.
-- next part --
An HTML attachment was scrubbed...
URL:
http://mailman.eng.auburn.edu/pipermail/veritas-bu/attachments/20061027/
e06c9c2b/attachment-0001.html

--

Message: 2
Date: Fri, 27 Oct 2006 14:18:25 +0100
From: "Clooney, David" <[EMAIL PROTECTED]>
Subject: [Veritas-bu] Jobid's
To: "NB List Mail" 
Message-ID:

<[EMAIL PROTECTED]
ca.com>

Content-Type: text/plain; charset="us-ascii"

Hi All
 
Quick Q , does anyone know how you can reset jobid's, and if there are
any configurable parameters ?
 
Regards
 
Dave
 



Notice to recipient:
The information in this internet e-mail and any attachments is
confidential and may be privileged. It is intended solely for the
addressee. If you are not the intended addressee please notify the
sender immediately by telephone. If you are not the intended recipient,
any disclosure, copying, distribution or any action taken or omitted to
be taken in reliance on it, is prohibited and may be unlawful.

When addressed to external clients any opinions or advice contained in
this internet e-mail are subject to the terms and conditions expressed
in any applicable governing terms of business or c

[Veritas-bu] bpplsched columns

2006-10-27 Thread Marianu, Jonathan
 
BPPLSCHED COLUMNS 

Line 1
1 SCHED 
2 SCHEDULE_NAME
3 TYPE (0=FULL, 1=INCR, 2=USRD)
4 MPX
5 FREQ (Run every ___ seconds, 86400=1 day) NOTE: Even on FULLS set it
to run daily but restrict the time to the particular day.
6 retention level
7 uwind/o/d (Future use)
8 internal attribute 
9 internal attribute
10 maximum fragment size
11 calendar
12 number of copies
13 Fail_on_Error

Line 2
SCHEDWIN
SUNDAY START_TIME in seconds
SUNDAY DURATION in seconds
MONDAY START_TIME in seconds
MONDAY DURATION in seconds
TUESDAY START_TIME in seconds
TUESAY DURATION in seconds
WEDNESDAY START_TIME in seconds
WEDNESDAY DURATION in seconds
THURSDAY START_TIME in seconds
THURSDAY DURATION in seconds
FRIDAY START_TIME in seconds
FRIDAY DURATION in seconds
SATURDAY START_TIME in seconds
SATURDAY DURATION in seconds

Line 3 Residence for each copy
Line 4 Pool for each copy
Line 5 Retention Level for each copy
Line 6 Fail_on_Error for each copy




___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
Cingular Wireless
(360) 597-6896

Manager: John Menzik
(425) 288-8690



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, October 27, 2006 10:00 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Veritas-bu Digest, Vol 6, Issue 54

Send Veritas-bu mailing list submissions to
veritas-bu@mailman.eng.auburn.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Veritas-bu digest..."


Today's Topics:

   1. Re: Merging Master servers (Paul Keating)
   2. Jobid's (Clooney, David)
   3. bpplsched columns (Clooney, David)
   4. Re: Jobid's (Peter DrakeUnderkoffler)
   5. Re: Tape not mounting (Dave Markham)
   6. Re: bpplsched columns (Darren Dunham)
   7. Re: Linux Media Server + Win2K3 Master (Brooks, Jason)
   8. Re: bpplsched columns (Haskins, Steve)


--

Message: 1
Date: Fri, 27 Oct 2006 08:48:15 -0400
From: "Paul Keating" <[EMAIL PROTECTED]>
Subject: Re: [Veritas-bu] Merging Master servers
To: "NB List Mail" 
Message-ID:

<[EMAIL PROTECTED]
canada.ca>

Content-Type: text/plain; charset="utf-8"

agreedthe money certainly isn't in "this".
 
-- 

-Original Message-
From: Clooney, David [mailto:[EMAIL PROTECTED] 
Sent: October 27, 2006 8:33 AM
To: Paul Keating; Hindle, Greg; NB List Mail
Subject: RE: [Veritas-bu] Merging Master servers


 
So we have arranged to pay loads of money for PS to look over my
shoulder while I perform the work in a couple weeks time. 
 
Something tells me I'm in the wrong job.
 
Dave
 




La version fran?aise suit le texte anglais.




This email may contain privileged and/or confidential information, and
the Bank of Canada does not waive any related rights. Any distribution,
use, or copying of this email or the information it contains by other
than the intended recipient is unauthorized. If you received this email
in error please delete it immediately from your system and notify the
sender promptly by email that you have done so. 




Le pr?sent courriel peut contenir de l'information privil?gi?e ou
confidentielle.
La Banque du Canada ne renonce pas aux droits qui s'y rapportent. Toute
diffusion, utilisation ou copie de ce courriel ou des renseignements
qu'il contient par une personne autre que le ou les destinataires
d?sign?s est interdite. Si vous recevez ce courriel par erreur, veuillez
le supprimer imm?diatement et envoyer sans d?lai ?
l'exp?diteur un message ?lectronique pour l'aviser que vous avez ?limin?
de votre ordinateur toute copie du courriel re?u.
-- next part --
An HTML attachment was scrubbed...
URL:
http://mailman.eng.auburn.edu/pipermail/veritas-bu/attachments/20061027/
e06c9c2b/attachment-0001.html

--

Message: 2
Date: Fri, 27 Oct 2006 14:18:25 +0100
From: "Clooney, David" <[EMAIL PROTECTED]>
Subject: [Veritas-bu] Jobid's
To: "NB List Mail" 
Message-ID:

<[EMAIL PROTE

[Veritas-bu] Tape went down due to room temperature

2006-10-26 Thread Marianu, Jonathan
 

1. Tape went down due to room temperature (Asif Iqbal)

Asif, 
You can remotely up a drive but you first want to ensure that there is
no tape in the drive or else it will go down again, and cause a backup
falure.
>From the host connected to the library robot use robtest, pick the
library and type "s d" and then press return looking for Drive 3. 
Then press q twice to exit. You don't want to stay in robtest too long
because it prevents nbu from sending any mount requests.
If there is a tape in there you must eject it and move it back to a slot
in the library, and run vmupdate to update VolDB.

There are two ways to eject a tape and up a drive. One way is remote.
The other requires you to log into the host.
Remote method
vmoprcmd -h $MEDIA_SERVER -reset 2  (This attempts to eject the tape and
move it back to the slot)
vmoprcmd -h $MEDIA_SERVER -up 2  (This ups the drive)

If you log into the media server use the command
mt -f /dev/rmt/1cbn offline (This ejects the tape but leaves it in the
moun=th of the drive)
Then log back into the host connected to the robot and use robtest to
move the tape back to a slot, robtest, "m d3 s#)
Then from the media server type, tpconfig -up 2.

Let me know if you have any more questions.




___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
(360) 597-6896

Manager: John Menzik
(425) 288-8690



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Thursday, October 26, 2006 10:00 AM
To: veritas-bu@mailman.eng.auburn.edu
Subject: Veritas-bu Digest, Vol 6, Issue 51

Send Veritas-bu mailing list submissions to
veritas-bu@mailman.eng.auburn.edu

To subscribe or unsubscribe via the World Wide Web, visit
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu
or, via email, send a message with subject or body 'help' to
[EMAIL PROTECTED]

You can reach the person managing the list at
[EMAIL PROTECTED]

When replying, please edit your Subject line so it is more specific than
"Re: Contents of Veritas-bu digest..."


Today's Topics:

   1. Tape went down due to room temperature (Asif Iqbal)
   2. Re: NetBackup Server Licenses for Exchange (Kathy Falakfarsa)
   3. Re: NetBackup Server Licenses for Exchange (Paul Keating)
   4. Re: Tape went down due to room temperature (Hall, Christian N.)
   5. Re: Netbackup server clustering (Henry Kemp)
   6. Script to query Logging level on all clients (Hadrian Baron)
   7. Re: 6.0 advantages? (Brandon Zermeno)


--

Message: 1
Date: Thu, 26 Oct 2006 11:19:33 -0400
From: "Asif Iqbal" <[EMAIL PROTECTED]>
Subject: [Veritas-bu] Tape went down due to room temperature
To: veritas-bu@mailman.eng.auburn.edu
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset=UTF-8; format=flowed

I have a tape went down due to overheat room temperature. The room cool
down since then but the tape still shows down. Is there a way I can
bring it back up remotely?

tpconfig -d
Index DriveName  DrivePathTypeShared
Status
* *  **   **
**
  0   Drive1 /dev/rmt/3cbnhcartNo
UP
TLD(0) Definition   DRIVE=1
  1   Drive2 /dev/rmt/2cbnhcartNo
UP
TLD(0) Definition   DRIVE=2
  2   Drive3 /dev/rmt/1cbnhcartNo
DOWN
TLD(0) Definition   DRIVE=3
  3   Drive4 /dev/rmt/0cbnhcartNo
UP
TLD(0) Definition   DRIVE=4

Currently defined robotics are:
  TLD(0) robotic path = /dev/sg/c7t0l0,
 volume database host = myhost.domain.com




--
Asif Iqbal
PGP Key: 0xE62693C5 KeyServer: pgp.mit.edu


--

Message: 2
Date: Thu, 26 Oct 2006 10:28:58 -0500
From: "Kathy Falakfarsa" <[EMAIL PROTECTED]>
Subject: Re: [Veritas-bu] NetBackup Server Licenses for Exchange
To: 
Message-ID:
<[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"

Hi,

 

I am planning NetBackup installation.  I need to know what licenses I
need for Exchange Server.  

 

I have one Master server and one set of Exchange clustered server
connected to SAN that I would like to backup.  It will be a SAN backup.

 

Please let me know what licenses I should order.

 

Thanks

 

Kathy

 



From: Kathy Falakfarsa 
Sent: May 5, 2006 7:06 PM
To: 'veritas-bu@mailman.eng.auburn.edu'
Subject: NetBackup Server

 

 

I am trying to install a standby NetBackup server on a different site
but on a sa

[Veritas-bu] Oracle agent problems

2006-10-16 Thread Marianu, Jonathan
 
David McWilliams,

Please ensure the oracle user has permission to read the bp.conf and
write to logs/dbclient

JM

___
Remedy information:
Group: "National EBR Ops"
Scope: Backend Applications
Category: NetBackup

http://wa-gsmrdb02-bth/ESBR/
http://netbackup.entp.attws.com/cgi-bin/backup_amount
http://netbackup/prod/netbackup_REQ_form.xlt
__
Jonathan Marianu (mah ree ah' nu)
National Enterprise Backup & Recovery
(360) 597-6896

Manager: John Menzik
(425) 288-8690



___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu


[Veritas-bu] LTO3 throughput on Vault/Duplication jobs

2006-09-19 Thread Marianu, Jonathan
The use of any multiplexing has an adverse effect on duplication
throughput.

To maximize duplication performance either turn MPX Off or set it to a
high number (as much as 32).

Setting MPX to 1 (off) provides the best duplication performance and
restore performance but if there are not enough front end client facing
drives on the media server the backup streams will queue up behind slow
clients. 

If you can not turn MPX off, setting MPX to a high number provides
better throughput during duplication than a lower number because there
are more bptm processes reading from the tape. If it is set lower, like
8, only 8 processes can read from the tape; then the tape has to rewind
and then 8 more processes read, then it rewinds and it keeps doing this
until all images are finally duplicated. The tradeoff is that a higher
MPX setting means that a restore will take longer.

It is important to note that MPX is set during the creation of copy 1 of
the image.


Here is a method for visualizing vault duplication from VTL to tape on
Solaris.
I find this helps our new netbackup admins to understand duplication
better.

Start duplication
Identify the two PARENT bptm processes involved in the duplication.
In two separate windows run "truss -p" against each process id.
Place the window monitoring the reading bptm process on top of the
writing window.
Now you can see a visual representation of the images being read fromm
tape and written to tape.

__
Jonathan Marianu (mah ree ah' nu)

___
Veritas-bu maillist  -  Veritas-bu@mailman.eng.auburn.edu
http://mailman.eng.auburn.edu/mailman/listinfo/veritas-bu