- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- Unable to install HP MSA SMI-S Provider
Server Management - Systems Insight Manager
1821996
Members
3657
Online
109638
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
04-30-2010 12:55 PM
04-30-2010 12:55 PM
Unable to install HP MSA SMI-S Provider
I am attempting to install the HP MSA SMI-S Provider on a DL360G3 running 2003 Ent x86 SP2 Server connected via FC to a MSA 1500cs in order to get SIM monitoring of the MSA. The SMI-S Provider package, cp007968.exe which is version 1.0.3.10, will not install.
The package installation dialog states that it is successfully installed and an entry is created in Add/Remove Programs. However, the hp StorageWorks SMI-S CIMOM service is not created and my SIM management server states that WBEM is not installed on the server.
Here is the cpqsetup.log entry:
---------------------------------------------------------------------------
Setup Session Beginning 4/30/2010 - 9:18:04 AM
---------------------------------------------------------------------------
Command Line Parameters Given:
Beginning Interactive Session...
Name: HP StorageWorks Modular Smart Array SMI-S Provider for
Windows 2000/Server 2003
New Version: 1.0.3.0
The software is not installed on this system, but is supported for
installation.
Cimom installed successfully.
Provider installed successfully.
The operation was successful.
---------------------------------------------------------------------------
End Session
---------------------------------------------------------------------------
I navigate to the install directory, C:\Program Files\Hewlett-Packard\SMI-S\cimom, and run InstallMSAProvider.bat, here is the CLI output:
System error 1060 has occurred.
The specified service does not exist as an installed service.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The service name is invalid.
More help is available by typing NET HELPMSG 2185.
I looked at the batch file, and it calls C:\Program Files\Hewlett-Packard\SMI-S\MSAProvider\LoadMSAMofs.bat which contains the following lines:
@echo off
set classpath=..\MSAProvider\classes\msa.jar;..\MSAProvider\classes\soulmod.jar;.\classes\xerces.jar;.\classes\cimomserver.jar;.\classes\cim.common.jar
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HP_ServerProfile.mof root
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HPMSAServerProfile.mof root
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HPMSASchema.mof root/hpmsa
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HPMSAIndications.mof root/hpmsa
----------------------------------------------
JRE is installed on this system, but the java.exe is not located at \jre\bin\java nor does this location exist anywhere on the system. I replaced all instances of ".\jre\bin\java" with "java" in the hopes that something this simple could be the problem. However, the following output resulted with still no install:
C:\Program Files\Hewlett-Packard\SMI-S\cimom>REM Let's Stop the cimom first
C:\Program Files\Hewlett-Packard\SMI-S\cimom>call StopCIMOMServices
C:\Program Files\Hewlett-Packard\SMI-S\cimom>net stop hpSMISCIMOM
System error 1060 has occurred.
The specified service does not exist as an installed service.
C:\Program Files\Hewlett-Packard\SMI-S\cimom>REM Now load the mofs
C:\Program Files\Hewlett-Packard\SMI-S\cimom>call ..\MSAProvider\LoadMSAMofs
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
The service name is invalid.
More help is available by typing NET HELPMSG 2185.
--------------------------------
Any help would be appreciated, thank you.
The package installation dialog states that it is successfully installed and an entry is created in Add/Remove Programs. However, the hp StorageWorks SMI-S CIMOM service is not created and my SIM management server states that WBEM is not installed on the server.
Here is the cpqsetup.log entry:
---------------------------------------------------------------------------
Setup Session Beginning 4/30/2010 - 9:18:04 AM
---------------------------------------------------------------------------
Command Line Parameters Given:
Beginning Interactive Session...
Name: HP StorageWorks Modular Smart Array SMI-S Provider for
Windows 2000/Server 2003
New Version: 1.0.3.0
The software is not installed on this system, but is supported for
installation.
Cimom installed successfully.
Provider installed successfully.
The operation was successful.
---------------------------------------------------------------------------
End Session
---------------------------------------------------------------------------
I navigate to the install directory, C:\Program Files\Hewlett-Packard\SMI-S\cimom, and run InstallMSAProvider.bat, here is the CLI output:
System error 1060 has occurred.
The specified service does not exist as an installed service.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The system cannot find the path specified.
The service name is invalid.
More help is available by typing NET HELPMSG 2185.
I looked at the batch file, and it calls C:\Program Files\Hewlett-Packard\SMI-S\MSAProvider\LoadMSAMofs.bat which contains the following lines:
@echo off
set classpath=..\MSAProvider\classes\msa.jar;..\MSAProvider\classes\soulmod.jar;.\classes\xerces.jar;.\classes\cimomserver.jar;.\classes\cim.common.jar
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HP_ServerProfile.mof root
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HPMSAServerProfile.mof root
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HPMSASchema.mof root/hpmsa
.\jre\bin\java -Dorg.snia.wbem.cimom.properties=cim.properties com.hp.cimutils.LoadMofs ..\MSAProvider\mof\HPMSAIndications.mof root/hpmsa
----------------------------------------------
JRE is installed on this system, but the java.exe is not located at \jre\bin\java nor does this location exist anywhere on the system. I replaced all instances of ".\jre\bin\java" with "java" in the hopes that something this simple could be the problem. However, the following output resulted with still no install:
C:\Program Files\Hewlett-Packard\SMI-S\cimom>REM Let's Stop the cimom first
C:\Program Files\Hewlett-Packard\SMI-S\cimom>call StopCIMOMServices
C:\Program Files\Hewlett-Packard\SMI-S\cimom>net stop hpSMISCIMOM
System error 1060 has occurred.
The specified service does not exist as an installed service.
C:\Program Files\Hewlett-Packard\SMI-S\cimom>REM Now load the mofs
C:\Program Files\Hewlett-Packard\SMI-S\cimom>call ..\MSAProvider\LoadMSAMofs
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
Exception in thread "main" java.lang.NoClassDefFoundError: com/hp/cimutils/LoadM
ofs
Caused by: java.lang.ClassNotFoundException: com.hp.cimutils.LoadMofs
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: com.hp.cimutils.LoadMofs. Program will exit.
The service name is invalid.
More help is available by typing NET HELPMSG 2185.
--------------------------------
Any help would be appreciated, thank you.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP