Try this *CP SEND CP MPROUTE CLOSE CONS* The CP following SEND is the get the equivalent of #CP in MPROUTE. With what you tried CP SEND MPROUTE CP CLOSE CONS tou send a console command "CP" to the SW running in user MPROUTE, and apparently, the MPROUTE SW doesn't know a CP command, or isn't even listening on its console.
With newer z/VM levels, you can us teh FOR command to send CP commands to someone else. Here thus CP FOR MPROUTE CMD CLOSE CONS this way you will even see the command responses 2010/11/30 Berry van Sleeuwen <[email protected]> > Hi listers, > > Is there a way to close the console for MPROUTE? We use NETSTAT CP CLOSE > CONS for TCPIP, SMSG FTPSERVE CLOSECON for FTPSERVE but I can't find a way > to do the same for the MPROUTE user. > > I also tried a "CP SEND MPROUTE CP CLOSE CONS". It didn't give me an error > but still the console is not closed. > > TIA, Berry. > -- Kris Buelens, IBM Belgium, VM customer support
