Complete UDeploy Certification Guide & tutorials

What is UDeploy? UrbanCode Deploy is a tool for automating application deployments with continuous delivery in agile-based development through your environments. It orchestrates a difficult production environment and alters across…

Read more »

uDeploy Interview Questions and Answer Part-1

Is it right defintion of “Application” in uDeploy? One or more computer programs or software components that provide a function in direct support of a specific business process or processes….

Read more »

Working with uDeploy client using udclient and work with uDeploy command line

Step 1 – Install and setup JAVA including JAVA_HOME Step 2 – Click the link to download the Deploy Client zip. This zip contains the command line executable for use…

Read more »

uDeploy Essentials Labs and Excercise – Part 5

Creating a Role “admin”, “dev”, and “qa” Assign appropriate access to each role. Create a team called TeamX, Teamy, Teamz. Each team would get all roles automatically assigned. Create a…

Read more »

Udeploy aka urbancode deploy Role, Team, Users and groups explained!!

IBM UrbanCode products use a role- and team-based security system. Permissions are assigned to roles, not to users. In IBM UrbanCode Deploy, for instance, roleless users can only access their…

Read more »

What is Uninstall and Uninstall Component in uDeploy?

Component process types – Uninstall and Application process types “Uninstall Componeet” would not Uninstall a files which was uninstalled in last deployment. rather Uninstall steps has to be written manually…

Read more »

uDeploy Essentials Labs and Excercise – Part 4

Install HTTPD Start HTTPD Create a file named called “index.html” under /var/www/html/. Content of the file should having be “Welcome to DevOpsSchool.com”. Create a directory under /var/www/html/ named with “newletter”…

Read more »

uDeploy Essentials Labs and Excercise – Part 2

Understand System uDeploy Agent requirements considerations. Install the uDeploy Agent. Starting and stopping the Agent/ Check Agent properties in the installed.properties file control details about the server, such as what…

Read more »

uDeploy Essentials Labs and Excercise – Part 1

Understand System uDeploy server requirements considerations. Install the uDeploy server. Starting and stopping the server. Check server properties in the installed.properties file control details about the server, such as what…

Read more »

UrbanCode Deploy aka UDeploy Tutorial – Introduction of CodeStation

CodeStation is the secure and tamper-proof artifact repository ensures that deployed components are identical to the components that were tested in preproduction environments. Without the repository, artifacts must be pulled…

Read more »

UrbanCode Deploy aka UDeploy Tutorial – Fix of “Download Artifacts” steps

Error Solution if you are using “Source Configuration Type”, File System and File System(Version), “Base Path” must not be empty “Base Path” location must have some subdirectory and files which…

Read more »

UrbanCode Deploy aka UDeploy Tutorial – Cleaning up component versions

You cannot delete this version if it is used by: Process History. But You can delete versions that were deployed in a process only through Artifact Cleanup. You can configure…

Read more »

uDeploy Component Rollback explained!!!

What is Rollback? Automatically moving component versions(That is, the environment inventory) to a previous state. – To the versions that were deployed before a process began – To the versions…

Read more »

uDeploy Application processes Steps Explained!!!

Application processes, like component processes, are created with the process editor. UDeploy provides several common process steps. Also, application processes are assembled from processes that are defined for their associated…

Read more »

UDeploy properties & component properties along with their contexts

Components can have several types of properties. The server keeps track of changes to component properties as property versions. Properties can be set for many different things, including components, environments,…

Read more »

Component Process types of uDeploy explained!!!

In most cases, you run component processes by adding them to application processes. However, you can also run component processes directly. Click an application, and go to the Components tab….

Read more »

What is Agent Pool and selection criteria in uDeploy?

Similar to resource groups, agent pools help you organize and manage agents that are installed in different environments. Agent pools distribute work among all pool members and reduce congestion that…

Read more »

How to Install plug-ins in IBM UrbanCode Deploy

Procedure Download the installation files for one or more plug-ins from the following site: https://developer.ibm.com/urbancode/plugins/ibm-urbancode-deploy/ Load the plug-ins: For automation plug-ins, click Settings > Automation Plugins, then click Load Plugin. For source plug-ins,…

Read more »