[[playground:playground|Back]]
==== Installing an MNode (Management Node) Windows 10 ====

=== Configure %STROOT ===

From Control Panel, search for Environment Variables (in System Properties / Advanced).  
set ''STROOT'' to your installation directory

[[:getting_started#stroot_environment_variable|More Info]]

=== Create Deployment Descriptor: ===
 
From the TruView™ Application Workbench, in Tools, choose Deployment Descriptor

Choose Open, and navigate to cd %STROOT%\nodes\MNode\stdeploy.jar
  - Make sure the following fields are populated:	
  - Domain Name	
  - Userid/Pwd - this is the master Administrator, we generally use 'Admin' 
Node Name - this will be the name of the Mnode, which will manage all other nodes in the Sysplex
Choose Finish at the bottom of the Deployment Descriptor
[[:getting_started#deployment_descriptor_ddx|More Info]]
=== Install the MNode ===


Edit %STROOT/bin/install_MNode.bat, have it reflect the directory you will install all your nodes and local data to.  
	mkdir %STROOT%\nodes\Mnode stservice.exe -install "StreamScape Management Node" -a -wd "%STROOT%/nodes/Mnode" -exe 	
	"%STROOT%/bin/mnode.exe" -args "-ddx %STROOT%/nodes/mnode -start -log -c"

Run install_MNode.bat from the command line (%windir%\system32\cmd.exe). 




