- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cimserver
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
01-21-2004 05:57 AM
01-21-2004 05:57 AM
10x
RPM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 05:59 AM
01-21-2004 05:59 AM
Re: cimserver
Search this manual for cimserver
http://www.docs.hp.com/hpux/onlinedocs/B8465-90012/00/00/1-con.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 06:01 AM
01-21-2004 06:01 AM
Re: cimserver
I have no man pages for cimserver on my 11.11 systems. Is this something that may have been added on? Did you try looking at /opt to see if you can find anything about it? Or maybe run a find command to see if you can determine the install directory, then find a readme file or something:
find /opt /usr -name 'cimserver'
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 06:02 AM
01-21-2004 06:02 AM
Re: cimserver
"What can HP WBEM Services for HP-UX do for me?"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2004 06:08 AM
01-21-2004 06:08 AM
SolutionCIM (Common Interface Model) is part of HP's web services WBEM (Web Based Enterprise Management). cimserver is a transport mechanism and is an XML standard. The cimserver basically parses xml requests.
Here are the "official" definitions for each:
Common Information Model (CIM) A common data model of an implementation- neutral schema for describing overall management information in a network/enterprise environment.
CIM is comprised of a Specification and a Schema. The Specification defines the details for integration with other management models defined by the DMTF, such as SNMPs MIBs or the DMI's MIFs. The Schema provides the actual model descriptions.
WBEM (Web-Based Enterprise Management) An initiative based on a set of management and Internet standard technologies developed to unify the management of enterprise computing environments. WBEM provides the ability for the industry to deliver a well-integrated set of standard-based management tools leveraging the emerging technologies such as CIM and XML.
WBEM Services (HP WBEM Services for HP-UX) A Hewlett-Packard product that uses WBEM and DMTF standards to manage HP-UX system resources.
Here's a good link on the subect:
http://www.docs.hp.com/cgi-bin/fsearch/framedisplay?top=/hpux/onlinedocs/B8465-90012/B8465-90012_top.html&con=/hpux/onlinedocs/B8465-90012/00/00/10-con.html&toc=/hpux/onlinedocs/B8465-90012/00/00/10-toc.html&searchterms=cimserver&queryid=20040121-115921
HTH,
Jeff