Redwood Documentation

Product Documentation

 

›Uninstall

RunMyJobsRunMyJobs On-Premises Installation

Preparing Installation

  • Preparation for Redwood Server Installation
  • Database Prerequisites
  • Basic Sizing Guidelines
  • Planning

Installation

  • Installation
  • Download and Extract redwood-platform.zip
  • Installing Redwood Platform
  • Redwood Platform Application Server
  • Licensing Redwood Server

Security Overview

  • Security Overview
  • Security in Redwood Platform
  • External Security Systems
  • Lightweight Directory Access Protocol (LDAP)
  • Configuring LDAP Manually
  • Configuring LDAP With the LDAP Wizard
  • Database Authentication
  • Database Authentication - Enforcing Password Policies
  • Configuring JEE Security

Configuration

  • Installing and Configuring Redwood Platform Service on Windows
  • Submitting Processes and Licensing on Startup
  • Configuring the HTTP or HTTPS Interface of Redwood Platform
  • Configuring the APR HTTPS Interface of Redwood Platform
  • Configuring the NIO HTTPS Interface of Redwood Platform
  • Importing a Certificate Authority
  • Checking Your License
  • Managing Your Licenses with the License Manager
  • Configuration
  • Configuration Entries

Starting Automatically

  • Starting Redwood Platform Automatically
  • Starting Redwood Platform Automatically with Systemd
  • Starting Redwood Platform Automatically with Init
  • Starting Redwood Platform Automatically with Launchd
  • Starting Redwood Platform Automatically on Solaris

High Availability

  • High Availability
  • Configuring Web Application Clusters for High Availability
  • Creating Redwood Platform Clusters
  • Configuring Web Application Clusters on Microsoft Cluster Service
  • Configuring Platform Agents for High Availability
  • Configuring Platform Agents on Microsoft Cluster Service

Upgrade

  • Upgrading Redwood Server
  • Upgrading Redwood Platform

Migration

  • Migrating Redwood Platform

Uninstall

  • Uninstalling Redwood Server

Reference

  • Standard setvars script
  • Admin Server
  • Checking Your License
← Migrating Redwood PlatformStandard setvars script →

on-site-related topic Uninstalling Redwood Server

When you want to remove Redwood Server from your systems, you must know on which systems you installed the central Redwood Server as well as the agents, if applicable.

Central Redwood Server

You can use a simple select statement to generate a script for this, or ask Redwood Software Services for a specific jsp to do the work for you. The below examples are provided for your convenience, beware that incorrectly using these queries could result in data-loss.

Example script for Oracle

SELECT 'DROP TABLE <schema_name>.' || table_name || ';' FROM sys.all_tables
WHERE table_name like 'JCS_%' and owner = '<schema_name>';

Example for DB2

SELECT 'DROP TABLE <schema_name>.' || TABNAME || ';' FROM SYSCAT.TABLES
WHERE TABNAME like 'JCS_%' and TABSCHEMA = '<schema_name>';

Example script for SQL Server

SELECT 'DROP TABLE <database>.<schema_name>.' + name + ';' FROM sys.sysobjects
WHERE name like 'JCS_%';
VariableDescription
<schema_name>The name of the schema/owner of the table
<database>For SQL Server only! The name of the database. Required if you do not use the USE <database> clause at the beginning of your script.
note

Do not forget the commit or go keyword.

note

Review the generated script to make sure only Redwood Server tables are removed, in the unlikely event that you have tables in that schema with a name starting with JCS_, you need to remove your tables from the script or they will be dropped.

note

Redwood strongly recommended using a separate database schema/user for the Redwood Server tables.

Uninstalling Platform Agents

When you decide to uninstall Redwood Server platform agents from a server, you need to first remove the services from the server and then remove the software as such. On UNIX systems, additional steps may be necessary depending on the user switching mode chosen.

For instructions on how to remove Redwood Server please refer to the following sections:

  • 6.3.1 Uninstalling Redwood Server from UNIX
  • 6.3.2 Uninstalling Redwood Server from Microsoft Windows

onsiteTopic

← Migrating Redwood PlatformStandard setvars script →
  • Central Redwood Server
  • Uninstalling Platform Agents
Docs
Getting StartedInstallationFinance InstallationConcepts
TroubleshootingArchiving
Learn and Connect
Support Portal
BlogEventsResources
ISO/ IEC 27001 Information Security Management
Automate to be human

2023 All Rights Reserved |

Terms of Service | Policies | Cookies | Glossary | Third-party Software | Contact | Copyright | Impressum |