- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- instant capacity
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
10-07-2007 01:03 AM
10-07-2007 01:03 AM
insmp6:/root#icapstatus
ERROR: The following low-level error occurred:
HTTP Error (500 Internal Server Error).
insmp6:/root#icapstatus -s
ERROR: The following low-level error occurred:
HTTP Error (500 Internal Server Error).
insmp6:/root#
Can somebody help explain what this error means and how to resolve it? thanks in advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2007 02:24 AM
10-07-2007 02:24 AM
SolutioniCAP uses the WBEM CIM providers to gather data. I would first check that icapd is running, and assuming it is, try troubleshooting your CIM configuration:
http://docs.hp.com/en/B8465-90017/ch07s01.html?btnPrev=%AB%A0prev
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2007 08:12 AM
10-07-2007 08:12 AM
Re: instant capacity
is there an entry an entry for icap in /etc/inittab?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2007 01:47 PM
10-07-2007 01:47 PM
Re: instant capacity
Lexxx,
1) Verify the icapd daemon is running.
2) Verify the cimservers are running
3) swverify \* and check the icap.log file for both partitions. )
4)you can try to kill the icapd daemon and verify it is automatically restarted.
5) You can try to stop the cimservers (and kill the cimserverd) then restart them.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2007 09:50 PM
10-07-2007 09:50 PM
Re: instant capacity
Yes icap is in the inittab.
insmp6:/var/adm/syslog#model
9000/800/rp8420
insmp6:/var/adm/syslog#uname -a
HP-UX insmp6 B.11.11 U 9000/800 3532574613 unlimited-user license
insmp6:/var/adm/syslog#swlist -l product | grep -i wbem
WBEMServices A.02.05 WBEM Services CORE Product for hp 9000 servers
insmp6:/var/adm/syslog#swlist | grep -i icap
B9073BA B.11.11.08.01.00.81 HP-UX iCOD Instant Capacity (iCAP)
insmp6:/var/adm/syslog#cat /etc/inittab | grep -i icap
icap:23456:respawn:/usr/lbin/icapd # Instant Capacity daemon
insmp6:/var/adm/syslog#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2007 10:13 PM
10-07-2007 10:13 PM
Re: instant capacity
even I have problems in cimserver
insmp6:/etc#cimserver enableHttpsConnection=TRUE
PGS10024: Unable to start the CIM server.
CIM server is already running.
insmp6:/etc#cimconfig -l -c
Failed to list the config properties.
Empty HTTP response message.
insmp6:/etc#osinfo
osinfo error: Empty HTTP response message.
insmp6:/etc#ps -ef |grep wbem
root 2343 2342 0 May 23 ? 0:00 /opt/wbem/lbin/cimservera
root 2342 1 0 May 23 ? 169769:00 /opt/wbem/lbin/cimserver
root 2822 1 0 May 23 ? 3:39 /opt/wbem/lbin/cimserverd
root 14582 12662 1 13:11:02 pts/tb 0:00 grep wbem
insmp6:/etc#cimprovider -l
Empty HTTP response message.
insmp6:/etc#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2007 03:21 AM
10-08-2007 03:21 AM
Re: instant capacity
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2007 10:03 PM
10-09-2007 10:03 PM
Re: instant capacity
the problem was solved by restarting the Cimserver with http enabled option. points given to Duncan. thanks again