- Community Home
- >
- Storage
- >
- Midrange and Enterprise Storage
- >
- HPE 3PAR StoreServ Storage
- >
- How do I use HP 3PAR cli commands?
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
02-02-2012 01:37 PM
02-02-2012 01:37 PM
All:
1st, am I in the correct Forum?
2nd, question: I'm used to EMC symcli and naviseccli, where you just issue the command you want, and then you "awk" or "grep" the output as you see fit. On the 3PAR, apparently, you issue the command "cli", then you get a "cli prompt" then you execute your commands. How do you run "scripts" of commands, with "awk" and "grep", etc?
Does anybody have a simple example of a 3PAR script session they can show me?
Stuart
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2012 01:56 PM
02-02-2012 01:56 PM
Re: How do I use HP 3PAR cli commands?
>am I in the correct Forum?
(I've asked the topic to be moved to SAN enterprise.)
>On the 3PAR, apparently, you issue the command "cli", then you get a "cli prompt" then you execute your commands. How do you run "scripts" of commands, with "awk" and "grep", etc?
You can invoke cli in several ways.
1) Invoke the cli shell and do several commands, as you did.
2) Invoke cli with the command on the command line:
cli shownode
3) Or invoke the command directly as "shownode", which basically does 2).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2012 02:14 PM
02-02-2012 02:14 PM
Re: How do I use HP 3PAR cli commands?
Dennis:
that's great news! but if I run "cli shownode" or just "shownode" how do I specify the Array IP address, my username and my password? Do i stick it in the command? Is there some kind of "environmnet setup"?
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2012 03:02 PM - edited 02-28-2015 04:23 PM
02-02-2012 03:02 PM - edited 02-28-2015 04:23 PM
Solution>if I run "cli shownode" or just "shownode" how do I specify the Array IP address, my username and my password? Do I stick it in the command? Is there some kind of "environment setup"?
Two ways:
1) export TPDSYSNAME & TPDPWFILE
2) Use the -sys & –pwf options. (Or –user & –password instead of -pwf.)
See cli command page 70.
See setpassword command page 310 to create the -pwf file.
3.2.1 CLI ref manual:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2012 07:02 AM
02-03-2012 07:02 AM
Re: How do I use HP 3PAR cli commands?
Dennis:
Thanks. I will try this today.
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2012 07:52 AM
02-06-2012 07:52 AM
Re: How do I use HP 3PAR cli commands?
Note: If you have more than one array, you need a separate password file for each, even if they have the same username and password.
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
02-06-2012 06:46 PM - edited 02-08-2012 03:50 PM
02-06-2012 06:46 PM - edited 02-08-2012 03:50 PM
Re: How do I use HP 3PAR cli commands?
>you need a separate password file for each, even if they have the same username and password.
You're right for a normal user name. And it also fails if you delete and recreate the same user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2012 03:49 PM
02-08-2012 03:49 PM
Re: How do I use HP 3PAR cli commands?
>If you have more than one array, you need a separate password file for each, even if they have the same username and password.
There is an obvious solution to this. :-)
1) On the first machine use createuser
2) Then login to that user and use setpassword -saveonly -file file1
3) Look inside file1 to get the encrypted password
Then on other machines, use:
createuser -e encrypted-password ...