+ Reply to Thread
Results 1 to 7 of 7

Thread: OCS-GUI kit did not install

  1. #1
    alixx is offline Junior Member
    Join Date
    October 21st, 2008
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default OCS-GUI kit did not install

    I just installed kusu-1.0centos-5.x86_64 with CentOS 5.2. During the kusu installation I add the OCS-GUI-5.1.6 kit. My kusu master is installled but the OCS-GUI did not install. I can't run pmcadmin and this utility is not found on the master. The kit shows up in the /depot directory:

    [root@kusu kits]# ls
    base centos OCS-GUI
    [root@kusu kits]#

    And in the repository:

    [root@kusu kits]# repoman -l
    Repo name: Repo for centos-5-x86_64
    Repository: /depot/repos/1000
    Installers: 172.25.253.73;10.1.0.100
    Ostype: centos-5-x86_64
    Kits: base 1.0 noarch, OCS-GUI 5.1 noarch,
    centos 5 x86_64

    Can someone help me?

    Thanks Alixx

  2. #2
    _fmms_ is offline Member
    Join Date
    September 16th, 2008
    Location
    Germany
    Posts
    42
    Downloads
    7
    Uploads
    0

    Default

    Hi alixx:

    What does rpm -qa | grep -i ocs give you?

    Have you refreshed the repository? repoman -u

    After calling /etc/init.d/pmc start you should be able to access it at localhost:8080:/platform

    HTH

  3. #3
    alixx is offline Junior Member
    Join Date
    October 21st, 2008
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default OCS-GUI kit did not install

    Thanks for the reply. The outpout from rpm -qa say it's installed:

    [root@kusu ~]# rpm -qa | grep -i ocs
    gnome-user-docs-2.16.0-2.fc6
    kit-OCS-GUI-5.1-5
    [root@kusu ~]#

    But there on no /etc/init.d/pmc and pmcadmin file.
    Here is the rpm -ql output:

    [root@kusu ~]# rpm -ql kit-OCS-GUI-5.1-5
    /depot/www/kits/OCS-GUI/5.1/index.html
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/common.css
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/commonltr.css
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/commonrtl.css
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/delta.gif
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/deltaend.gif
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/dita.list
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/index.htm
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/kit_commands_console.html
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/kit_components_console.html
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/kit_description_console.html
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/kit_install_console.html
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/kit_links_console.html
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/legal.html
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/property.temp
    /depot/www/kits/OCS-GUI/5.1/kit_console_doc_source/toc.html

    It looks like my OCS-GUI kits is missing files.

  4. #4
    ltsai is offline Project Moderator
    Join Date
    March 4th, 2008
    Posts
    61
    Blog Entries
    3
    Downloads
    3
    Uploads
    0

    Default

    can you check your components table for the OCS-GUI kit?

    It may be related to:
    How to install the OCS-GUI kit? too.

  5. #5
    mblack is offline Junior Member
    Join Date
    April 15th, 2008
    Posts
    11
    Downloads
    0
    Uploads
    0

    Default

    You need to add more kits. To use everything in the GUI you need Lava, or LSF, Nagios, and Cacti. You only seem to have base, centos and OCS-GUI

    [root@kusu kits]# ls
    base centos OCS-GUI
    [root@kusu kits]#

  6. #6
    georgegao is offline Junior Member
    Join Date
    October 21st, 2008
    Posts
    3
    Downloads
    0
    Uploads
    0

    Default

    OCS-GUI kit has not been tested on CentOS yet. it will be ported in OCS 5.3
    for ICE-LX(HP)

  7. #7
    alixx is offline Junior Member
    Join Date
    October 21st, 2008
    Posts
    5
    Downloads
    0
    Uploads
    0

    Default

    It looks like:

    # sqlrunner -q"insert into components set cname='component-OCS-GUI' , cdesc='component for installing OCS GUI' , kid = (select kid from kits where rname ='OCS-GUI' and version='5.1') , os = 'centos-5-x86_64'"

    resolved my problem. After added the above option I was able to add the OCS-GUI to a nodegroup and got it to install.

    Thanks Alixx

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts