Questions tagged [nolio]

Nolio Application Service Automation Platform (CA LISA® Release Automation) is a DevOps tool for automating application release deployment, maintenance, remediation and recovery across data centers.

CA LISA Release Automation is an enterprise-class, continuous delivery solution that automates complex, multi-tier release deployments through orchestration and promotion of applications from development through production.

CA LISA Release Automation helps companies address some of their most critical DevOps challenges by providing a continuous delivery solution that helps improve visibility across the enterprise’s deployment chain. IT operations, development teams and application owners use these application release automation tools to help:

  • Speed up application release cycles, and improve business and operational agility.
  • Reduce errors, and achieve higher quality releases by simplifying and standardizing application release processes.
  • Reduce costs of application deployments, and promote collaboration and alignment between Development and Operations.
21 questions
4
votes
3 answers

Environment variables not updating during deployment

What we're doing: We're doing an automated deployment using a tool called Nolio. One of the steps we need to do is to set a few environment variables for applications that are being deployed - for example, JAVA_HOME pointing to our preferred java…
John Humphreys
  • 37,047
  • 37
  • 155
  • 255
3
votes
1 answer

Nolio NES Threads

Is it expected behavior to have multiple "Discovery Worker" and "Keep Alive" Threads in WAITING state on the NES? "DiscoveryWorker-10" Id=62 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3c7f9371 at…
3
votes
1 answer

If I pack .NET artifacts as nupkgs how can they be deployed with Nolio?

Being a beginner on Nolio I apologise if I've misunderstood this. Let's cut to the chase: If I pack built .NET artifacts as nupkgs in a CI system and put them in a nuget repository, how can they be deployed to my target environments with Nolio? In…
8DH
  • 2,022
  • 23
  • 36
2
votes
0 answers

nested exception is java.net.SocketException: Connection reset when downloading large applicaiton

Im getting "nested exception is java.net.SocketException: Connection reset" when exporting an applicaion where the export last more than five minutes. Client pops up with the error message, but on the server side the export continues and finishes…
Venky
  • 21
  • 3
2
votes
0 answers

Command line Interface in Agent in Nolio

To upload manifest file at the time of deployment, I want that there should be prompt every time for uploading manifest file, the previous manifest file should not be picked up automatically. For this, is there any option in ROC? With CLI, since I…
Stack_IQ
  • 438
  • 5
  • 20
2
votes
0 answers

Dynamic assignment in Nolio

I am working with Nolio automation Studio & need command to find out how many dynamic servers are assigned to a nolio agent & also to list them through command line. I dont have admin rights to the studio but have access to nolio agent server.
Stack_IQ
  • 438
  • 5
  • 20
2
votes
1 answer

TeamCity : Release branch checkout rule for different environment against Perforce repository

We are working on CI project to auto build and deploy application, database (schema and data), autosys and etl components using TeamCity and Nolio. We are using Perfoce and having below branch structure main.br ==> for developer work core …
1
vote
1 answer

Stop nolio deployment on command line script fail

I've tried to search for this but i couldn't fine anything. I have a Nolio flow that has a command line action to deploy a solution with psake. The command line is run like this: psake.cmd .\deploy.ps1 -parameters @{env='Environment'} if…
ZuZu
  • 94
  • 1
  • 9
1
vote
1 answer

Using NOLIO what will be the best way to run sql scripts?

I'm using Nolio for deployment where it runs shell scripts that executes several sql scripts. My question is what will be the best way to store the db passwords for running each script giving that the developer can't know the passwords and they have…
nfrank
  • 15
  • 8
1
vote
1 answer

Error in process execution from Nolio

I'm new to nolio, and i've configured my first process. After publishing it successfully i tried running the process but it failed. The following error appeared: "Parameter value check failed: Parameter [tar.gz] with scope [RELEASE] is missing…
user1508682
  • 1,329
  • 5
  • 23
  • 34
1
vote
1 answer

Nolio deployment - Deploy multiple artifacts from Bamboo build to different servers

I have a single .Net solution which has got UI project and WCF service project. I donot want to maintain 2 solutions and deploy UI and Service separately. I succeeded in building the solution and creating the UI artifact package and Services…
Sudheer Kumar
  • 311
  • 4
  • 16
1
vote
2 answers

What is the best way to automate ORACLE scripts with Nolio?

we are using Nolio to automate executions of multiple .sql scripts in ORACLE database. what is the best way to implement it if we have multiple schemas to run on? any useful links or references to show this scenario will be very helpful. Thanks
user1508682
  • 1,329
  • 5
  • 23
  • 34
1
vote
3 answers

connection between nolio execution server (CA-RA) and NEXUS repository

I have a question regarding implementation in secured environment: I have NAC and Nexus+repo in same environment and NES and agents in secured environment (over FW). NAC is connected one way to NES as stated in documentation Is there an need to…
1
vote
1 answer

install a jar with a servicename

I have to start, stop a jar in a flow 1. I have to stop it if it is already running and then start 2. All this is being worked in Udeploy. 3. I'm installing the jar using the below command. java -jar jarname.jar When I use sc query…
Pbr_Prajwal
  • 46
  • 1
  • 3
1
vote
1 answer

Insufficient IIS actions in NOLIO

I am not able to get enough IIS actions like modify app pool directory, modify home directory etc in NOLIO. Please can anybody suggest how would these actions be available for IIS in NOLIO.however same are available for IIS6
Vishakha
  • 11
  • 1
1
2