- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- SPP automatic instalation on a batch of servers
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
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
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
09-24-2017 03:03 AM
09-24-2017 03:03 AM
SPP automatic instalation on a batch of servers
What would be the way of deploying the full SPP to a number of machines remotely? I see there is a powershell module but not sure if this can be used. Any alternatives?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2017 08:53 AM
09-24-2017 08:53 AM
Re: SPP automatic instalation on a batch of servers
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2017 11:03 PM
09-24-2017 11:03 PM
Re: SPP automatic instalation on a batch of servers
Thanks. I was hoping for more kind of scripy solution :) I found HPSUM not fully reliable.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2017 12:48 AM
09-25-2017 12:48 AM
Re: SPP automatic instalation on a batch of servers
Currently we don't have any PowerShell offerings on SPP functionality but we will consider your request in our bucket for future releases of PowerShell.
Thanks,
Gokul
HPE PowerShell Team
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2017 03:27 AM
09-26-2017 03:27 AM
Re: SPP automatic instalation on a batch of servers
Powershell function for automated update would be awsome. Perhaps it could leverage HP SUM CLI mode with parameters like swappackages folder path, reboot, software, hardware update or both.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2017 05:57 AM - edited 11-20-2017 06:24 AM
11-16-2017 05:57 AM - edited 11-20-2017 06:24 AM
Re: SPP automatic instalation on a batch of servers
Not to start a new topic on the sam ething. I tried using smartupdate.bat as it seems to be the new script included in the recent SPP to instal firmware on a remote machine. The batch is located on a local system from which I'm trying to run a remote installation. I pass the location of the batch in my powershell code to be triggered by Start-Process and give it the parameters as below where I assume packages is now the folder that used to be swappackages in previous versions.
$arg = "/s target_machine_name /v /current_credential /use_location "\\storage\x$\SPP\packages" /use_latest /allow_non_bundle_components /use_ams /use_wmi /use_snmp /on_failed_dependency:Omit_component /rom_only /logdir "c:\log""
Start-process smartupdate.bat $arg -wait
However I can't see anything happening after running the command. Can someone please spot where I'm going wrong?
I forgot to add that I'm copying smartupdate.bat on the target machine.