This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
IBM Power Systems Development
IBM Power Systems Development
Thank you for submitting your Request For Enhancement. We understand the value of this RFE, but higher priority items have taken precedence. We are keeping this on our list for consideration in the near future.
IBM understands this request and will consider it for a future code update, though no commitment is made or implied.
IBM has received this requirement and is evaluating it. A response will be provided when evaluation is complete.
... oh and forgot to add /system=as400 in my examples
Hi,
I know about backup/restore functions.
But my question was more about a command line way to configure Hardware Management Interfaces (with newest ACS version you can have up to 6 interfaces like "Web Administration for i", "DCM", "Copy Services Manager for i" and many more.
All of them require specification of http or https, IP address or host name, most of all a port number and a URL.e.g.
http://as400:2001/HTTPAdmin for "Web Administration for i"
I would be great to have a possibility to configure those management interfaces via commandline. Example:
java -jar acsbundle.jar /plugin=cfg /webadmin /hmi1=http://as400:2001/HTTPAdmin
java -jar acsbundle.jar /plugin=cfg /dcm /hmi2=http://as400:2001/QIBM/ICSS/Cert/Admin/qycucm1.ndm/main0
Configuration updates can already be automated using the command line plugins Backup and Restore. See GettingStarted sections 9.1.1 Backup and 9.1.2 Restore. You can use those to update existing configurations either partially or in their entirety depending on what is configured at the time of the export/Backup. So you could have a saved export of one system or several. Another way to automatically propagate configuration settings is outlined in GettingStarted section 9.4.1 Automatically import configuration settings. Using those options will create a configuration if it does not exist or will update an existing configuration. Does that meet the requirement?