MWS Installation in Command Central

Hi,

I have installed MWS but MWS node is not appearing. But I am getting “My webMethods Server” Server and Diagonistics tools got installed under products.

Could you please help me out? I have attached the screenshots along with this post.

P.S - The RAM in the system is 2 GB. Is it causing any issue like this?
mws_command_central.zip (40.7 KB)

For 9.8+ products instances are not created after installation using Command Central and need to be created separately using CC CLI.

For example:

cc create instances local MwsProgramFiles instance.name=test1
db.type=sqlserver db.username=mws db.password=mws
db.url=“jdbc:wm:sqlserver://localhost:1433;databaseName=testDB”

Please see CC Doc “Creating a My webMethods Server Instance” topic for complete command line parameters and examples.

Thanks
Sergei