SharePlex 5.3 does not return output of "qview list |grep namedxqueue
", when SharePlex running. However, SharePlex 4.5 does return output of "qview list |grep namedxqueue.
Example:
<hostname> # qview list |grep namedxqueue
namedxqueue+X
READER +PX+namedxqueue+sp_xport+<hexIP> (xx.x.x.xxx)
namedxqueue+P+o.q817-o.q817
WRITER +PI+namedxqueue+sp_mport+<hexIP> (xx.x.x.xxx)
READER +PP+namedxqueue+sp_opst+o.sourcesid-o.targetsid
The enhancement of qview checks of tty connection, and the qview instance probably thinks it was not run from an interactive session.
WORKAROUND:
NOTE: running qview list via qview's interactive mode. Then writing a script to run qview that filters the script output.
Examples:
=================
1) to create script:
Script name: run_qview_list
#!/bin/sh
qview -i << EOF
qinit
list
quit
EOF
to run script:
run_qview_list | grep <queuename>
================
STATUS:
Waiting for fix in a future release of Shareplex for Oracle.
© 2021 Quest Software Inc. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy