The qview commands like deluser deleteq or reset fail with (shown below for deluser):
sp_ctrl>stop export
sp_ctrl>exit
$ qview -i
qview> qinit
qview> deluser servername+X +PX+servername+sp_xport+0xa0a80038
qview has been initialized with qinit,
but this command requires basic initialization.
Please exit qview, restart, and retry
qview>
The command has to be run after shutting down Shareplex.
The error message below means that the qview command in question can only be run after shutting down Shareplex. To correct the problem, shutdown Shareplex, run qview (initializing it by qsetup and not qinit), and then run the command that earlier errored out.
Below example shows the proper way to execute a qview command that requires shareplex to be shutdown:
sp_ctrl>shutdown
$ qview -i
qview> qsetup <port>
qview> deluser servername+X +PX+servername+sp_xport+0xa0a80038
qview>exit
The error message has been introduced in Shareplex version 6.x and up.