Unsolved
This post is more than 5 years old
32 Posts
0
868
August 30th, 2007 06:00
Autochanger Failover in Networker Server Cluster
Hi guys,
Does anyone know if antochanger failover is supported for NetWorker clustered servers?
What I have:
Two HP-UX hosts as NetWorker servers (NW7.2.2jumbo, clustered)
One HP-UX dedicate storage node
One LTO-3 tape library
The control port on Server1 is scsidev@8.3.0 and on Server2 is scsidev@4.3.0
What I want:
When server fails over, the autochanger and all the drives can be failed over, too.
Anyone have any idea how to do it? Thanks in advance for the help.
Does anyone know if antochanger failover is supported for NetWorker clustered servers?
What I have:
Two HP-UX hosts as NetWorker servers (NW7.2.2jumbo, clustered)
One HP-UX dedicate storage node
One LTO-3 tape library
The control port on Server1 is scsidev@8.3.0 and on Server2 is scsidev@4.3.0
What I want:
When server fails over, the autochanger and all the drives can be failed over, too.
Anyone have any idea how to do it? Thanks in advance for the help.
No Events found!


ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
August 30th, 2007 12:00
missyang
32 Posts
0
September 4th, 2007 00:00
missyang
32 Posts
0
September 4th, 2007 01:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
September 4th, 2007 01:00
I have 2 scripts; one which runs before NSR is started and that one is called from networker.cntl and second one which takes care of jukebox config and runs from legato.monitor.
missyang
32 Posts
0
September 5th, 2007 01:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
September 5th, 2007 08:00
missyang
32 Posts
0
September 5th, 2007 08:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
September 5th, 2007 08:00
missyang
32 Posts
0
September 5th, 2007 09:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
1
September 5th, 2007 12:00
missyang
32 Posts
0
September 5th, 2007 17:00
ble1
6 Operator
•
14.4K Posts
•
56.2K Points
0
September 6th, 2007 07:00
You probably wish to use changers -l in your case.
missyang
32 Posts
0
September 6th, 2007 20:00
Actually I achieved the autochanger failover yesterday. Here's a brief description of the steps executed in my script. Hope it'd help ppl in the future.
1. check if the current node is the active node
2. find the file which contains 'control port' and fetch the file name;
3. use 'sed -e s/' command to replace the control path and the jb name
This script should be executed before 'function start_services' in legato.control file.