mandriva

Pulse 2 1.2.1 to 1.2.2 upgrade notes

Pulse 2 Secure Agent

  • it is advised to upgrade to at least version 1.2.2, to benefit the "smart cleaner" feature.

Pulse 2 Inventory Server

  • In the service configuration file inventory-server.ini, section [main], the defaut value for "hostname" has changed :
    replace
    [main]
    hostname = Hardware/Name
    
    by
    [main]
    hostname = Hardware/Host
    

Pulse 2 Launcher

  • In the service configuration (code and default configuration file launcher.ini), section [launchers], the defaut value for "inventory_command" has changed :
    replace
    [launchers]
    inventory_command = echo Doing Inventory
    
    by
    [launchers]
    inventory_command = export PULSE2_SERVER=`echo $SSH_CONNECTION | cut -f1 -d\ `; export PULSE2_PORT=9999; /cygdrive/c/Program\ Files/OCS\ Inventory\ Agent/OCSInventory.exe /server:$PULSE2_SERVER /pnum:$PULSE2_PORT /debug || /usr/bin/ocsinventory-agent --server=http://$PULSE2_SERVER:$PULSE2_PORT --debug
    
  • In the service configuration file launcher.ini, a new section appeared : [smart_cleaner] (see doc).
    [smart_cleaner]
    # Pulse2 Smart Cleaner path (on the target); if empty we do not use it
    # smart_cleaner_path = /usr/bin/pulse2-smart-cleaner.sh
    # cleaner options, space separated, see doc
    # smart_cleaner_options =
    

Pulse 2 Scheduler

  • In the service configuration file scheduler.ini, section [scheduler], the certfile keyword is deprecated (replaced by the cacert keyword) :
    replace
    [scheduler]
    certfile = ...
    
    by
    [scheduler]
    cacert = ...
    
  • In the service configuration file scheduler.ini, section [scheduler], the privkey keyword is deprecated (replaced by the localcert keyword) :
    replace
    [scheduler]
    privkey = ...
    
    by
    [scheduler]
    localcert = ...