(file) Return to readme.webadmin CVS log (file) (dir) Up to [Pegasus] / pegasus

  1 dl.meetei 1.1.2.1 //%LICENSE////////////////////////////////////////////////////////////////
  2                   //
  3                   // Licensed to The Open Group (TOG) under one or more contributor license
  4                   // agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
  5                   // this work for additional information regarding copyright ownership.
  6                   // Each contributor licenses this file to you under the OpenPegasus Open
  7                   // Source License; you may not use this file except in compliance with the
  8                   // License.
  9                   //
 10                   // Permission is hereby granted, free of charge, to any person obtaining a
 11                   // copy of this software and associated documentation files (the "Software"),
 12                   // to deal in the Software without restriction, including without limitation
 13                   // the rights to use, copy, modify, merge, publish, distribute, sublicense,
 14                   // and/or sell copies of the Software, and to permit persons to whom the
 15                   // Software is furnished to do so, subject to the following conditions:
 16                   //
 17                   // The above copyright notice and this permission notice shall be included
 18                   // in all copies or substantial portions of the Software.
 19                   //
 20                   // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
 21                   // OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 22 dl.meetei 1.1.2.1 // MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 23                   // IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 24                   // CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 25                   // TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 26                   // SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 27                   //
 28                   //////////////////////////////////////////////////////////////////////////
 29                   
 30                   
 31                   Wed Oct 23 2013
 32                   
 33                   What is webadmin?
 34                   =================
 35                   Pegasus webadmin interface provides a limited edition of administering the
 36                   cimserver through web. Currently, modification of cimserver config options
 37                   viewing the Providers registered and subscriptions view are supported. In
 38                   future management of subscriptions and provider management will be added.
 39 lawrence.luo 1.1.2.5 In OpenPegasus 2.14, Webadmin is still in a experimental vesrion and will
 40                      be improved in the future.
 41 dl.meetei    1.1.2.1 
 42                      How to build pegasus for using webadmin?
 43                      ========================================
 44 dl.meetei    1.1.2.6 If you are building from sources, No need to set any build environ variable.
 45                      It is enabled by default.
 46 dl.meetei    1.1.2.2 webadmin interface's backbone is CIM-RS details at [1] and webserver facility
 47                      built on pegasus. CIM-RS accepts payload represented as JSON[2]. The response
 48                      in JSON can be consumed webserver and can be shown as a webpage.
 49 dl.meetei    1.1.2.6 CIM-RS is built as a integral part of cimserver, not controlled by any env
 50                      and webserver facility is controlled by PEGASUS_ENABLE_PROTOCOL_WEB, which is
 51 dl.meetei    1.1.2.2 enabled by default. To disable it set PEGASUS_ENABLE_PROTOCOL_WEB=false.
 52                      
 53                      How do I bring up the webadmin?
 54                      ===============================
 55                      Enter the your local host name along with port number in the address bar of a
 56                      browser. For example, if your hostname is localhost.localdomain. Just type in
 57                      localhost.localdomain:5988. 
 58                      
 59 lawrence.luo 1.1.2.4 What port is uses?
 60                      ==================
 61 dl.meetei    1.1.2.6 Webadmin and CIM-RS currently uses the DMTF's CIMOM ports i.e 5988(http) and
 62                      5989(https). This port will be updated with dedicated port for CIM-RS when
 63                      available.
 64 lawrence.luo 1.1.2.4 
 65 dl.meetei    1.1.2.2 where does my webRoot points to?
 66 lawrence.luo 1.1.2.3 ===============================
 67                      webRoot is the path that webadmin pages locate. Following are the value of 
 68                      webRoot for part of the platforms.
 69                      
 70                      Linux           /opt/tog-pegasus/www
 71                      i5/PASE         /QOpenSys/QIBM/UserData/UME/Pegasus/www
 72                      Windows         <PEGASUS_HOME>/www
 73                      zOS             /var/wbem/www
 74                      
 75                      Where do I put my custom webpages? 
 76                      ===============================
 77                      The custom webpages can be put in to webRoot and the types are limited to the 
 78                      ones in mimeTypes.txt. 
 79                       
 80 dl.meetei    1.1.2.2 What are the security concern for using webadmin?
 81 lawrence.luo 1.1.2.4 =================================================
 82 dl.meetei    1.1.2.6 The two usual scenarios about security authentication and authorizations
 83                      The security is enabled by default in the release version. To disable it,set 
 84 lawrence.luo 1.1.2.5 enableAuthentication=false when start cimserver. When PAM is enabled, webadmin is
 85 lawrence.luo 1.1.2.3 able to access by the system users, otherwise the cim users needs to be added by 
 86 dl.meetei    1.1.2.6 the tool cimuser.Authorization is still not clear until a role based authorization
 87                      is implemented in the future release.
 88 lawrence.luo 1.1.2.4 
 89 dl.meetei    1.1.2.2 
 90 lawrence.luo 1.1.2.4 What is relation between Webadmin and CIM-RS?
 91                      =================================================================
 92 dl.meetei    1.1.2.6 Webadmin is based on the CIM-Restful services(CIM-RS) which is defined by [1].
 93                      As of pegasus 2.14, CIM-RS support is partial and this support will be done
 94                      phase by phase.
 95 dl.meetei    1.1.2.2 
 96 lawrence.luo 1.1.2.5 
 97 dl.meetei    1.1.2.2 References:
 98                      ===========
 99                      1 http://www.dmtf.org/sites/default/files/standards/documents/DSP0210_1.0.0.pdf
100                      2 http://www.dmtf.org/sites/default/files/standards/documents/DSP0211_1.0.0.pdf

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2