Dear Friends, 
we must create for Veritas Cluster some
shell-scripts on SOLARIS.
But it is very difficult to kill servers specifically.
i can kill the services specifically with control-center, too, with rigth mouse button and shutdown !
I want to do it with command-line , too.
It is the difficult way :
*************************
First i must find the USER-IDs !
etbinfo -b -d -n -c -s -p -f
it means for our environment :
etbinfo -bETBXXX -dSERVER -nUPEBXXX -cRPC
-sCALLNAT -pserver.pro -f"%P-USER-ID"
For example our Server has 2 Services, because of these we have now 2 USER-IDs.
30344E6F7620372D3233313734352D3030303030312D303030303445
30344E6F7620372D3233313734352D3030303030312D303030303446
Now i can kill this Server in two steps :
kkksag =>etbcmd -bETBXXX -dSERVER -cSHUTDOWN -oIMMED -p30344E6F7620372D3233313734352D3030303030312D303030303445
kkk55sag =>etbcmd -bETBXXX -dSERVER -cSHUTDOWN -oIMMED -p30344E6F7620372D3233313734352D3030303030312D303030303446
is there any other way to do this ?
thank you in advance !
kind Regards,
Sedo :rolleyes:
#webMethods#EntireX#Mainframe-Integration