- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Server Management - Systems Insight Manager
- >
- How do I install a SIM hotfix?
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
11-17-2005 03:35 AM
11-17-2005 03:35 AM
How do I install a SIM hotfix?
How do I install this file? When I try to run the JAR file it says it is corrupt.
Thanks in advance.
Jim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2005 04:06 AM
11-17-2005 04:06 AM
Re: How do I install a SIM hotfix?
1. Download the SoftPaq to a directory on your hard drive. The file downloaded is a self-extracting executable with a filename based on the SoftPaq Number above (SP31535.exe).
2. Execute the downloaded file (SP31535.exe) and follow the on-screen instructions.
Enter "Y" to confirm the unpacking of file: HOTFIX50_001.jar into this temporary directory.
3. Copy the HOTFIX50_001.jar from the above temporay directory into
4. Restart HP System Insight Manager service
5. Empty the CIM_SoftwareIdentity table by executing the following SQL script command against the HP SIM 5.0 Database:
delete
from CIM_SoftwareIdentity
6. Re-run the Software Version Status Polling Task
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 01:53 AM
11-18-2005 01:53 AM
Re: How do I install a SIM hotfix?
"5. Empty the CIM_SoftwareIdentity table by executing the following SQL script command against the HP SIM 5.0 Database:
delete
from CIM_SoftwareIdentity"
I am not familar with MSDE and have not found anything within hpsim to execute these commands.
More details would be helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 06:53 AM
11-18-2005 06:53 AM
Re: How do I install a SIM hotfix?
Otherwise, I would wait for the "upcoming SP3" release.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-18-2005 08:19 AM
11-18-2005 08:19 AM
Re: How do I install a SIM hotfix?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2005 02:55 AM
11-21-2005 02:55 AM
Re: How do I install a SIM hotfix?
For MSDE, locate the database name for the HP SIM database in %SystemDrive%\%ProgramFiles%\Microsoft SQL Server\MSSQL\Data. The format of the database will be Insight_v*.mdf where '*' represents version and unique date information.
Using OSQL (an executable that MSDE installs) issue the command:
osql -E -d Insight_vxxxxxxxxxxxxx -q "delete from CIM_SoftwareIdentity"
The system will respond with "(xxx lines affected)" and will leave you in the OSQL interpreter, designated by '1>' where you can
type quit [enter] to exit the mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2005 03:51 AM
12-12-2005 03:51 AM
Re: How do I install a SIM hotfix?
1. Download the SoftPaq to a directory on your hard drive. The file downloaded is a self-extracting executable with a filename based on the SoftPaq Number above (SP31535.exe).
2. Execute the downloaded file (SP31535.exe) and follow the on-screen instructions.
Enter "Y" to confirm the unpacking of file: HOTFIX50_001.jar into this temporary directory.
3. Copy the HOTFIX50_001.jar from the above temporary directory into
4. Restart HP System Insight Manager Service.
5. Empty the CIM_SoftwareIdentity table by executing the following SQL script command against the HP SIM 5.0 Database:
delete from CIM_SoftwareIdentity
For MSDE, locate the database name for the HP SIM database in %SystemDrive%\%ProgramFiles%\Microsoft SQL Server\MSSQL\Data. The format of the database will be Insight_v*.mdf where '*' represents version and unique date information.
Using OSQL (an executable that MSDE installs) issue the command:
osql -E -d Insight_vxxxxxxxxxxxxx -q "Delete from CIM_SoftwareIdentity
the system will respond with "(xxx lines affected)" and will leave you in the OSQL interpreter, designated by '1>' where you can type quit [enter] to exit the mode.
6. Re-run the Software Version Status Polling Task