Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image Added

Section


Column

After you install one or more IncrediBuild Linux components, you can check the status and version no. of the installed components.

Checking the Status of the Installed IncrediBuild Components

After the installation, you can check the status of the installed IncrediBuild services to verify that all the components are up and running.

> To check the status of the installed services:

  • In the terminal of the installed component, enter:

    Code Block
    /opt/<Path_to_Installation_Folder>/init.d/incredibuild status

    Output:

    Code Block
    ib_httpd (pid xxxxx) is running...
    
    ib_upgrade.sh (pid xxxxx) is running...
    
    ib_watchdog (pid xxxxx) is running...
    
    ib_coordinator (pid xxxxx) is running...
    
    ib_server (pid xxxxx) is running...
    
    ib_helper (pid xxxxx) is running...
    
    ib_babysit.sh (pid xxxxx) is running...


For example: Checking the status of an installed component

The following command is entered in the terminal of the Coordinator machine:

Code Block
sudo /opt/incredibuild/etc/init.d/incredibuild status 

In this example:

  • The location of the Installer file is - incredibuild/etc/
  • A Coordinator, Initiator Agent, and a Helper Agent are installed on the machine.

Output:



Checking the Version No. of the Installed IncrediBuild Components

After you installed a component of IncrediBuild Linux, you can check the version of the installed component.

> To check the version of your installed IncrediBuild component:

  • Enter:

    Code Block
    ib_console -v

    Output:

    Code Block
    ib_console version [no.]


For example: Checking the version no. of an installed component


Column
width15


Div
alignleft

Installing IncrediBuild Linux Components:

Child pages (Children Display)
styleh4
pageInstalling IncrediBuild Linux Components

IncrediBuild for Linux Guide:

Child pages (Children Display)
styleh4
pageIncrediBuild for Linux Guide



...