Unsolved
This post is more than 5 years old
1 Rookie
•
26 Posts
0
950
October 24th, 2008 12:00
Is it possible to do staging on a storage node and clone to another one?
Hi,
I have 1 NetWorker server on Solaris and 1 storage node on Solaris. Both are NetWorker 7.4.3. Each server has a library attached to it. Here is what I would like to do. I will have clients that will do backups to the storage node. The "first level" of backup is on disk. Then, I would like to do staging on the storage node and the destination would be the library attached to it. So far, easy to set up and it's working well. The next step is that I would like to clone some particular savesets from the storage node to the primary NetWorker server. This is where I'm stuck, because everytime I launched the nsrclone command, the storage node wants to clone to his library and asking for tapes...
So, is it possible to do staging on one Storage Node and clone to another one, considering that the NetWorker Server is also a SN?
Jeff
I have 1 NetWorker server on Solaris and 1 storage node on Solaris. Both are NetWorker 7.4.3. Each server has a library attached to it. Here is what I would like to do. I will have clients that will do backups to the storage node. The "first level" of backup is on disk. Then, I would like to do staging on the storage node and the destination would be the library attached to it. So far, easy to set up and it's working well. The next step is that I would like to clone some particular savesets from the storage node to the primary NetWorker server. This is where I'm stuck, because everytime I launched the nsrclone command, the storage node wants to clone to his library and asking for tapes...
So, is it possible to do staging on one Storage Node and clone to another one, considering that the NetWorker Server is also a SN?
Jeff
No Events found!


Hari5
443 Posts
0
October 24th, 2008 22:00
The -J switch in nsrclone specifies the storage node from where the data is to be read and the clone storage node field will hard code the destination storage node where the clones are to be written.
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 26th, 2008 11:00
Node and clone to another one, considering that the
NetWorker Server is also a SN?
Yes, you even don't need CLI for such setup.
Hari5
443 Posts
0
October 26th, 2008 19:00
JFA1
1 Rookie
•
26 Posts
0
October 27th, 2008 04:00
JFA1
1 Rookie
•
26 Posts
0
October 27th, 2008 06:00
Hari5
443 Posts
0
October 27th, 2008 07:00
JFA1
1 Rookie
•
26 Posts
0
October 27th, 2008 07:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 27th, 2008 12:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 27th, 2008 12:00
In this specific case source of data for staging is controlled by location of AFTD (SN) and target is controlled by pool available only in second (SN) library I assume.
Cloning (source) is controlled by read hostname for library which is probably SN as I believe this library is not shared with server and target is controlled by pool. The storage node used in this specific case is the one specified by clone storage node in SN client resource.
I assume the problem here might be in case where both cloning and staging are sharing target host where to load appropriate pool for target. -J doesn't help here as it is used only for recovery part (reading). The solution would be to have both library devices visible on SN and BCK (the BCK library) via SAN and control this via pool.
JFA1
1 Rookie
•
26 Posts
0
October 27th, 2008 12:00
What do you mean by that? Is there a relation between this and the Shared Devices properties?
JFA1
1 Rookie
•
26 Posts
0
October 28th, 2008 06:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
October 28th, 2008 06:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
October 28th, 2008 11:00
If I understand correctly you have setup like this:
host: bck_server
lib: bck_lib
host: sn1
lib: sn1_lib
All drives by bck_lib are shown on bck_server and all drives by sn1_lib are shown on sn1. Additionally, you can do 2 things:
- show same physical drives from bck_server to sn1 (that would be DDS)
- show some physical drives from bck_lib to bck_server and some to sn1
What you go after really depends on your needs and available resources.
JFA1
1 Rookie
•
26 Posts
0
November 5th, 2008 06:00