Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login
    1. Home
    2. PhilippeC.
    3. Posts

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    P Offline
    • Profile
    • Following 1
    • Followers 0
    • Topics 52
    • Posts 95
    • Groups 0

    Posts

    Recent Best Controversial
    • Missing parameters in IIS::Ensure-AppPoll ?

      Hello
      I haven't seen the parameters in IIS::Ensure-AppPoll:

      • restartSchedule
      • restartTimeLimit
        is it correct ?

      If not, do you plan to add them :)
      Actually, I am fighting with xWebAppPool from DSC Module xWebAdministration to use it

      Best Regards

      Product: Otter
      Version: 2.0.7

      posted in Support otter
      P
      PhilippeC.
    • RE: Syntax on PsDSC help needed

      Thanks a lot Eric
      It is working fine also in 1.7.2

      I agree that the syntax should not be so tricky

      Have nice day

      Best regards

      posted in Support
      P
      PhilippeC.
    • Syntax on PsDSC help needed

      Hello
      I am migrating our DSC script into Otter and PSDsc documentation is cheap.

      Here is my DSC Script:

           Registry RemoteManagement {
              Key = 'HKLM:\SOFTWARE\Microsoft\WebManagement\Server'
              ValueName = 'EnableRemoteManagement'
              ValueType = 'Dword'
              ValueData = '1'
              DependsOn = @('[WindowsFeature]IIS','[WindowsFeature]Management')
          }
      

      Here is my PSDsc

      PSDsc Registry
      (
          Otter_ConfigurationKey: isEnableRemoteManagement,
          Key: 'HKLM:\SOFTWARE\Microsoft\WebManagement\Server',
          ValueName: 'EnableRemoteManagement',
          ValueType: 'Dword',
          ValueData: '1'
      );
      

      but it did not work

      Please help us :)
      Best Regards

      Philippe Camelio

      Product: Otter
      Version: 1.7.3

      posted in Support otter
      P
      PhilippeC.
    • A schedule job runs immediatly instead running at the defined time

      Hello

      My request is in the Title :)

      Here are the steps:

      -> Jobs
      Create Orchestration Job
      Select a Plan Name
      Select a server
      Define a Start Time
      Create Job

      !!! The job runs immediatly whereas it is not what I expect.

      Regards

      Product: Otter
      Version: 4.7.3

      posted in Support otter
      P
      PhilippeC.
    • API Key broken after upgrade from 4.6 to 5.2

      Hello

      API Keys are broken after I upgrade Otter from 4.6 to 5.2

      I use the following Powershell to autoregister an host after I install the Otter


      ``
      $SERVEUR=$env:computername
      [xml]$XmlDocument = Get-Content -Path "C:\Program Files\InedoAgent\InedoAgentService.exe.config"
      $AESKey=($XmlDocument.configuration.appsettings.add | where-object {$_.key -eq "EncryptionKey"}).value
      $body = @{
      name="$SERVEUR";
      hostname="$SERVEUR";
      active=$true;
      serverType="windows";
      drift="reportOnly";
      port="46336";
      roles=@("Baseline");
      environments=@("Integration");
      encryptionType="AES";
      encryptionKey=$AESKey
      }
      $URI="https://maestro.opcalim.org/api/infrastructure/servers/create/"+$SERVEUR+"?key=TEST"
      Invoke-RestMethod -Method Post -ContentType 'application/json;' -Uri $URI -Body (ConvertTo-Json $body)
      $URI="https://maestro.opcalim.org/api/configuration/check?server="+$SERVEUR+"&key=CONFIGURATION"
      Invoke-RestMethod -Method Post -ContentType 'application/json;' -Uri $URI

      `

      This works fine until I upgrade to 5.2.
      Now I have the following error msg:

      ``
      PS Microsoft.PowerShell.Core\FileSystem::\opcalim.org\Installation\Logiciels\Inedo\Agent Otter\1.4.6> \opcalim.org\Installation\Logiciels\Inedo\Agent Otter\1.4.6\register-otter.ps1
      Invoke-RestMethod : An API key is required to view or update infrastructure.
      At \opcalim.org\Installation\Logiciels\Inedo\Agent Otter\1.4.6\register-otter.ps1:21 char:1

      • Invoke-RestMethod -Method Post -ContentType 'application/json;' -Uri ...
      •   + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
          + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
        

      Invoke-RestMethod : Error reading JObject from JsonReader. Path '', line 0, position 0.
      At \opcalim.org\Installation\Logiciels\Inedo\Agent Otter\1.4.6\register-otter.ps1:24 char:1

      • Invoke-RestMethod -Method Post -ContentType 'application/json;' -Uri ...
      •   + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-RestMethod], WebException
          + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeRestMethodCommand
        

      ``

      I recreate the API Key and it gives me the same result

      New bug or bad syntax ?

      Best Regards

      Philippe

      posted in Support otter
      P
      PhilippeC.
    • OTTER 1.5.2 : Recurring Jobs - Small problem when creating a job

      Hello
      I have found a small problem in a recurring job.

      • current time : 31/01/2017 16:00
      • Create a Recurring Job (every at 16:30)
      • The job is immediatley executed (31/01/2017 16:01) and scheduled for the next day (01/02/2017) at 16:30

      Expected behavior :
      The job should run at 31/01/2017 16:30 and the scheduled the next day (01/02/2017) at 16:30

      Hope it is understandable :-)

      Regards
      Philippe

      PS: You definitively need to speak french ;-)
      Philippe

      posted in Support otter
      P
      PhilippeC.
    • Scheduling job

      Hello again :)

      A recurring job is running every minute whereas it is expected to run once a day :(

      Regards

      posted in Support otter
      P
      PhilippeC.
    • Scheduling jobs - weird behavior

      Hello
      Here is the test case :

      Current time : 04:00 pm

      Create a Schedule : Once a day - Every day - 04:30 pm
      Create a recurring Orchestration Job

      The job is set to start one hour later 05:30 pm !!!!

      Not as expected.

      Is it a bug or a configuration problem ?

      Regards

      posted in Support otter
      P
      PhilippeC.
    • OTTER 1.4.6 - Import Environment lost child environment

      Hello

      An import of environment lost the child :(

      Test case:

      • Production
      • Production - Infrastructure

      Import File

      {
      "environments": [
      {
      "name": "Production",
      "variables": {}
      },
      {
      "parentName": "Production",
      "name": "Production - Infrastructure",
      "variables": {}
      },
      ],
      }

      Result:

      • Production
      • Production - Infrastructure

      Regards

      Philippe C.

      posted in Support otter
      P
      PhilippeC.
    • RE: OTTER 1.5.0 - Error msg after upgrade in configuraiton Script (PSEnsure)

      Script with the error :

      set $DossierSource = ${DossierRoot}\${EnvDossier}\${DossierBin};
      set $DossierDest = ${DossierSrv}\${DossierBin};
      Ensure-Directory $DossierDest
       (
           Exists: true
       );
       # Try/Catch
       try
       {
           PSEnsure
           (
               Key: SynchroDossierBin,
               Value: 0,
               CollectScript: FolderCompare,
               ConfigureScript: FolderSync,
               UseExitCode: true,
               Debug: true,
               Verbose: true,
               CollectScriptParams: %(DossierSource:$DossierSource,DossierDestination:$DossierDest),
               ConfigureScriptParams: %(DossierSource:$DossierSource,DossierDestination:$DossierDest)
           );
       }
       catch
       {
           Log-Error Synchro C:\DSI\BIN;
       }
      

      }

      Hope this will be helpfull

      Regards

      posted in Support
      P
      PhilippeC.
    • OTTER - Interface improvment request in Plans

      Hi

      When I want to assign an Orchestration Plan to machine,
      The Plan Name list on the Create Job always shows the first Orchestration Job in the Default Raft, whatever the number of existing Jobs.

      It would be better to show the job we want to assign by default as an orchestration plan.

      Not easy to explain in English :-) Hope you understand

      Regards

      posted in Support otter
      P
      PhilippeC.
    • PSDsc - Syntax to use DependsOn ?

      Hello

      I am migrating our DSC script into Otter and I transcript the following config and the DependsOn did not work :-(

      DSC Script

      Configuration SetupIISRemoteManagement {

           WindowsFeature isWeb-Server {
              Ensure          = "Present"
              Name            = "Web-Server"
          }
         
         WindowsFeature Management {
               Name = 'Web-Mgmt-Service'
              Ensure = 'Present'
              DependsOn = @('[WindowsFeature]isWeb-Server')
          }
      

      Otter Script ???

      ##AH:UseTextMode
      # SetupIISRemoteManagement
      {
      PSDsc WindowsFeature ( 
       Otter_ConfigurationKey: isWeb-Server,  
       Name: 'Web-Server',  
       Ensure: 'present'  
       );` 
      
      PSDsc WindowsFeature (
        Otter_ConfigurationKey:  isWeb-Mgmt-Service,
        Name : 'Web-Mgmt-Service',
        Ensure : 'Present',
        DependsOn : DON'T WHAT TO PUT IN ?????
        );
      
      }
      

      I try DependsOn : isWeb-Server but it did not work

      Any help would be appreciate
      Regards

      Philippe

      posted in Support otter
      P
      PhilippeC.
    • Otter Agent installation fail on 2008R2 Core server

      Hello
      I ma trying to install the Otter Agent on a 2008R2 Core server and It is not possible !!!

      Doubleclick on the installation and immediatly I got the following error msg :

      Signature du problème :
      Nom d’événement de problème: APPCRASH
      Nom de l’application: Inedo.Agents.Setup.exe
      Version de l’application: 35.0.0.2
      Horodatage de l’application: 57d9ba81
      Nom du module par défaut: KERNELBASE.dll
      Version du module par défaut: 6.1.7601.23572
      Horodateur du module par défaut: 57fd0696
      Code de l’exception: e0434352
      Décalage de l’exception: 000000000001a06d
      Version du système: 6.1.7601.2.1.0.272.13
      Identificateur de paramètres régionaux: 1036
      Information supplémentaire n° 1: 7878
      Information supplémentaire n° 2: 787854380ac502069a277b7321ff9e3f
      Information supplémentaire n° 3: a5d1
      Information supplémentaire n° 4: a5d1646a6c6d63823162851a677d2380

      Configuraiton of the server :

      • .NET 4.5.1
      • PowerShell 5

      Any help would be helpful

      posted in Support otter
      P
      PhilippeC.
    • Small bug in Otter 1.4.6

      There is a small bug in Otter 1.4.6.
      Here is the steps to reproduce from fresh installation:

      1. Install Agent on Otter host (SRV 1) and a second server SRV2
      2. Add one role : Baseline
      3. Add SRV1(Otter host) / assign Environment Testing / Role Baseline
      4. Add SRV2 / assign Environment Production / Role Baseline
      5. Create a configuration Plan to Role Baseline (ie Ensure Directory for exemple)

      After Check Configuration and Remediation Job, the reported results are not correct whereas the configuration is correctly applied

      Screen Servers
      -> Show only one server with Current Status (expected 2 )

      Screen Role
      -> Role Baseline shows 2 servers as Current Status as expected

      Screen Environment
      -> Only Testing line is reported as Current

      There the configuration are working correctly

      Regards
      Philippe

      posted in Support otter
      P
      PhilippeC.
    • Git Raft using Bonobo Git Server

      Hello
      I am trying to setup a Raft based on GIT Repo.
      I got the following error msg if I want to add a script :

      The branch 'otter' ("refs/heads/otter") that you are trying to push does not track an upstream branch.

      I can't figure out where I have to setup git to "track an upstream branch" ...

      Any help would be appreciate

      Best Regards

      posted in Support
      P
      PhilippeC.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 5 / 5