Go to main content
Sun Datacenter InfiniBand Switch 36 Documentation Supplement for Firmware Version 2.2

Exit Print View

Updated: September 2016
 
 

Enable or Disable the Toolbox CLI Daemon

The toolbox daemon monitors actions in the fabric management, and performs activities as a Subnet Manager agent. The toolbox daemon has secret M_Key privileges.


Note -  To restart the toolbox daemon, first disable and then reenable it.
  1. In the Toolbox CLI, enable or disable the toolbox daemon.
    [toolbox-cli] set daemon state

    where state is either enable or disable.

    For example, to enable the toolbox daemon, type:

    [toolbox-cli] set daemon enable
    Are you sure you want to enable the Toolbox Daemon? (y/n): y
  2. Consider your next step.
    • If the fabric configuration file is missing, you are asked if you want to create it using the fabric configuration wizard.
      fabric conf file(s) '/etc/toolbox/conf/fabric.conf' not found. Create file? (y/n) [y]:

      If the fabric configuration file is missing, create it.

      See Run the Fabric Configuration Wizard (Toolbox CLI).

    • If the fabric configuration file exists, daemon initialization continues.
      Initializing... Setting up passwordless SSH... Parsed following
          configuration: 
          1 fabric(s) specified in config. 
          Config Summary : ---------------- 
          * Fabric 'TEST' (MKey: 0x3815345c5d4b4880) has 2 rack(s): 
           > Rack 'o4nm2' has 1 switch(es): 
           - o4nm2-gw-8 (10.172.144.13) , SM expected: 'enabled' 
           > Rack 'generic' has 1 switch(es): 
           - test324 (10.172.144.147) , SM expected: 'enabled' 
  3. If the daemon is being enabled after creating a fabric configuration file, you are asked for a password.
    Do all these switches share the same 'ilom-admin' password? (y/n) [y]:
    Switch 'ilom-admin' Password?: password
    Confirm Password: password

    The initialization continues.

    No existing RSA keys found for toolbox 
    Enable toolbox user if not done so ..[OK] 
    Generating RSA key pair for toolbox ....[OK] 
    Setting up passwordless access for toolbox at 10.172.144.13 ........[OK] 
    Setting up passwordless access for toolbox at 10.172.144.147 ........[OK] 
    [OK] 
    Setting up sessions... [OK]
    Verifying Switch FW versions in fabric... [OK] 
    Verifying SM states in fabric... [OK] 
    Acquiring Global Lock... [OK] 
    Single Master SM found: 10.172.144.13
    Protecting Fabric(s) based on config provided ... [OK] 
    Determining Master SM node... [OK] : "o4nm2-gw-8" 
    Gathering fabric data... [OK] 
    Generating API Key... [OK]
    Releasing Global Lock... [OK] 
    Starting daemon... [OK]
    [toolbox-cli]

Related Information