- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Managing RAID controller with Windows Server Core ...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-11-2020 12:48 PM
тАО05-11-2020 12:48 PM
Managing RAID controller with Windows Server Core (2019)
I am unable to find a way to manage the raid controller on a DL380 Gen9 running Windows Server 2019 Core. The HP Service Pack (2020/03) installs the Smart Storage Administrator but ssaclient.exe won't launch and since they got rid of the HPE System Management Homepage, I can no longer use that to access it either.
What is the recommendation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2020 02:28 AM - last edited on тАО06-28-2021 09:30 PM by Ramya_Heera
тАО05-12-2020 02:28 AM - last edited on тАО06-28-2021 09:30 PM by Ramya_Heera
Re: Managing RAID controller with Windows Server Core (2019)
Hi
Check by installing latest version of HPE Smart Storage Administrator (HPE SSA) CLI for Windows server 2019.
https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_9849e3ae326f43f2825d92dce0#tab1
Installation Steps:
If there is an older version of HPE SSA installed on the system, please uninstall
Download the Smart Component to a directory on your hard drive and change to that directory.
The downloaded file is a self-extracting executable with a filename based on the Smart Component Number.
From that drive and directory, run the downloaded file.
When the installation is complete, navigate to Programs/HPE System Tools/HPE Smart Storage Administrator CLI.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО05-12-2020 06:54 AM
тАО05-12-2020 06:54 AM
Re: Managing RAID controller with Windows Server Core (2019)
Hi,
It worked for me in windows 2016 core installed on a Gen9, you can try this in 2019,
1. Turnoff the firewall if server IP is not pinging.
netsh advfirewall set allprofiles state off
2. Install following services in the server and verify that they are installed and running (hpsmh,WBEM and SSA have to be installed)
- hpsmh - 7.6.3.3
- HPE Insight Management WBEM Providers - 10.70.0.0
- iLO Config Utility - 5.2.0
- HPE ProLiant Agentless Management Service - 10.80.0.0
- iLO FIrmware - 2.55(b)
- SSA
Note: above mentioned version may be older so use the supported onces for 2019 OS.
Verify application/service status :
SSA service should be Installed and running,
PS C:\program files\Smart Storage Administrator\SSA\bin>
.\ssa.exe -install
.\ssa.exe -start
.\ssaprefs.exe -install
.\ssaprefs.exe -start
(If already installed then it will list the service name install/start also you might get a message as service could not be installed/started)
also you can check all the service running status:
>get-service
3. Open Browser and type https://<server ip:2381>
Login to System Management Homepage and check under storage section, Smart Storage Administrated should be listed.
-If still not working then reboot the server and check again.
-In case if still does not work then first you update all the firmware and drivers utility from SPP online mode using HP SUM then follow the steps again.
If you feel this was helpful please click the KUDOS! thumb below!
Regards,
Sudhir
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]

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-26-2021 11:35 AM
тАО04-26-2021 11:35 AM
Re: Managing RAID controller with Windows Server Core (2019)
The problem is some of those components are not supported on 2019. For example the WBEM providers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-26-2021 03:52 AM
тАО08-26-2021 03:52 AM
Re: Managing RAID controller with Windows Server Core (2019)
Hello.
I managed to defeat HPE SSA on the Hyper-V server: DL360 Gen10 + Hyper-V Server 2019. It will probably work on the Windows server core too. I installed the system using a "Rapid Setup" - perhaps it matters, since this option adds some HPE components. After installing Hyper-V core, install SSA, then install FOD using the PowerShell command:
Add-WindowsCapability -Online -Name ServerCore.AppCompatibility~~~~0.0.1.0
There are also disk management snap-ins, performance monitor and some others.
After these steps, ssaclient.exe is launched and allows you to manage the controller.