- Community Home
- >
- Servers and Operating Systems
- >
- ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- Re: SUM installing more than specified components
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
02-23-2012 08:59 AM
02-23-2012 08:59 AM
I'm using the SUM command line to install certain components from a PSP and some firmware I added to the folder. I don't want it to install everything applicable though; only the components I specify. Here is my command, which I thought would install only the 8 components listed:
T:\HP\PSP\hpsum.exe /silent /logdir "C:\" cp013868.exe cp013514.exe cp013745.exe cp013917.exe cp014152.exe cp015456.exe cp015483.exe cp015961.exe
However, looking at the installation log, it installed 18 components, presumably all the ones it detected were applicable.
Any Idea why it may be doing this? Did I construct my command improperly? Attached is the complete installation log.l
Thanks,
Eric
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2012 11:37 AM
02-23-2012 11:37 AM
SolutionIt seems that I figured this out. An error is thrown I didn't previously notice. It tries to create a logfile at the location "C:\ cp013868.exe cp01...", which it cannot do. However, it continues on anyway, ignoring the package specifications (because it sees them as part of the logfile path), and uses the defaults, which I presume are to install whatever packages it deems are needed.
So for now, I've simply removed the /logdir switch entirely and it works as expected.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2012 04:02 PM
02-23-2012 04:02 PM
Re: SUM installing more than specified components
To solve your problem, leave the trailing "\" off the logdir parameter.
/silent /logdir "C:\" cp013868.exe cp013514.exe cp013745.exe cp013917.exe cp014152.exe cp015456.exe cp015483.exe cp015961.exe –Incorrect CLI parameter
/silent /logdir "C:" cp013868.exe cp013514.exe cp013745.exe cp013917.exe cp014152.exe cp015456.exe cp015483.exe cp015961.exe –correct CLI parameter
A trailing backslash causes the rest of the parameters to be parsed as a single element in a script file as it makes the closing quote a character instead of the end of the string indicating the path.
Thanks,
Michael Garner
HPSUM Lead Architect
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP