How to remove an unwanted or idle export process, such as the following:
"Export Running 15028 08-Jun-06 15:42:35
Export Running 15027 08-Jun-06 15:42:35
Export Idle"
When a target becomes obsolete you need to remove the unwanted export reader from the queue.
Get the name for the process pointing to the removed target using list command in qview:
Stop export
Log on to qview .
Run qview -i
qview> qinit
qview> list
o.SID+C
WRITER +XX+o.SID+sp_ocap+o.SID
READER +XX+o.SID+sp_ordr+o.SID XXXXXXXX+X
WRITER +XX+o.SID+sp_ordr+o.SID XXXXXXXX+X
READER +XX+XXXXX+sp_xport+0x0a034723 (10.3.71.35)
READER +XX+XXXXX+sp_xport+0x0a034722 (10.3.71.34)
READER +XX+XXXXX+sp_xport+0x0a034732 (10.3.71.50)
Get the extra export reader info.
Procedure:
Shutdown shareplex
log into qview
qview -i
qview>qsetup <port number>
Use the qview deluser command
qview deluser [ capture | export | post | <queuename> ] <username>
qview>deluser XXXXX+X +XX+XXXXXX+sp_xport+0x0a034722
qview>list
The extra reader will not be listed.
qview>exit