- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE 3PAR StoreServ Storage
- >
- remote 3PAR CLI Soft syntax
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
тАО06-06-2014 09:37 AM
тАО06-06-2014 09:37 AM
SHello,
Does anyone know the syntax to launch cli commands installed with HP 3PAR CLI software?
I know -sys ip_3par but need option for user and password.
Thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2014 09:47 AM
тАО06-06-2014 09:47 AM
SolutionDepends on what you are trying to do.
If enter commands interactively, it will prompt you for a valid username and password. Alternatively, you can use an SSH terminal, for example, PuTTY, and not have to be concerned with keeping the CLI software current with respect to the 3PAR array.
If you want to run commands in a batch job, look at the HP 3PAR Command Line Interface AdministratorтАЩs Manual.
You will need to create a password file using the "setpassword -saveonly" CLI command. That asks for the system, username and password, and creates a file with the username and password encrypted. Once created, either add the "-pwf" option to each command or define an environment variable, TPDPWFILE, which points at the password file.
Note: While I work for HP, all of my comments (whether noted or not), are my own and are not any official representation of the company.
----------
If my post was useful, click on my KUDOS! "White Star" !
Note: While I am an HPE Employee, all of my comments (whether noted or not), are my own and are not any official representation of the company
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-07-2014 08:47 AM - edited тАО03-06-2015 05:22 PM
тАО06-07-2014 08:47 AM - edited тАО03-06-2015 05:22 PM
Re: remote 3PAR CLI syntax
>You will need to create a password file using the "setpassword -saveonly" CLI command.
If you manage multiple systems and want to use that same password file you'll need to follow the info in this post:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-06-2015 05:15 PM - edited тАО03-06-2015 05:23 PM
тАО03-06-2015 05:15 PM - edited тАО03-06-2015 05:23 PM
Re: remote 3PAR CLI syntax
>need to create a password file using the "setpassword -saveonly" CLI command.
This is now deprecated in 3.2.1 MU2. You should use the ssh access in the future.