Automic Agent Deployment and Upgrade Toolkit. How-To Documentation

Size: px
Start display at page:

Download "Automic Agent Deployment and Upgrade Toolkit. How-To Documentation"

Transcription

1 Automic Agent Deployment and Upgrade Toolkit How-To Documentation

2 1 AUTOMIC AGENT DEPLOYMENT AND UPGRADE TOOLKIT 1.1 Introduction Deploying Automic agents has always been a manual process for customers. Whether you are a new customer who is just starting to use Automic or an existing customer upgrading to the latest release, agent deployment will be a requirement. For customers with less than agents, the effort to deploy agents may be manageable. However, for those with more, the work can take anywhere from a few days up to a few weeks. Customers who have hundreds or thousands of agents are using valuable time and company resources to complete this process. They should instead be using that time and those resources to focus on other business requirements. Depending on the level of expertise with Automic, it can take a few minutes up to 20 minutes to manually deploy just one agent. In addition, if only one company resource is assigned this task, then each agent is installed/upgraded one at a time. Customers also run the risk of incorrectly editing agent config files which can only slow down the deployment process, or possibly cause problems later on if not caught early. To improve the agent deployment process, Automic has developed the Agent Deployment and Upgrade Toolkit. The Toolkit can free up time and resources for customers, as well as cut costs. This document describes the toolkit and its benefits, along with details on setup and execution. 1.2 Overview The Agent Deployment and Upgrade Toolkit was designed to automate the installation and upgrade of agents. The current method for agent deployment is a manual process so this Toolkit reduces the time, resources, and costs involved. The toolkit works directly with the Automation Engine. This means that the customer can execute objects within the User Interface to initiate the installation/upgrade, and then the Automation Engine will communicate with the server to deploy the agent. 1.3 Benefits Significantly minimizes the time it takes to deploy hundreds to thousands of agents. Total time can be reduced from days/weeks to minutes/hours Frees up company resources which allows the customer to focus on other tasks Cuts costs due to reduction in time and resources needed 2

3 Integrates directly with the Automation Engine, allowing installations and upgrades to be managed and monitored within the User Interface Ensures that new agent installations use Automic s best practices to guarantee that future upgrades on these agents run smoothly Upgrades existing agents in place, keeping customer s current configuration intact Backs up existing agent files prior to performing an upgrade Ensures that all agents are linked with an Automic Service Manager which follows Automic s best practices 1.4 Compatibility The Agent Deployment and Upgrade Toolkit must be installed with an Automation Engine that is running V10 or higher. The Toolkit has been tested with upgrading agents that are currently on V6 and higher. Currently, it can only be used to install and upgrade Windows and UNIX agents. The supported Operating Systems and corresponding architectures are listed below. Windows o 32-bit o 64-bit AIX o Powerpc o Powerpc64 Linux o 32-bit o 64-bit Solaris o 32-bit o 64-bit o Sparc o Sparc64 3

4 1.5 Key Considerations / Limitations The following scenarios should be considered before using this Toolkit: Setup Options are applied to all agents For multiple agent installations/upgrades, the configurations applied during object setup will be applied to all agents. For example, the UNIX/Windows user chosen, the agent port to use, and whether or not to keep the existing.ini file during upgrade. These options, along with others, will be applied to all agents affected during an execution of the Toolkit. This is why it is important to check all Promptsets before an execution, and also a good idea to execute the Toolkit on groups of agents that will all require the same settings. INI file changes Currently, only the options provided in the PRPT.AGENT_DEPLOY.(WIN UNIX).AGENT_SMGR INI_CHANGES Promptset can be changed in the Agent and Service Manager s config (.ini) file. o IMPORTANT: If upgrading UNIX agents from V6 / V8, you should check whether the agent binaries and INI filenames are in uppercase or not. If they are, you should NOT choose the option to keep the existing INI file because later versions of Automic (V9 and later) use lowercase letters for all UNIX agent files. Keeping the existing file will cause issues during the upgrade and also when trying to start the agent. Multiple INI/SMD/SMC Files Some customers have set up their agents and/or service managers where multiple config files use the same binary files. This setup is not supported by the Toolkit. The Toolkit will only look for the standard files which are uc4.smd, uc4.smc, and <agent binary name>.ini. Finding root directory from agent installation path In the case of an agent upgrade, the Toolkit pulls the agent information from the Automic database, and tries to find the root directory from the agent s install bin path (i.e. /opt/automic). It does this by searching for a directory in the install path called agents or agent (case insensitive), and then saving the root path as the directory one level up. If it cannot find this, then the workflow will block because the Toolkit has no way of determining the root installation path. o EXCEPTION: For Automic V6 agents, the default agent installation location is an Executor folder as opposed to an Agent folder, which means the Toolkit will search for Executor or Executors (case insensitive) in the agent s install bin path. Multiple Agents on One Server This Toolkit only supports the installation and/or upgrade of one agent on a server because only one install directory can be specified during setup. Custom Agent Names Automic recommends using the hostname of a server when naming an agent. But in some cases customers may want to set a custom name for the agent. This functionality can be done with the Toolkit for new installations and upgrades. However, the customer MUST remember to include the custom agent name when running the Toolkit. If not, in the case of new installations, the Toolkit will install a new agent using the hostname; in the case of upgrades, the Toolkit will think it needs to install/upgrade an agent using the hostname, which could potentially install an unwanted agent or overwrite an existing one. Version Comparison If there is any difference in the agent s version on the AE system versus the version in the downloaded image, then the agent will be upgraded. This means that even if 4

5 the agent on the AE system is on a later version than what is in the downloaded image, the agent will still be upgraded. New Agents and Existing Service Manager The preferred situation when installing a new agent is that the Service Manager will be installed new as well. If there is a Service Manager already running and you are installing a new agent on that server, the Toolkit will not be able to continue because it does not have a way of detecting any details for that Service Manager. The Toolkit can only scan for a Service Manager via Automic using an existing agent. Agents must be running for an upgrade If an agent is to be upgraded, it should be started and connected to the Automation Engine. The Toolkit searches client 0 for an agent object for the server in question. If an agent object is found and it is not running, the workflow will block. Agents are upgraded/backed up in place If an existing agent is located in a directory other than what was specified for the Automic root installation directory' during setup, then it will upgraded in the same directory. It will not be moved to the directory specified during setup. There is no option at the moment to specify a new installation directory for the agent during an upgrade. All upgrades will also back up the old agent s files/folders to a directory with naming convention (Agent_Backup_<Run ID>_<Date:YYMMDD>_<Time:HHMMSS>). Keep in mind that when the workflow reaches the job (JOBS.AGENT_DEPLOY.FTP_UNIX.AGENT COPY_AND_UNTAR_FILES for UNIX, or JOBS.AGENT_DEPLOY.WIN.AGENT COPY_FILES for Windows), it will always create a backup of the old files if it s doing an upgrade. o EXCEPTION: For Automic V6 Windows agents, the bin path is hardcoded in the agent s ini file (i.e. C:\UC4\Executor\windows\bin), which means the database will have this value as well. If you used this default installation path, then disregard this exception. If not, then it is important to note that the upgrade will move the agent and Service Manager to this path, but the backup of old agent files/folders will remain in the old installation directory. A work around for this would be to update the following lines in each V6 agent s ini file as follows, restart the agents, and then upgrade using this Toolkit. However, this process may not be an easy change for some customers. Defaults: Change paths to match where you installed the agent: 5

6 Rollback Unavailable Rolling back to a previous backup made by the Toolkit is not available. This will have to be done manually which would involve removing the current agent files, restoring the backed up files, updating file ownership if needed (for UNIX agents only), renewing the transfer key via System Overview in client 0, and finally starting the agent via the Service Manager. If there was no Service Manager to start with, the agent will have to be started manually. UNIX Agent Binary Root Ownership Per Automic best practices, the UNIX agent binary should be owned by root to allow jobs to be executed by any user on that server. However, some customers cannot have the file owned by root, in which case the Toolkit gives you the option. Keep in mind that if the customer chooses to opt out of root ownership, the login_check field in the.ini file will automatically be set to no. In addition, the customer MUST set up ANONYMOUS_FT and ANONYMOUS_JOB in the UC_HOSTCHAR_DEFAULT (or equivalent) to Y since this is the requirement per Automic documentation. Sudo Privileges Temporary sudo privileges are required for some of the UNIX commands used by the Toolkit (see the UNIX Specific Prerequisites section for details). Sudo with NOPASSWD set for those commands is preferred. The Toolkit will still work if a password is required, however, the customer must be aware that the password will be in clear text in the Job Report of specific Automic jobs. This happens because Automic FTP jobs echo all commands to the Job Report, which includes the password that is passed into sudo. Service Manager Required Per Automic best practices, a Service Manager should be installed on any server where an Automic agent(s) runs. Along with installing/upgrading an agent, the Toolkit will check to see if a Service Manager is installed and linked to the AE system. NOTE: Service Manager must be running for the Toolkit to detect it. If not, a Service Manager will be installed. If the Toolkit finds one or more Service Managers already installed, but cannot determine one that is linked to the AE system, then the Toolkit cannot continue with the agent installation/upgrade on that server. Service Manager Is Not Upgraded The Service Manager files do not typically change from one version of Automic to the next. For this reason, if a Service Manager is found on the server linked to the agent, it will not be upgraded. Only the agent is upgraded in this Toolkit. Service Manager Port Agent servers should use the same service manager port as set up in client 0 (Located in UC_SYSTEM_SETTINGS -> SMGR_PORT_RANGE under the DIV_VARIABLES folder). The port number is 8871 by default, but it can be different if the Service Manager on the AE server uses a different port. o o Agent servers with Service Manager Already Running If the port number on the AE and agent server do not match, then this Toolkit will be unable to find the Service Manager on the agent server, and the workflow will block. Agent servers with no Service Managers Running In this case, the Toolkit will install a new service manager and will use the SMGR_PORT_RANGE port specified in client 0. More than one service manager running on Agent server In some circumstances, customers may have more than one service manager running on a particular agent server. If the Toolkit cannot find the service manager running on the AE s SMGR port, then the workflow will block. The reason for this is because the Toolkit is unable to determine which service manager belongs to the AE system. 6

7 UNIX Service Manager Startup Customer will have to add a startup script on the UNIX server to have the Automic Service Manager startup under the user it was installed. This will ensure that the agent is running when the server boots up. If customer does not already have a script to do this, Automic can provide one. 1.6 Disclaimer The Agent Deployment and Upgrade Toolkit is offered as no-charge community toolkit. The Toolkit is distributed AS IS and without any express or implied warranty. Automic makes no representations that the Toolkit (i) will meet Customer s requirements, (ii) will operate when used with other hardware, software, systems or data not provided or expressly approved by Automic, (iii) will operate uninterrupted or error-free, (iv) will offer Customer any network security protection or that (v) errors of an immaterial nature will be corrected. The Toolkit is completely end-user customizable and is therefore provided without support or maintenance. Support can be requested from Automic Consulting, as additional effort. On demand and after talking to Automic, small changes may be possible as well. All rights for the Toolkit and any changes/extensions remain the sole property of Automic. 7

8 2 PREREQUISITES 2.1 General 1. Read all information provided in Section 1.5 Key Considerations / Limitations before using this Toolkit. There may be a scenario that applies to your environment which might prevent you from installing/upgrading agents using this Toolkit. Consult with Automic if you have any questions or uncertainties. 2. Download full AE image from Automic download site. This should be the version that your AE is currently on or will be upgraded to, and also the version that your agents will be on. 3. Certain ports should be opened on the Automation Engine server(s) and Remote agent servers. The default ports are listed below, but these ports may vary depending on what was specified during the installation of the AE CP Ports WP Ports 8871 Service Manager 2300 Agent Port 4. Automation Engine installed (or upgraded) to the version that the agents will be moving to. The AE s local OS agent should also be upgraded. Make sure that your license supports the type and number of agents to be deployed. If you have an Active-Active setup, then both Automation Engines should be upgraded along with their corresponding local OS agent. 5. For Automation Engines installed on UNIX, verify that the local OS agent(s) has the following line updated in its INI file. If an update is needed, a restart of the agent will be required afterwards. The following line should be updated so that the name of the binary matches the name of the particular agent you installed. For example, change ucxj???m to ucxjlx6m for the x64 Linux agent. 6. SQLVAR_INTERNAL must be set to YES and VAR_SECURITY_LEVEL must be set to 3 in the UC_SYSTEM_SETTINGS VARA object in client A transport file has been included with the Toolkit that contains all the objects needed. Use DB Load to load these objects into the client of your choice. The transport file will have the naming convention of Transport_AgentDeploymentToolkit_v#.#_YYYYMMDD.txt 8

9 8. Import HSTA.AGENT_DEPLOY into folder of your choice in client 0. Export file should be included with Toolkit. The purpose of this object is to assign installed/upgraded agents to the client in which you loaded the Agent Deployment objects in the previous step, so that you can see the agents start/stop as they are being installed/upgraded. You can also use this object to assign the installed/upgraded agents to another client, but keep in mind that the filter used in the HSTA object considers ALL Windows AND Unix agents. If you would like to use a different filter, you can create another HSTA object. Once imported, open the object and on the Authorizations tab, select all check boxes for the client(s) where you would like to assign the installed/upgraded agents. Afterwards, open System Overview, click Agent Assignment in the left panel, and drag the HSTA object in the Inactive section to the Active section. 9. Create a directory on the AE server and copy the following files to it. We will reference this directory later in the Object Setup section. If you have an Active-Active setup, then choose one of those AE servers to create this directory. AgentDeployTools.jar (included with the Toolkit) config.ini (included with the Toolkit) server_list.csv (included with the Toolkit) versions.csv This file can be found in the top level of the unzipped AE image that you downloaded in Step #1 uc4.jar (included with the Toolkit). The included file is compatible with AE version 12 and earlier. For future versions of the AE, you will need to update this file. The latest uc4.jar file can be found in the downloaded AE image under the ApplicationInterface folder. jasypt lite.jar (included with the Toolkit). opencsv jar (included with the Toolkit). 10. Java 1.7 or higher (JRE or JDK) should be installed on the AE server(s) (if not already done as part of the AE installation). 11. Agents to be upgraded must be up and running. 2.2 Windows Agent Specific Prerequisites 1. A Windows agent is required to perform the install/upgrade on all your Windows agents. For Automation Engines installed on windows, a local agent can be used. For Automation Engines installed on UNIX, use one of the existing Windows agents, but make sure you manually upgrade it first. 2. A Windows domain user (i.e. automic) with Administrator privileges is required, which will have access to the Windows server from Step #1 and to all Windows agent servers. 3. PowerShell Remoting must be set up on the server mentioned in step #1 (where the windows agent exists) and on all servers where agents will be installed/upgraded. If using Option #1 below, allow some time for the group policy to take effect. 9

10 o PS Setup Option #1 - Enabling PowerShell via Group Policy: o PS Setup Option #2 - Enabling Powershell manually: o On each server: From a command prompt, run powershell and then enablepsremoting. Answer A to all questions. Output should be as follows: o Test the connection from server in Step #1 to a remote agent server: From a command prompt, run powershell and run test-wsman <remote_agent_server>. Output should be as follows if PSRemoting was setup correctly. 4. Verify that firewalls and/or anti-virus programs are not blocking access to the servers and not blocking write access to the install directories. 5. Certain ports should be opened on all Windows agent servers. The default ports are listed below, but customer can use different ports. If using different ports, make sure you update the Automic objects accordingly. See JOBP.AGENT_DEPLOY.WIN.INSTALL_AGENT_AND_SMGR section below Agent Port 10

11 8871 Service Manager (This should be the same port that s being used by the Service Manager on the AE server, otherwise the AE will have problems finding the agent via a linked Service Manager) 2.3 UNIX Agent Specific Prerequisites 1. An FTP agent is required to perform the install/upgrade on all your UNIX agents. Keep in mind that Java 1.7 or higher must exist on the server where this agent is installed. The FTP agent should be configured to allow remote executions. This can be modified in client 0 by opening the FTP agent object and checking the box on the FTP tab. NOTE: The.ssh\known_hosts file will need to be set up to allow the FTP agent to SFTP to the agent servers. If the FTP agent is installed on Windows, you can create a blank \.ssh\known_hosts file (default location is typically C:\) and the FTP agent will update the file as needed. 2. SFTP must be set up on all UNIX agent servers. 3. A service account must be set up on all agent servers that will own and run the Agent and Service Manager files (i.e. automic), and will be used to FTP the Automic files to the agent servers. It will also need to be added to the sudoers list to perform the commands below. As mentioned in the Key Considerations section, sudo with NOPASSWD would be preferred because Automic FTP jobs echo all commands (including the password which is piped to sudo) to the Automic Job Report. mkdir o When creating directories for the agent and service manager files, the Toolkit will need privileged access if parts of the directory structure are owned by other users. chown -R automic:automic /opt/automic o Once sudo is used with the mkdir command, the Toolkit changes ownership back to the user who will own the files chown root /opt/automic/agents/unix/bin/ucxjlx6 o This command is ONLY used if the customer decides to have the agent binary owned by root. Root is the preferred option because it allows the customer to run jobs as any user. However, the customer can opt out of this, in which the binary would be owned by the user specified during setup of the Toolkit, and jobs can only be run as that user. See the PRPT.AGENT_DEPLOY.UNIX.SETUP section for settings on opting out of root ownership. chmod 4755 /opt/automic/agents/unix/bin/ucxjlx6 o This command is ONLY used if the customer decides to have the agent binary owned by root. Root is the preferred option because it allows the customer to run jobs as any user. However, the customer can opt out of this, in which the binary would be owned by the user specified during setup of the Toolkit, and jobs can only be run as that user. See the PRPT.AGENT_DEPLOY.UNIX.SETUP section for settings on opting out of root ownership. ls -li /proc/$pid/object/ o This command is used only on AIX servers when the Toolkit needs to determine the location of a running Service Manager. The user needs to have privileged access to get the right process information. 11

12 pwdx $pid o This command is used only on Linux and Solaris servers when the Toolkit needs to determine the location of a running Service Manager. The user needs to have privileged access to get the right process information. kill -TERM -$pid o This command is needed to stop the Service Manager on a server 4. Certain ports should be opened on all agent servers. The default ports are listed below, but customer can use different ports. If using different ports, make sure you update the Automic objects accordingly. See JOBP.AGENT_DEPLOY.UNIX.INSTALL_AGENT_AND_SMGR section below Agent Port 8871 Service Manager (This should be the same port that s being used by the Service Manager on the AE server, otherwise the AE will have problems finding the agent via a linked Service Manager) 12

13 3 OBJECT SETUP 3.1 Folder Structure All objects needed for the deployment should be included in the transport file that was loaded during the General Prerequisites. Once imported, it will create a folder under the root called AGENT_DEPLOYMENT. The objects that will require configuration changes are located in the #SETUP folder as seen below. 3.2 Agent Groups HOSTG.AGENT_DEPLOY.AE Required to run the Java functionality of this Toolkit, along with other miscellaneous functions. You will need to add the local AE agent on whose server you created the directory in step #7 of the General Prerequisites HOSTG.AGENT_DEPLOY.FTP Required for UNIX Agent deployments. Add the FTP agent in here that was setup in step #1 in the UNIX Prerequisites section. 13

14 3.2.3 HOSTG.AGENT_DEPLOY.WIN Required for Windows Agent deployments. Add the Windows agent in here that was setup in step #1 of the Windows Prerequisites. For customers who have their Automation Engine on Windows, this agent will be the same agent specified in HOSTG.AGENT_DEPLOY.AE. 3.3 Logins LOGIN.AGENT_DEPLOY The credentials for all agents specified in the above Agent Groups (except for the FTP agent) should be added to this LOGIN object. 3.4 Workflows JOBP.AGENT_DEPLOY.UNIX.INSTALL_AGENT_AND_SMGR Required for UNIX Agent deployments. Update the PRPT objects inside this workflow. 14

15 PRPT.AGENT_DEPLOY.UNIX.SETUP Automic Root Installation Directory This is where the root Automic installation will be located on the agent server (where the Agents and Service Manager folder will be created). For example, /opt/automic Source Root Directory (Agent) Source folder from the downloaded AE image where all Agent files are located. This folder must exist on the same server as the FTP agent that was setup during step #1 of the UNIX Specific Prerequisites i.e. C:\Automic Install Files\V11\Automation.Engine_Image_11_1_ \11\Agents Source Root Directory (Srv Mgr) Source folder from the downloaded image where all Service Manager files are located. This folder must exist on the same server as the FTP agent that was setup during step #1 of the UNIX Specific Prerequisites i.e. C:\Automic Install Files\V11\Automation.Engine_Image_11_1_ \11\ServiceManager Service Manager Phrase Identifier that should be used when running the Service Manager. Typically, this is set to the Automic system name. i.e. AUTO_DEV Default UNIX User The user that will own and run the Automic Agent and Service Manager files. This is the same user that should have been set up on all UNIX servers in the UNIX Specific Prerequisites section. This is also the same user specified for UNIX servers in the server_list.csv file Default UNIX Group The user group to which the user above belongs. This is not a required field. UNIX User s Password Password of the user above. Agent Binary Owned by root? This only applies to UNIX agents. The customer has the option of having the agent binary owned by root or not. The advantage of root ownership is that jobs can be run on this agent by any user, which makes this the preferred setup. However, the customer can opt out of this using this setting, in which case the binary is owned by the user specified to do the install/upgrade. NOTE: If the user decides to opt out of root ownership, the Toolkit will also set the login_check field in the agent.ini file to no. However, the customer will be responsible to set ANONYMOUS_FT and 15

16 ANONYMOUS_JOB to Y in the UC_HOSTCHAR_DEFAULT (or equivalent) variable object in client 0, as well as restarting the agents after this change. Force Upgrade If Versions Match In an upgrade situation, if the existing agent s version matches the UNIX version found in versions.csv, then this setting allows the user to choose whether or not to keep the agent as is and cancel the workflow (No), or continue with the upgrade (Yes) PRPT.AGENT_DEPLOY.UNIX.AGENT_SMGR INI_CHANGES Existing.ini File For agent upgrades, this will give you the option of keeping the existing.ini intact or creating a new.ini with the config changes on this Prompt Set. Agent Name Read only field. Name is left blank so that the agent server s hostname is used as the agent name, unless a custom agent name was specified for the particular agent server. System Name Name given to the Automic system which all agents should point to. License Class License class to be used for all agents. All OS agents other than the local AE agent use V. Agent Port The agent port that was opened during setup in the UNIX Specific Prerequisites section. AE Server Name of the Automation Engine server. Use fully qualified name here. CP Port One of the Automation Engine server s CP ports that was set up during the AE installation in the General Prerequisites section. Make sure the CP port specified here corresponds to the AE server from the previous field in the case you have an Active-Active setup SMGR Port No changes needed here. This will automatically be populated at runtime based on the port used by the AE Service Manager. The default is

17 3.4.2 JOBP.AGENT_DEPLOY.WIN.INSTALL_AGENT_AND_SMGR Required for Windows Agent deployments. Update the PRPT objects inside this workflow PRPT.AGENT_DEPLOY.WIN.SETUP Automic Root Installation Directory This is where the root Automic installation will be located on the agent server (where the Agents and Service Manager folder will be created). For example, C:\Automic Source Root Directory (Agent) Source folder from the downloaded image where all Agent files are located. This folder must exist on the same server as the Windows agent that was setup during step #1 of the Windows Specific Prerequisites i.e. C:\Automic Install Files\V11\Automation.Engine_Image_11_1_ \11\Agents Source Root Directory (Srv Mgr) Source folder from the downloaded image where all Service Manager files are located. This folder must exist on the server where the Windows agent from the Windows Specific Prerequisites was installed. i.e. C:\Automic Install Files\V11\Automation.Engine_Image_11_1_ \11\ServiceManager Service Manager Phrase Identifier that should be used when installing the Service Manager as a Windows service. Typically, this is set to the Automic system name. i.e. AUTO_DEV Default Windows User The domain admin user that will be used to install the Automic files and run PowerShell commands. This is the same user that should have been set up for all Windows agent servers in the Windows Specific Prerequisites section. Keep in mind that the agent, once started, will run as the SYSTEM user. Windows User s Password Password of the user above. Force Upgrade If Versions Match In an upgrade situation, if the existing agent s version matches the Windows version found in versions.csv, then this setting allows the user to choose whether or not to keep the agent as is and cancel the workflow (No), or continue with the upgrade (Yes). 17

18 PRPT.AGENT_DEPLOY.WIN.AGENT_SMGR INI_CHANGES Existing.ini File For agent upgrades, this will give you the option of keeping the existing.ini intact or creating a new.ini with the config changes on this Prompt Set. Agent Name Read only field. Name is left blank so that the agent server s hostname is used as the agent name, unless a custom agent name was specified for the particular agent server. System Name Name given to the Automic system which all agents should point to. License Class License class to be used for all agents. All OS agents other than the local AE agent use V. Agent Port The agent port that was opened during setup in the Windows Specific Prerequisites section. AE Server Name of the Automation Engine server. Use fully qualified name here. CP Port One of the Automation Engine server s CP ports that was set up during the AE installation in the General Prerequisites section. Make sure the CP port specified here corresponds to the AE server from the previous field in the case you have an Active-Active setup Job Object Should be set to 1. Interpreter Exe The.exe called when using the interpreter functionality of a Windows Job. Typically this is set to powershell.exe -NonInteractive -ExecutionPolicy bypass -NoLogo file Interpreter Ext The extension of the file that is passed on to the interpreter. Typically this is set to ps1 SMGR Port No changes needed here. This will automatically be populated at runtime based on the port used by the AE Service Manager. The default is

19 3.5 Scripts SCRI.AGENT_DEPLOY.MAIN.INSTALL_MULTIPLE_AGENTS This is the main script that should be run when installing/upgrading multiple agents (UNIX and/or Windows). Update the PRPT inside the Script object PRPT.AGENT_DEPLOY.MAIN_SCRIPT_SETUP Config Files Directory: This should be the full path to the directory created in Step #7 of the General Prerequisites. Perform Initial Check Set this to TRUE if you want to do a preliminary check before actually making any changes to the agent on a server. See the Execution section for details on what the check looks for. Queue Max Slots All objects for this Toolkit run in QUEUE.AGENT_DEPLOY. This setting allows the user to select the number of active slots available in the queue. Because a workflow is executed for each agent and only one task is active inside that workflow, there should be 2 active slots for each agent being installed/upgraded. o The default value for this field is 10 which means 5 or less agent installations/upgrades can run in parallel. This is set initially to 10 because the customer should always test this solution on a small set of agents first. To install/upgrade more than 5 agents at a time, the rule of thumb is to set the max slots to twice the number of agents. For example, for 10 agents set the max slots to 20; for 20 agents set the max slots to 40. o While this number can be set to as high as 9999, it is highly recommended to keep it at 50 or lower. You can still add as many agents as you want to the csv file (see Section 5 below), however keeping this number low (50 or lower) allows no more than 25 installations/upgrades to run in parallel and also makes troubleshooting more manageable if errors occur. 19

20 3.5.2 SCRI.AGENT_DEPLOY.MAIN.INSTALL_ONE_AGENT This is the main script that should be used when installing/upgrading agents one at a time PRPT.AGENT_DEPLOY.MAIN_SCRIPT_SETUP Config Files Directory: This should be the full path to the directory created in Step #7 of the General Prerequisites. Perform Initial Check Set this to TRUE if you want to do a preliminary check before actually making any changes to the agent on a server. See the Execution section for details on what the check looks for. Queue Max Slots This setting does not affect this type of execution because only one agent is being installed/upgraded. 20

21 4 EXECUTION CHECKLIST 4.1 Update server_list.csv This file should be updated when installing/upgrading multiple agents. NOTE: If executing the script SCRI.AGENT_DEPLOY.MAIN.INSTALL_ONE_AGENT, which installs/upgrades an agent one at a time, then there is no need to update this csv file because the user will be prompted for the agent server information, i.e. agent server name, custom agent name, OS type, etc General This file was provided with the Agent Deployment Toolkit. It can include servers that need new agents, as well servers with an agent requiring an upgrade. See Section for special steps to retrieve a list of existing Automic agents for upgrades. Important Note The Toolkit will look for this file on the server where the agent in HOSTG.AGENT_DEPLOY.AE exists UNIX servers will require Host name, OS type (UNIX), and custom agent name (if applicable), along with connection information such as User, Password, User Group, Protocol (will always be SFTP), and Port (will always be 22). For each execution of the Toolkit, the user credentials for all UNIX servers in this list should be the same Windows servers only require the Host name, OS type (WINDOWS), and custom agent name (if applicable). The other fields can be populated with na. Sample CSV file: Encrypting A Password For customers who do not want the password in the csv file to be in clear text, an encryption tool has been provided with the java program (AgentDeployTools.jar). 21

22 From a command line, change directory to the location where the jar file was copied. Run the following command: java jar AgentDeployTools.jar Encrypt <Your Password> Sample run: The Toolkit will automatically add the two dashes (--) at the beginning of the encrypted password. Copy this password into the csv file for the UNIX servers. Make sure you include the two dashes because the Toolkit detects an encrypted password by those characters Creating an Existing Agent Upgrade File A Script object (SCRI.AGENT_DEPLOY.CREATE_UPGRADE_AGENT_LIST_CSV) is included with the Toolkit under the #SETUP folder that can be used to create a csv file of the existing agents in your Automic system. The csv file created will be in the same format as the server_list.csv, except it will also include the version of the agent and whether or not the agent is up or down. The Host column will contain the IP address of the agent server and not the hostname. The results can then be used to populate the server_list.csv file. To use this object, update the Prompt Set: 22

23 OS Type: You can specify which type of existing agents should be included in the csv file. Filename and Path: This is the path and name of the csv file that should be created by the script object. This file will be created on the server where the agent in HOSTG.AGENT_DEPLOY.AE exists. It s a good idea to name this file something other than server_list.csv because that name is used for the input file when deploying multiple agents. If File Exists: You can choose from three options when running this script. You can abort the file creation, you can overwrite the file if it exists, or you can append the results to an existing file. Active Only: The user can choose to see all agents or just the ones that are up and running. Keep in mind that the Toolkit can only upgrade running agents, but the ALL option lets you see which agents need to be started up before upgrading. Sample upgrade csv file: 4.2 Update versions.csv (If Needed) The Toolkit compares the current agent version to the versions listed in this file. It can be found in the top level directory of the downloaded AE image. This file should have been added to the directory created in Step #7 of the General Prerequisites. IMPORTANT: It should be updated every time you install/upgrade agents to a new version of Automic. 23

24 4.3 Update config.ini (If Needed) This file was provided with the Agent Deployment Toolkit. It should only have to be modified upon initial setup. It should have been added to the directory created in Step #7 of the General Prerequisites. AEHostnameOrIp Name or IP address of the AE server. Use fully qualified name AECPPort Corresponding CP port of the AE server specified in previous field AEClientToConnect Client in which the Agent Deployment objects were imported AEUserLogin Name of a USER object with Admin privileges that exists in the client from the previous field AEDepartment Department of the user specified in previous field AEUserPassword Password of the user specified in previous field AEMessageLanguage Leave this as E. Does not affect agent processing. 4.4 Verify Information in All Prompt Sets IMPORTANT: You should verify all Prompt Sets prior to each execution to ensure the right settings are being used. When running the Toolkit for multiple agents, the Prompt Set information updated in the Object Setup section will apply to all agents. Because of this, it is recommended to install/update your agents in groups. For example, one group of UNIX agents might be installed/upgraded with a specific user, and another group might be installed with a different user. Or one group of agents will keep the existing.ini file when upgrading, and another group of agents will replace the existing.ini file. 24

25 4.5 Executing the Toolkit General Two script objects are provided with this Toolkit under the AGENT_DEPLOYMENT/#SETUP directory. One will allow you to deploy one agent at a time, and the other allows you to deploy multiple agents from a server list you provide. One Agent: SCRI.AGENT_DEPLOY.MAIN.INSTALL_ONE_AGENT Multiple Agents: SCRI.AGENT_DEPLOY.MAIN.INSTALL_MULTIPLE_AGENTS Preliminary Check [Highly Recommended] With this Toolkit, an option is built in to allow the user to run an initial check on all servers before actually making any changes. You can choose this option on the Prompt Set of the script objects during execution. It is highly recommended to run the preliminary check prior to installing/upgrading your agents. It will retrieve the necessary information it needs to determine if it can proceed with the agent installation/upgrade on each server. These checks are done during normal execution as well, however, the difference is that the preliminary check will end the workflow before changes are made to the agent server. Performing a preliminary check looks for the following things: Connectivity to the server Ability to retrieve OS, architecture info, and hostname Compare agent versions (Takes the Force upgrade if versions match setting from the workflow Prompt Set into consideration) Determine whether it will be a new installation or an upgrade Verify agent is up and running if it s an upgrade Look for a running Service Manager, and if it exists, be able to determine its location on the filesystem. The results of the check will be saved to a.csv file with a naming convention of initial_check_<date:yymmdd>_<time:hhmmss>. The file will be saved to the config directory that was specified in the script object s Prompt Set. Based on the output, the customer can then troubleshoot any issues found or make the required changes to make the execution run smoothly. They can also update their server list with the ones that are ready to deploy, as some servers may have scenarios that are not supported by this Toolkit. NOTE: It may be necessary for the customer to run the preliminary check a few times to get the most up to date information, since the check will stop processing on a server at the first error it encounters. IMPORTANT: Even after completing a preliminary check, it is a good idea to test the Toolkit on a few agents before executing on an entire list of agents. Once you have installed/upgraded a few agents, you should also verify that they are active in Automic and that you can run a test job on them. 25

26 Sample check results: The order of the columns is similar to the server_list.csv file. This was done so that you can copy rows from this file into the server_list.csv when you are ready to begin the actual execution. You will need to add in the missing column details, i.e. password information. 4.6 Checking status of agent installation/upgrade The status of each agent s deployment can be monitored in the Activities window, however, a variable object is also created upon execution of either script object above to provide general status for each agent being installed/upgraded. This was mainly intended for getting a quick status check on the agent deployment. For detailed status, refer to the Reports/Details for the objects executed. These variable objects can be found in the AGENT_DEPLOYMENT\PAST_RUNS folder. An object will be created for the script execution with the following naming convention: Normal execution: VARA.AGENT_DEPLOY.<RUN_ONE RUN_ALL>.<Workflow_Run_Id>.YYMMDD.HHMMSS Preliminary Check: VARA.AGENT_DEPLOY.# CHECK_ONLY #.<RUN_ONE RUN_ALL>.<Workflow_Run_Id>.YYMMDD.HHMMSS Below is a description and example of the information contained in the variable object. 26

27 Key = Name of the server where agent is being installed/upgraded Value 1 = General status of where the deployment is currently in the workflow. Value 2 = Run ID of the workflow installing/upgrading the agent, or performing the preliminary check. Value 3 = Whether the deployment is a new install or an upgrade. Value 4 = Whether or not a service manager was found and linked to the agent. Value 5 = Status of how the service manager config files were updated. 27

Automic Agent Deployment and Upgrade Toolkit. How-To Documentation

Automic Agent Deployment and Upgrade Toolkit. How-To Documentation Automic Agent Deployment and Upgrade Toolkit How-To Documentation Table of Contents AUTOMIC AGENT DEPLOYMENT AND UPGRADE TOOLKIT... 4 Introduction... 4 Overview... 4 Benefits... 4 Compatibility... 5 Key

More information

Upgrade Guide Version 7.2

Upgrade Guide Version 7.2 Upgrade Guide Version 7.2 Copyright IBM Corporation 2017 1 Resiliency Orchestration Upgrade Guide DISCLAIMER IBM believes that the information in this publication is accurate as of its publication date.

More information

Performing an ObserveIT Upgrade Using the Interactive Installer

Performing an ObserveIT Upgrade Using the Interactive Installer Performing an ObserveIT Upgrade Using the Interactive Installer ABOUT THIS DOCUMENT This document contains detailed procedures and instructions on how to upgrade ObserveIT by using the interactive "One

More information

Siemens PLM Software. HEEDS MDO Setting up a Windows-to- Linux Compute Resource.

Siemens PLM Software. HEEDS MDO Setting up a Windows-to- Linux Compute Resource. Siemens PLM Software HEEDS MDO 2018.04 Setting up a Windows-to- Linux Compute Resource www.redcedartech.com. Contents Introduction 1 On Remote Machine B 2 Installing the SSH Server 2 Configuring the SSH

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

USER GUIDE. Snow Inventory Agent for Unix. Version 5. Release date Document date SNOWSOFTWARE.COM

USER GUIDE. Snow Inventory Agent for Unix. Version 5. Release date Document date SNOWSOFTWARE.COM USER GUIDE Product Snow Inventory Agent for Unix Version 5 Release date 2016-09-27 Document date 2016-09-27 CONTENTS 1 Introduction... 3 1.1 Prerequisites... 3 2 Installation... 5 2.1 Prepared installation

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

Upgrading an ObserveIT One-Click Installation

Upgrading an ObserveIT One-Click Installation Upgrading an ObserveIT One-Click Installation This document was written for ObserveIT Enterprise version 7.6.1. This document uses screenshots and procedures written for Windows Server 2012 R2 and SQL

More information

Your Mission: Connect to a remote Apple target(s) disk using F-Response Enterprise Edition.

Your Mission: Connect to a remote Apple target(s) disk using F-Response Enterprise Edition. Your Mission: Connect to a remote Apple target(s) disk using F-Response Enterprise Edition. Note: This guide assumes you have installed F-Response Enterprise Edition, your F-Response licensing dongle is

More information

Booting a Galaxy Instance

Booting a Galaxy Instance Booting a Galaxy Instance Create Security Groups First time Only Create Security Group for Galaxy Name the group galaxy Click Manage Rules for galaxy Click Add Rule Choose HTTPS and Click Add Repeat Security

More information

CA Mediation Manager and CA Mediation Manager for Infrastructure Management

CA Mediation Manager and CA Mediation Manager for Infrastructure Management CA Mediation Manager and CA Mediation Manager for Infrastructure Management Installation Guide CA Mediation Manager Release 2.2.3 / CA Mediation Manager for Infrastructure Management 2.0, Release 2.2.3

More information

Quick Install for Amazon EMR

Quick Install for Amazon EMR Quick Install for Amazon EMR Version: 4.2 Doc Build Date: 11/15/2017 Copyright Trifacta Inc. 2017 - All Rights Reserved. CONFIDENTIAL These materials (the Documentation ) are the confidential and proprietary

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV

SUREedge MIGRATOR INSTALLATION GUIDE FOR HYPERV SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR HYPERV 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3

About Backup and Restore, on page 1 Supported Backup and Restore Procedures, on page 3 About, on page 1 Supported Procedures, on page 3 Back Up Automation Data Using the GUI, on page 4 Restore Automation Data Using the GUI, on page 6 Schedule a Backup of Automation Data Using the GUI, on

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS

SUREedge MIGRATOR INSTALLATION GUIDE FOR NUTANIX ACROPOLIS SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR NUTANIX ACROPOLIS 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties,

More information

T-Server and CSTA Connector General Deployment

T-Server and CSTA Connector General Deployment T-Server and CSTA Connector General Deployment This chapter contains general information for the deployment, configuration, and installation of your T-Server. You may have to complete additional configuration

More information

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE

SUREedge MIGRATOR INSTALLATION GUIDE FOR VMWARE SUREedge MIGRATOR INSTALLATION GUIDE 5.0.1 FOR VMWARE 2025 Gateway Place, Suite #480, San Jose, CA, 95110 Important Notice This document is provided "as is" without any representations or warranties, express

More information

Deploying Cisco Nexus Data Broker

Deploying Cisco Nexus Data Broker This chapter contains the following sections: Installing Cisco Nexus Data Broker, page 1 Installing Cisco Nexus Data Broker Installing or Upgrading the Cisco Nexus Data Broker Software Important There

More information

Akana API Platform: Upgrade Guide

Akana API Platform: Upgrade Guide Akana API Platform: Upgrade Guide Version 8.0 to 8.2 Akana API Platform Upgrade Guide Version 8.0 to 8.2 November, 2016 (update v2) Copyright Copyright 2016 Akana, Inc. All rights reserved. Trademarks

More information

Migrating vrealize Automation 6.2 to 7.2

Migrating vrealize Automation 6.2 to 7.2 Migrating vrealize Automation 6.2 to 7.2 vrealize Automation 7.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

APAR PO06620 Installation Instructions

APAR PO06620 Installation Instructions IBM Corporation APAR PO06620 Installation Instructions IBM Counter Fraud Management 1.5.0.5 IBM Counter Fraud Development 3-31-2017 Table of Contents 1 Fix readme... 1 2 Abstract... 1 3 Contents... 1 4

More information

CA Mediation Manager. Installation Guide. Release 2.1.4

CA Mediation Manager. Installation Guide. Release 2.1.4 CA Mediation Manager Installation Guide Release 2.1.4 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation )

More information

Sophos Enterprise Console advanced startup guide

Sophos Enterprise Console advanced startup guide Sophos Enterprise Console advanced startup guide For distributed installations Product version: 5.3 Document date: April 2015 Contents 1 About this guide...4 2 Planning installation...5 2.1 Planning the

More information

Features - SRM Windows File System Agent

Features - SRM Windows File System Agent Page 1 of 53 Features - SRM Windows File System Agent Table of Contents Overview System Requirements - SRM Windows File System Agent Installation Install the SRM Windows File System Agent Install the SRM

More information

Tanium IaaS Cloud Solution Deployment Guide for Microsoft Azure

Tanium IaaS Cloud Solution Deployment Guide for Microsoft Azure Tanium IaaS Cloud Solution Deployment Guide for Microsoft Azure Version: All December 21, 2018 The information in this document is subject to change without notice. Further, the information provided in

More information

Step by Step Installation of CentOS Linux 7 and Active Circle

Step by Step Installation of CentOS Linux 7 and Active Circle Step by Step Installation of CentOS Linux 7 and Active Circle Active Circle Storage System Abstract This document describes the step-by-step procedures for installing and configuring the CentOS Linux 7

More information

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1

OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 OpenManage Integration for VMware vcenter Quick Install Guide for vsphere Client, Version 2.3.1 Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use

More information

Aware IM Version 8.1 Installation Guide

Aware IM Version 8.1 Installation Guide Aware IM Version 8.1 Copyright 2002-2018 Awaresoft Pty Ltd CONTENTS 1 INSTALLATION UNDER WINDOWS OPERATING SYSTEM... 3 1.1 HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.2 USING THE INSTALLATION PROGRAM...

More information

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document

Upgrading to Parallels Virtuozzo Containers 4.0 for Windows. Contents. About This Document Upgrading to Parallels Virtuozzo Containers 4.0 for Windows About This Document This document familiarizes you with the way to upgrade the following versions of the Virtuozzo for Windows software to Parallels

More information

Skills Management Automated Install and Upgrade Guide

Skills Management Automated Install and Upgrade Guide Skills Management 8.5.648 Automated Install and Upgrade Guide Information contained herein is proprietary and confidential and cannot be disclosed or duplicated without the prior written consent of Genesys

More information

ZL UA Domino Configuration Guide. Version 7.0

ZL UA Domino  Configuration Guide. Version 7.0 ZL UA Domino Email Configuration Guide Version 7.0 ZL Technologies, Inc. Copyright 2010 ZL Technologies, Inc.All rights reserved ZL Technologies, Inc. ( ZLTI, formerly known as ZipLip ) and its licensors

More information

Installing or Upgrading the Cisco Nexus Data Broker Software in Centralized Mode

Installing or Upgrading the Cisco Nexus Data Broker Software in Centralized Mode Installing or Upgrading the Cisco Nexus Data Broker Software in Centralized Mode This chapter contains the following sections: Installing Cisco Nexus Data Broker in Centralized Mode, page 1 Installing

More information

Smart Install in LMS CHAPTER

Smart Install in LMS CHAPTER CHAPTER 6 Smart Install (SI) is a plug-and-play configuration and image management feature that provides zero-touch deployment for new switches. You can configure SI on a switch which will then be the

More information

MediaSense Installation

MediaSense Installation Install MediaSense, page 1 Initial Configuration, page 9 Upgrade MediaSense, page 15 Rollback Cluster, page 23 Install COP Files, page 24 Language Pack, page 25 Install MediaSense This section describes

More information

SafeGuard Easy Demo guide. Product version: 6 Document date: February 2012

SafeGuard Easy Demo guide. Product version: 6 Document date: February 2012 SafeGuard Easy Demo guide Product version: 6 Document date: February 2012 Contents 1 Introduction...3 2 Requirements...4 3 The demo configuration package...5 4 Install the demo software...6 5 What to expect

More information

Cloud & Smarter Infrastructure Professional Certification Program

Cloud & Smarter Infrastructure Professional Certification Program Cloud & Smarter Infrastructure Professional Certification Program Study Guide Series Exam C2010-654 - IBM Tivoli Application Dependency Discovery Manager V7.2.1.3 Implementation Purpose of Exam Objectives...

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database

VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database VMware AirWatch Database Migration Guide A sample procedure for migrating your AirWatch database For multiple versions Have documentation feedback? Submit a Documentation Feedback support ticket using

More information

Upgrading Software and Firmware

Upgrading Software and Firmware APPENDIXB This appendix describes how to upgrade or reinstall the Cisco PAM server software, desktop client software, and Gateway module firmware. Contents Upgrade Notes for Release 1.1.0, page B-2 Upgrading

More information

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices.

VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. VMware AirWatch Product Provisioning and Staging for Windows Rugged Guide Using Product Provisioning for managing Windows Rugged devices. AirWatch v9.2 Have documentation feedback? Submit a Documentation

More information

USER GUIDE. Snow Inventory Agent for Unix. Version 5. Release date Document date SNOWSOFTWARE.COM

USER GUIDE. Snow Inventory Agent for Unix. Version 5. Release date Document date SNOWSOFTWARE.COM USER GUIDE Product Snow Inventory Agent for Unix Version 5 Release date 2016-09-27 Document date 2017-10-24 CONTENTS 1 Introduction... 3 1.1 Prerequisites... 3 2 Installation... 5 2.1 Prepared installation

More information

LiveNX Upgrade Guide from v5.2.0 to v5.2.1

LiveNX Upgrade Guide from v5.2.0 to v5.2.1 LIVEACTION, INC. LiveNX Upgrade Guide from v5.2.0 to v5.2.1 UPGRADE LiveAction, Inc. 3500 Copyright WEST BAYSHORE 2016 LiveAction, ROAD Inc. All rights reserved. LiveAction, LiveNX, LiveUX, the LiveAction

More information

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder.

Performer to DP2 Hot Folder Reference Manual Rev There is only one file involved with installing the Performer to DP2 Hot Folder. Performer to DP2 Hot Folder Reference Manual Rev. 07.11.05 Install Files: There is only one file involved with installing the Performer to DP2 Hot Folder. The installer file is named PP2DP2_1.x.x.EXE.

More information

LiveVault. Agent Guide

LiveVault. Agent Guide LiveVault Software Version: 7.82 Agent Guide Note The guide primarily provides instruction on how to install the LiveVault agent on Windows and Linux servers. Additionally it provides information about

More information

SafeGuard Easy Demo guide. Product version: 6.1

SafeGuard Easy Demo guide. Product version: 6.1 SafeGuard Easy Demo guide Product version: 6.1 Document date: February 2014 Contents 1 About this guide...3 2 Requirements...4 3 The demo configuration package...5 4 Install the demo software...6 5 What

More information

Version Installation Guide. 1 Bocada Installation Guide

Version Installation Guide. 1 Bocada Installation Guide Version 19.4 Installation Guide 1 Bocada Installation Guide Copyright 2019 Bocada LLC. All Rights Reserved. Bocada and BackupReport are registered trademarks of Bocada LLC. Vision, Prism, vpconnect, and

More information

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9

Contents Overview... 5 Upgrading Primavera Gateway... 7 Using Gateway Configuration Utilities... 9 Gateway Upgrade Guide for On-Premises Version 17 August 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Upgrading Primavera Gateway... 7 Prerequisites... 7 Upgrading Existing Gateway Database...

More information

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.06 AND 5.1.0 DU-07754-001 _v6.0 through 6.2 July 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server... 1 1.1. Overview

More information

SAM Server Utility User s Guide

SAM Server Utility User s Guide SAM Server Utility User s Guide Updated July 2014 Copyright 2010, 2012, 2014 by Scholastic Inc. All rights reserved. Published by Scholastic Inc. PDF0157 (PDF) SCHOLASTIC, READ 180, SYSTEM 44, SCHOLASTIC

More information

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the Dell DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering September 2015 A Dell Technical White Paper Revisions Date June 2015 September 2015 Description Initial

More information

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide

Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Dell Server Deployment Pack Version 2.1 for Microsoft System Center Configuration Manager User's Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better

More information

BPPM Patrol Agent Installation Steps on Linux and Automation Integration

BPPM Patrol Agent Installation Steps on Linux and Automation Integration BPPM Patrol Agent Installation Steps on Linux and Automation Integration Author: Karlis Peterson, Software Consultant, BMC Software Version: 1.0 Date: May 12, 2013 DISCLAIMER NOTICE This is Field Developed

More information

Installing Prime Optical

Installing Prime Optical 5 CHAPTER This section describes how to install Cisco Prime Optical 9.8 with an Oracle 11g database. To ensure a successful installation, use the checklist provided in the Installation Scenarios and Checklists,

More information

Service Desk 7.2 Installation Guide. March 2016

Service Desk 7.2 Installation Guide. March 2016 Service Desk 7.2 Installation Guide March 2016 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Integra Codebase 4.2 SP1 Installation and Upgrade Guide

Integra Codebase 4.2 SP1 Installation and Upgrade Guide Integra Codebase 4.2 SP1 Installation and Upgrade Guide 2 Copyright and Trademark Copyright 2008 Oracle. All rights reserved. No part of this document may be reproduced, stored in a retrieval system, or

More information

User Scripting April 14, 2018

User Scripting April 14, 2018 April 14, 2018 Copyright 2013, 2018, Oracle and/or its affiliates. All rights reserved. This software and related documentation are provided under a license agreement containing restrictions on use and

More information

GUT. GUT Installation Guide

GUT. GUT Installation Guide Date : 17 Mar 2011 1/6 GUT Contents 1 Introduction...2 2 Installing GUT...2 2.1 Optional Extensions...2 2.2 Installation using the Binary package...2 2.2.1 Linux or Mac OS X...2 2.2.2 Windows...4 2.3 Installing

More information

Oracle FLEXCUBE Direct Banking

Oracle FLEXCUBE Direct Banking Oracle FLEXCUBE Direct Banking Upgrade Installer User Release 12.0.2.0.0 Part No. E50108-01 September 2013 Oracle Financial Services Software Limited Oracle Park Off Western Express Highway Goregaon (East)

More information

docalpha 5.0 Server Configuration Utility User Guide

docalpha 5.0 Server Configuration Utility User Guide docalpha 5.0 Server Configuration Utility User Guide Contents 1. docalpha Architecture Overview 3 1.1. docalpha Server Overview 3 2. Working with docalpha Server Configuration Utility 4 2.1. Starting docalpha

More information

Security Content Update Getting Started Guide (Version: CCS 12.x)

Security Content Update Getting Started Guide (Version: CCS 12.x) Security Content Update Getting Started Guide (Version: CCS 12.x) Security Content Update Getting Started Guide Documentation version: 1.0 Legal Notice Copyright 2018 Symantec Corporation. All rights reserved.

More information

Agile Customer Needs Management

Agile Customer Needs Management Agile Customer Needs Management Implementation Guide Version 1.0 E17325-02 May 2010 Oracle Copyright Copyright 1995, 2010, Oracle and/or its affiliates. All rights reserved. This software and related documentation

More information

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6

Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites... 6 Gateway Installation and Configuration Guide for On-Premises Version 17 September 2017 Contents Overview... 5 Downloading Primavera Gateway... 5 Primavera Gateway On-Premises Installation Prerequisites...

More information

Table of Contents. Page 1 of 130

Table of Contents. Page 1 of 130 Page 1 of 130 Features - DB2 idataagent Table of Contents Overview System Requirements - DB2 idataagent Installation Install the DB2 idataagent - Windows Install the DB2 idataagent - Unix Install the DB2

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

Solution Composer. User's Guide

Solution Composer. User's Guide Solution Composer User's Guide September 2011 www.lexmark.com Lexmark and Lexmark with diamond design are trademarks of Lexmark International, Inc., registered in the United States and/or other countries.

More information

Perceptive Connector for Microsoft Dynamics AX

Perceptive Connector for Microsoft Dynamics AX Perceptive Connector for Microsoft Dynamics AX Installation and Setup Guide Version: 3.0.x Written by: Product Knowledge, R&D Date: February 2018 Copyright 2017 Hyland Software, Inc. and its affiliates.

More information

Installation Guide Worksoft Certify

Installation Guide Worksoft Certify Installation Guide Worksoft Certify Worksoft, Inc. 15851 Dallas Parkway, Suite 855 Addison, TX 75001 www.worksoft.com 866-836-1773 Worksoft Certify Installation Guide Version 9.0.3 Copyright 2017 by Worksoft,

More information

Oracle Responsys Getting Started Guide

Oracle Responsys Getting Started Guide Oracle Responsys Getting Started Guide Managing Your Oracle Responsys Marketing Platform Cloud Services E79980-13 The most current release of this document is available at the following location on the

More information

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide

Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager. User's Guide Dell EMC Server Deployment Pack Version 4.0 for Microsoft System Center Configuration Manager User's Guide Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make

More information

Lab Working with Linux Command Line

Lab Working with Linux Command Line Introduction In this lab, you will use the Linux command line to manage files and folders and perform some basic administrative tasks. Recommended Equipment A computer with a Linux OS, either installed

More information

E-Sourcing System Copy [System refresh from Production to existing Development]

E-Sourcing System Copy [System refresh from Production to existing Development] E-Sourcing System Copy [System refresh from Production to existing Development] Applies to: SAP Netweaver 7.0 and E-Sourcing 5.1/CLM 2.0 Summary This document discusses about the steps to do an E-Sourcing

More information

Backup and Restore. About Backup and Restore

Backup and Restore. About Backup and Restore About, page 1 Back Up DNA Center, page 2 Restore DNA Center, page 4 Schedule a Backup, page 5 About The backup and restore procedures for DNA Center can be used for the following purposes: To create backup

More information

How to - Install EventTracker Windows and Change Audit Sensor Sensor Deployment User Manual-v9.0

How to - Install EventTracker Windows and Change Audit Sensor Sensor Deployment User Manual-v9.0 How to - Install EventTracker Windows and Change Audit Sensor Sensor Deployment User Manual-v9.0 Publication Date: January 22, 2018 Abstract EventTracker Sensor deployment processes are described in detail

More information

Defendpoint for Mac 4.2 Getting Started Guide. Defendpoint for Mac. Getting Started Guide version 4.2

Defendpoint for Mac 4.2 Getting Started Guide. Defendpoint for Mac. Getting Started Guide version 4.2 Defendpoint for Mac 4.2 Getting Started Guide Defendpoint for Mac Getting Started Guide version 4.2 August 2016 Defendpoint for Mac 4.2 Getting Started Guide Copyright Notice The information contained

More information

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free:

Installation Guide. EventTracker Enterprise. Install Guide Centre Park Drive Publication Date: Aug 03, U.S. Toll Free: EventTracker Enterprise Install Guide 8815 Centre Park Drive Publication Date: Aug 03, 2010 Columbia MD 21045 U.S. Toll Free: 877.333.1433 Abstract The purpose of this document is to help users install

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV)

Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV) Migration from Metalogix Archive Manager (MAM) to Enterprise Vault (EV) FEBRUARY 29, 2016 TECH-ARROW a.s. KAZANSKÁ 5, 821 06 BRATISLAVA, SLOVAKIA All Rights Reserved Contents Source and target environment...

More information

QuickStart Guide for Managing Computers. Version 9.73

QuickStart Guide for Managing Computers. Version 9.73 QuickStart Guide for Managing Computers Version 9.73 JAMF Software, LLC 2015 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate. JAMF Software

More information

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights.

This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. HP JetAdvantage Insights Deployment Guide This guide details the deployment and initial configuration necessary to maximize the value of JetAdvantage Insights. 1. Overview HP JetAdvantage Insights provides

More information

Elixir Repertoire Designer

Elixir Repertoire Designer Aggregation and Transformation Intelligence on Demand Activation and Integration Navigation and Visualization Presentation and Delivery Activation and Automation Elixir Repertoire Designer Tutorial Guide

More information

TROUBLESHOOTING GUIDE. HYCU Data Protection for Nutanix

TROUBLESHOOTING GUIDE. HYCU Data Protection for Nutanix TROUBLESHOOTING GUIDE HYCU Data Protection for Nutanix Version: 3.0.0 Product release date: April 2018 Document release date: April 2018 Legal notices Copyright notice 2017 2018 HYCU. All rights reserved.

More information

Upgrade Guide for Cisco Digital Media System Release 5.0

Upgrade Guide for Cisco Digital Media System Release 5.0 Upgrade Guide for Cisco Digital Media System Release 5.0 Revised: December 12, 2008, This guide provides information about and instructions for upgrading your Cisco DMS appliances and Cisco Digital Media

More information

Opus Supervisor User Guide

Opus Supervisor User Guide Table of Contents About Opus... 2 Opening the Station... 3 Adding a New Group... 5 Adding a New Site... 7 Adding New XCM... 8 Simulation... 13 Adding Network... 13 Assign XCM IP Address... 17 Platform

More information

Kodaro s Niagara 4 Port Installation Guide

Kodaro s Niagara 4 Port Installation Guide Kodaro s Niagara 4 Port Installation Guide August 16, 2018 Documents the process of installing Kodaro s Niagara 4 Port on the Dell Edge Gateway hardware OVERVIEW... 2 SYSTEM COMPATIBILITY... 2 WORKFLOW

More information

VMware AirWatch Product Provisioning and Staging for QNX Guide Using Product Provisioning for managing QNX devices.

VMware AirWatch Product Provisioning and Staging for QNX Guide Using Product Provisioning for managing QNX devices. VMware AirWatch Product Provisioning and Staging for QNX Guide Using Product Provisioning for managing QNX devices. Have documentation feedback? Submit a Documentation Feedback support ticket using the

More information

Veritas Desktop and Laptop Option Mac Getting Started Guide

Veritas Desktop and Laptop Option Mac Getting Started Guide Veritas Desktop and Laptop Option 9.3.1 Mac Getting Started Guide 20-Nov-18 The software described in this document is furnished under a license agreement and may be used only in accordance with the terms

More information

File Transfers. Contents

File Transfers. Contents A File Transfers Contents Overview.................................................... A-3................................ A-3 General Software Download Rules............................ A-4 Using TFTP

More information

Perl and R Scripting for Biologists

Perl and R Scripting for Biologists Perl and R Scripting for Biologists Lukas Mueller PLBR 4092 Course overview Linux basics (today) Linux advanced (Aure, next week) Why Linux? Free open source operating system based on UNIX specifications

More information

ZENworks Reporting System Reference. January 2017

ZENworks Reporting System Reference. January 2017 ZENworks Reporting System Reference January 2017 Legal Notices For information about legal notices, trademarks, disclaimers, warranties, export and other use restrictions, U.S. Government rights, patent

More information

Introduction to Quick Start

Introduction to Quick Start Oracle Enterprise Manager Ops Center Quick Start Guide 12c Release 1 (12.1.4.0.0) E25147-06 June 2013 This guide describes how to perform a simple software deployment. Introduction to Quick Start Oracle

More information

Pearson System of Courses

Pearson System of Courses Pearson System of Courses Deploy with Windows Imaging Last updated: June 2018 Copyright 2018 Pearson, Inc. or its affiliates. All rights reserved. Table of Contents Deployment Process Overview 3 Prerequisites

More information

Requirements for ALEPH 500 Installation

Requirements for ALEPH 500 Installation PROJECT DOCUMENTATION Requirements for ALEPH 500 Installation Ltd., 2002, 2003 Last Update: July 31, 2003 Table of Contents 1. SERVER HARDWARE AND SOFTWARE REQUIREMENTS... 3 1.1 Server...3 1.2 Filesystem

More information

Siemens PLM Software. HEEDS MDO Setting up a Windows-to- Windows Compute Resource.

Siemens PLM Software. HEEDS MDO Setting up a Windows-to- Windows Compute Resource. Siemens PLM Software HEEDS MDO 2018.04 Setting up a Windows-to- Windows Compute Resource www.redcedartech.com. Setting up a Windows-to-Windows Compute Resource Contents Introduction 1 On Remote Machine

More information

Artix Orchestration Installation Guide. Version 4.2, March 2007

Artix Orchestration Installation Guide. Version 4.2, March 2007 Artix Orchestration Installation Guide Version 4.2, March 2007 IONA Technologies PLC and/or its subsidiaries may have patents, patent applications, trademarks, copyrights, or other intellectual property

More information

MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh

MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh MassTransit 6.0 Installation Guide for Enterprise and Professional Servers on Macintosh March 11, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296

More information

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5

Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Setting Up the DR Series System as an NFS Target on Amanda Enterprise 3.3.5 Dell Engineering November 2016 A Quest Technical White Paper Revisions Date June 2015 November 2016 Description Initial release

More information

Skills Management Automated Install and Upgrade Guide

Skills Management Automated Install and Upgrade Guide Skills Management 9.0.0 Automated Install and Upgrade Guide Information contained herein is proprietary and confidential and cannot be disclosed or duplicated without the prior written consent of Genesys

More information

Jonas Activity Management Technical Deployment Guide

Jonas Activity Management Technical Deployment Guide Jonas Activity Management Technical Deployment Guide [] Software for Life Jonas Activity Management Technical Deployment Guide, Jonas, Jonas Software, Software for Life, and Gary Jonas Computing are registered

More information

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements

Click Studios. Passwordstate. Password Discovery, Reset and Validation. Requirements Passwordstate Password Discovery, Reset and Validation Requirements This document and the information controlled therein is the property of Click Studios. It must not be reproduced in whole/part, or otherwise

More information

VIRTUAL GPU LICENSE SERVER VERSION

VIRTUAL GPU LICENSE SERVER VERSION VIRTUAL GPU LICENSE SERVER VERSION 5.0.0.22575570 DU-07754-001 _v5.0 through 5.2 January 2018 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA Virtual GPU Software License Server...1

More information