HPE 3PAR StoreServ Storage
1819870 Members
2357 Online
109607 Solutions
New Discussion юеВ

Restart SSMC service with commands, without using the TUI

 
alirouda
Visitor

Restart SSMC service with commands, without using the TUI

I am automating some tasks on the SSMC Linux appliance using a Bash script. At the final step, I need to reload the SSMC service on the appliance, excluding vmcp, Elasticsearch, and Ultron. However, I've encountered difficulties finding a command to achieve this within the script. Despite searching extensively, I haven't found a solution. Is there anyone who has managed to do this or knows of a way to reload the SSMC service via the command line?
thanks

8 REPLIES 8
support_s
System Recommended

Query: Restart SSMC service with commands, without using the TUI

System recommended content:

1. HPE SSMC 3.8.x Administrator Guide | Deploying SSMC appliance through Microsoft Hyper-V using the PowerShell Installer script

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo

alirouda
Visitor

Re: Query: Restart SSMC service with commands, without using the TUI

hello

thanks for the reply but i don't think this is related to what i have asked for 
thanks anyway

veeyarvi
HPE Pro

Re: Query: Restart SSMC service with commands, without using the TUI

Hi Alirouda,

You may use the command 'service ssmc restart' to restart SSMC.

Regards,

Veeyaarvi



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
alirouda
Visitor

Re: Query: Restart SSMC service with commands, without using the TUI

 

Thanks for the reply but Not working .

veeyarvi
HPE Pro

Re: Query: Restart SSMC service with commands, without using the TUI

Hi Alirouda,

Could you share more details (like where it is failing, any errors etc.)?

Regards,
Veeyaarvi



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
alirouda
Visitor

Re: Query: Restart SSMC service with commands, without using the TUI

Hello , 
you can found here the logs of command executed on an ssmc linux appliance

 

 

veeyarvi
HPE Pro

Re: Query: Restart SSMC service with commands, without using the TUI

Hi Alirouda,

I suggest logging a case with the support on this. The same option working from tui with the same user credentials and hence there could be something missing if the same option not working from CLI.

Regards,

Veeyaarvi



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo

Re: Restart SSMC service with commands, without using the TUI

If you want to trigger what the TUI does then run:

sudo /ssmc/bin/appliance_services stop

 

and

 

sudo /ssmc/bin/appliance_services start

 

But why do you want to do the restart?



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo