Redwood Documentation

Product Documentation

 

›Command Line Tools

RunMyJobsPlatform Agents

External Platforms

  • Connecting Redwood Server to External Platforms

Credentials

  • Storing Credentials
  • Credential Protocols

Platform Process Servers

  • On-site Platform Process Servers
  • Cloud Platform Agents
  • Using the Wizard to Create Process Servers
  • Configuring Platform Agents
  • Spool Host Agents
  • The Environment of Platform Agent OS Processes
  • Processing Platform Processes
  • Process Server Services
  • Configuring Agentless Process Servers
  • Automatically Updating Platform Agents
  • Enabling TLS
  • Creating Monitoring Checks
  • Configuring Load Balancing on Platform Agents
  • Platform Agent Registry Entries
  • Monitoring Servers with Platform Process Servers

UNIX Agents

  • UNIX Process Servers
  • UNIX Process Server Configuration Data
  • File Events on UNIX
  • Creating UNIX Process Servers (Advanced)
  • Choosing a User Switching Security Mode
  • Controlling Unix Platform Agents
  • Uninstalling Redwood Server Platform Agents from UNIX

Windows Agents

  • Creating a Microsoft Windows Process Server
  • File Events on Microsoft Windows Process Servers
  • Configuration of a Microsoft Windows Process Server
  • Managed Services
  • Configuring Platform Agents on Microsoft Windows
  • Automating Windows tasks that require a desktop window
  • Uninstalling Redwood Server from Microsoft Windows

Agent Definition Types

  • Using the BASH Definition Type
  • Using the KSH Definition Type
  • Using the CSH Definition Type
  • Using the Perl Definition Type
  • Using the Python Definition Type
  • Using the PowerShell Definition Type
  • Using the Visual Basic Script Definition Type
  • Using the CMD Definition Type
  • Using the R Process Definition Type
  • Using the DCL Definition Type
  • Using Platform Definition Types
  • Using the OS Native Definition Type
  • Microsoft Windows Definition Types
  • Using the SQLPLUS Definition Type
  • Using the FTP Definition Type
  • Using the Groovy Definition Type

Command Line Tools

  • Command Line System Tools
  • jtool
  • jcat
  • jdescription
  • jevent
  • jecho
  • jftp
  • JFTP Return Codes
  • jgetcredential
  • jgetfile
  • jgetpar
  • jjoin
  • jlink
  • jlog
  • jmail
  • jmessage
  • jmonitor
  • jputfile
  • jregister
  • jrfc
  • jscp
  • jtool screenshot
  • jscript
  • jsecret
  • jsleep
  • jsplit
  • api-tool.jar

OpenVMS Process Servers

  • Creating HP OpenVMS Process Servers
  • Installing the Platform Agent on HP OpenVMS
  • Configuring HP OpenVMS Process Servers
  • File Events on HP OpenVMS
  • HP OpenVMS Definition Types

AS/400 Connector

  • IBM AS/400 Connector Architecture
  • Setting up the IBM AS/400 Connector
  • Creating an IBM AS/400 Process Server
  • Files on AS/400 Raise Events
  • Using the AS/400 Definition Type
  • Redwood Server OS Support
  • IBM z/OS Definition Types
  • Using the JCL_FTP Definition Type
  • IBM z/OS System Tools

Reference

  • Balancing the Load
  • Credential Protocols
← jsleepapi-tool.jar →

jsplit, jtool split

A platform agent tool used to split files. You can call it as jsplit or jtool split.

Syntax

jsplit [-h|-?|-help] [-l <loglevel>] [-f <logfile>] <path> [-s|-size <bytes>] [-p|-parity 0 or 1]
ArgumentDescription
-h-?
-l <loglevel>Set the logging level.
-f <logfile>Log to file instead of stdout/stderr.
<path>Path to file to split
-s, -size <bytes>1M
-p, -parity 0 or 1

Example

The following UNIX shell example shows how to split a file using jtool split

ls /tmp/file/
jtool split /tmp/file/file.txt
ls /tmp/file/

Output:

file.txt
INFO  2023-09-28 06:07:45,072 CEST [8760-jsplit] jsplit.main - Splitting file.txt size 26812998 into 27 files (00 to 26)
file.txt     file.txt.02  file.txt.05  file.txt.08  file.txt.11  file.txt.14  file.txt.17  file.txt.20  file.txt.23  file.txt.26
file.txt.00  file.txt.03  file.txt.06  file.txt.09  file.txt.12  file.txt.15  file.txt.18  file.txt.21  file.txt.24  file.txt.spl
file.txt.01  file.txt.04  file.txt.07  file.txt.10  file.txt.13  file.txt.16  file.txt.19  file.txt.22  file.txt.25
ls /tmp/file/
jtool split /tmp/file/file.txt -p 1
ls /tmp/file/

Output:

file.txt
INFO  2023-09-28 06:07:45,913 CEST [8848-jsplit] jsplit.main - Splitting file.txt size 26812998 into 27 files (00 to 26)
file.txt     file.txt.02  file.txt.05  file.txt.08  file.txt.11  file.txt.14  file.txt.17  file.txt.20  file.txt.23  file.txt.26
file.txt.00  file.txt.03  file.txt.06  file.txt.09  file.txt.12  file.txt.15  file.txt.18  file.txt.21  file.txt.24  file.txt.p00
file.txt.01  file.txt.04  file.txt.07  file.txt.10  file.txt.13  file.txt.16  file.txt.19  file.txt.22  file.txt.25  file.txt.spl

See Also

  • Command Line System Tools
← jsleepapi-tool.jar →
  • Syntax
  • Example
  • See Also
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 |