
- 3par ssmc default password software#
- 3par ssmc default password password#
- 3par ssmc default password windows#
This is because we removed the Users group from the Allow log on locally policy in the computer’s Locally Security Policy as part of our standard server build. On my system, the service failed to start and gave an error after the installation completed. Once you login, you should see the Dashboard and from there, its time to start exploring SSMC. It would be the same account you used to login to the 3PAR Inform Management Console (IMC) - the old client. To login to the SSMC, you will use either a local account on the 3PAR arrays or using an LDAP account if your 3PAR arrays are configured and connected to LDAP. Uncheck the box for Administrator Console and you will get the normal SSMC login page.

Once the arrays are connected, you may logout of the Administrator console and you will go back to the login page. Once the arrays are added, the SSMC begins the process of connecting the arrays to manage them. To connect your 3PARs, you use the Actions button to add the arrays. Once you login, you are presented with a Storage Systems view with no systems connected. The next step is to login to the Administrator console and connect the SSMC to your 3PAR arrays.
3par ssmc default password password#
You click Set Credential button and save a password for the administrator account. On the SSMC server, you may browse to (if you chose the default TCP port during installation) and you will be presented a message saying that the Administrator credential is not set.
3par ssmc default password windows#
If you have altered the Local Security Policy on your Windows system and removed the Users group from the Allow log on locally, you will get an error. If you need to get this up and running sooner rather than later I would still suggest PowerShell and createsched as I reckon those are much quicker to get to grips with.Once you finish the installation, the installer tries to start the service. I think this would be a good place to start along with the createsched native command.Īs for whether to go with Java or Pearl or another language, again if they are referencing these in their documentation then you have a good indication that this has been used/tested to some extent and hopefully examples that you can re-purpose. You can leverage things like the ‘new-3parVV’ cmdlet to create VVs and then the ‘new-3parVLUN’ cmdlet to present them. Sounds like you want to leap in at the deep end! Kudos to you and good luck! I have a post planned for the 3PAR PowerShell toolkit ( ) and I think this might allow you to do what you need in an easier way than building your REST setup which is definitely a great idea but likely requires more work. I’d love to hear what you are trying to achieve and how you eventually do it – always on the lookout to learn new things! You may also want to look at the HP OneView product ( ) as this does include some automation for 3PAR tasks.

If you are familiar with utilising REST API interfaces then start there otherwise it might be better utilising a scripting language and SSH. If this doesn’t cover what you need then my next suggestion would be to go with what you know. Please note that this command can only be used to schedule the following: I’d suggest you take a look at the createsched command within the CLI, this is great at allowing you to schedule tasks without needing to write a script to initiate an SSH session first from another system. This is a great question and gives me a good idea for a post in the future! If you happen to be running a copy of the 3PAR StoreServ Management Console you can also view this information –
3par ssmc default password software#
We can also view this information in the 3PAR management console GUI.įirst open the console and select the Systems option and click the 3PAR array you wish to check, then select the Software tab. The -a and -b options will provide us with a complete listing including all details as below – 3PAR01 cli% showversion -a -bĪs you can see a great wealth of information is returned. Show release version number only (useful for scripting). Use this command to determine if the storage system is using the

The showversion command displays information about the storage server Showversion – Show server software version information. Let us look at the available options by using the help command 3PAR01 cli% help showversion

Should you require a complete breakdown of the software versions across the array you can add some additional switches to the showversion command. This will give you a summary view which is fairly high level and usually sufficient. CLIĬonnect to the array with your SSH client of choiceĮnter the command showversion 3PAR01 cli% showversion If you wish to know what version of software/firmware is running on your 3PAR array you have a couple of options.
