Dear Priscilla,
perhaps i understood your question wrong but i want to explain it, how you delete Servers without SMH.
First you must find out the USER-IDs !
If a Services has 2 Servers, you must kill them first.
How can you find out the USR-IDs ?
etbinfo -b -d -n -c -s -p -f
for Example :
etbinfo -bETBXXX -dSERVER -nAAABBBCC -cRPC -sCALLNAT -pserver.pro -f"%P-USER-ID"
server.pro Directory must be shared ! or you define it in PATH ;
/sag/exx/v711/etc/server.pro
you have now for our example 2 USER-IDs ;
30344E6F7620372D3233313734352D3030303030312D303030303435
30344E6F7620372D3233313734352D3030303030312D303030303436
- USER-ID is
3034xxxx3435
- USER-ID is
3034xxxx3436
and now we can kill them :
etbcmd -bETBXXX -dSERVER -cSHUTDOWN -oIMMED -p30344E6F7620372D3233313734352D3030303030312D303030303435
etbcmd -bETBXXX -dSERVER -cSHUTDOWN -oIMMED -p30344E6F7620372D3233313734352D3030303030312D303030303436
#webMethods#Mainframe-Integration#EntireX