Cloud Pak for Data

 View Only
Expand all | Collapse all

Cloud Pak for Data – Data Virtualization install semaphore settings below minimum error

  • 1.  Cloud Pak for Data – Data Virtualization install semaphore settings below minimum error

    Posted Fri June 18, 2021 12:23 AM

    Hi,

    We have installing Cloud Pak for data 3.5.2 and when we try to install Data Virtualization, we get a UTC minimum requirement below error:

    ..

    ..

    2021-06-11_15.09.15,300_UTC INFO current value: 250 32000 32 128

    2021-06-11_15.09.15,356_UTC INFO minimum requirement: 250 256000 100

    4096

    ..

    Any ideas how to set the semaphore settings?





    #CloudPakforData
    #CloudPakforDataGroup
    #Support
    #SupportMigration


  • 2.  RE: Cloud Pak for Data – Data Virtualization install semaphore settings below minimum error
    Best Answer

    Posted Fri June 18, 2021 12:24 AM

    Try the following..

    -

    Navigate to OpenShift Web Console -> Nodes

    page.

    -

    Entered the following 2 commands on each

    node:

    echo

    250 256000 100 4096 > /proc/sys/kernel/sem

    echo

    "kernel.sem=250 256000 100 4096" >> /etc/sysctl.conf

    Once you have entered the commands, reinstall the Data

    Virtualization instance from

    the Web GUI and it should install correctly.

    Other references you may find helpful:

    1)

    Data Virtualization: Setting up semaphore

    parameters

    https://www.ibm.com/docs/en/cloud-paks/cp-data/2.5.0?topic=virtualization-preparing-install-service#prereqs__semaphore-params

    2)

    RedHat: Setting Semaphore Parameters

    https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/tuning_and_optimizing_red_hat_enterprise_linux_for_oracle_9i_and_10g_databases/sect-oracle_9i_and_10g_tuning_guide-setting_semaphores-setting_semaphore_parameters





    #CloudPakforData
    #CloudPakforDataGroup
    #Support
    #SupportMigration