DB2 VCS agent - DB2 10.1 support?
Created: 15 Nov 2012 | Updated: 20 Nov 2012 | 7 comments
This issue has been solved. See solution.
Hi!
Does anyone know when DB2 VCS agent will support DB2 version 10.1?
Thanks!
// Chris
Discussion Filed Under:
Comments 7 Comments • Jump to latest comment
Note for VCS DB2 agent to support 10.1, probably just means Symantec need to test it themselves, rather than change agent, but you can confirm this yourself as agent entry points are quite detailed for this agent which are:
So if the commands above have not changed from 9.1/9.5/9.7 for the new 10.1 version, then the agent should work, but if you used agent it would technically be unsupported until Symantec test it themselves
Mike
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
Hi!
Thanks, Mike.
The commands are correct, but it seems that the pid file have been changed from db2pgrp.000 to .db2pgrp.000 (point in front) in DB2 version 10.1
Some output from engine_A.log;
2012/11/15 13:26:31 VCS WARNING V-16-20004-83 (XXXX) Db2udb:archive_db2:monitor:Unable to locate Pidfile:[/home/archive/sqllib/ctrl/db2pgrp.000]
*CLEAN / FAULTED*
Any ideas about a work-around?
// Chris
The DB2 agent guide says:
and IMF is enabled by default, so if you disabled IMF, then the pid file MAY not be used. To disable IMF use:
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
already tried that, Mike.
Same problem :(
The DB2 tech can´t change anything regarding the pidfile either.
I tried a work-around (not supported of course) and modified all agents script to .db2pgrp.000 but no luck;
Use of uninitialized value $pid in pattern match (m//) at db2lib.pm line 561.
The db2pgrp file in DB2 version 10.1 are different if I compare with older versions (like 9) and the agent can´t handle the "new" file.
Looks like the customer must wait on 10.1 support or downgrade to 9.7.
// Chris
As the error is with the startup you could try using a different startup,so using StartUpOpt attribute set to CUSTOM or set UseDB2start to 1. Then the online should work, but after the online is called it will call the monitor and the monitor according to docs just does:
UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows
If this post has helped you, please vote or mark as solution
DB2 10.1 support is targeted for our 6.0.3 release slated for Jan/Feb 2013. This is of course subject to change.
Joe D
Thanks!
// Chris
Would you like to reply?
Login or Register to post your comment.