Hitachi

JP1 Version 12 for UNIX Systems JP1/File Transmission Server/FTP Description, Reference and Operator's Guide


A. List of Files and Directories

The following table lists the names of the files and directories that are used by JP1/FTP.

Table A‒1: List of files and directories for JP1/FTP

Description

Default file and directory names

Commands

Starts the JP1/FTP daemon

/opt/jp1_fts/bin/ftsstart

Terminates the JP1/FTP daemon

/opt/jp1_fts/bin/ftsstop

Changes and displays environment information

/opt/jp1_fts/bin/ftsutil

Registers, deletes, and displays auto-start programs

/opt/jp1_fts/bin/ftsautoma

Executes transmission

/opt/jp1_fts/bin/ftstran

Registers, changes, deletes, and displays transmission information

/opt/jp1_fts/bin/ftsregc

Displays transmission information

/opt/jp1_fts/bin/ftsregcv

Displays log information

/opt/jp1_fts/bin/ftshistory

Operations-Manager Console window

/opt/jp1_fts/bin/ftsconsole

Starts the Operations-Manager Agent

/opt/jp1_fts/bin/ftsastart

Terminates the Operations-Manager Agent

/opt/jp1_fts/bin/ftsastop

Starts the log daemon

/opt/jp1_fts/bin/ftslogstart

Terminates the log daemon

/opt/jp1_fts/bin/ftslogstop

Checks the start status of the JP1/FTP daemon

/opt/jp1_fts/bin/jftsdstatus

Checks the start status of the Operations-Manager Agent

/opt/jp1_fts/bin/jftsastatus

Checks the start status of the log daemon

/opt/jp1_fts/bin/jftslogdstatus

Definition information files

Sample file for port number settings

/var/opt/jp1_fts/sys/services.model

Table information file

/var/opt/jp1_fts/sys/.ftstblvers

Environment definition information

/var/opt/jp1_fts/sys/environment

Auto-start program information

/var/opt/jp1_fts/sys/UserData/user-name

Transmission card information

/var/opt/jp1_fts/sys/carddata

Connection-rejection user definition file

/var/opt/jp1_fts/sys/jp1ftpusers

Connection-permission user definition file

/var/opt/jp1_fts/sys/jp1ftpusers.allow

Event log definition file

/var/opt/jp1_fts/sys/ftslog.conf

Sample file for Event log definition file

/var/opt/jp1_fts/sys/ftslog.conf.model

PASV transmission definition file

/var/opt/jp1_fts/sys/ftspasvmode

Sample file for PASV transmission definition file

/var/opt/jp1_fts/sys/ftspasvmode.model

Function for controlling remote host connections definition file

/var/opt/jp1_fts/sys/jp1ftphost.access_list

Function for limiting directory access definition file

/var/opt/jp1_fts/sys/jp1ftpusers.directory_list

Multiple IP address environment definition file

/var/opt/jp1_fts/sys/ftshostenv.conf

Multiple IP address environment definition file sample

/var/opt/jp1_fts/sys/ftshostenv.conf.model

FTP connection response message file

/var/opt/jp1_fts/sys/ftsbanner

IPv6 environment definition file

/var/opt/jp1_fts/sys/ftsipversion.conf

IPv6 environment definition file sample

/var/opt/jp1_fts/sys/ftsipversion.conf.model

FTPS (for server) definition file

/var/opt/jp1_fts/sys/ftsftps

Sample of the FTPS (for server) definition file

/var/opt/jp1_fts/sys/ftsftps.model

Log information files

Log file

/var/opt/jp1_fts/sys/history

Backup of the log file#1

/var/opt/jp1_fts/sys/history.old

Module trace for the JP1/FTP daemon

/var/opt/jp1_fts/trace/MAINModuleTrace

Module trace for the client

var/opt/jp1_fts/trace/CSModuleTracen

n: Value from 1 to the maximum number of concurrent transmissions

Module trace for the server

/var/opt/jp1_fts/trace/SSModuleTracen

n: Value from 1 to the maximum number of concurrent transmissions

Protocol trace for the client

/var/opt/jp1_fts/trace/CSProtocolTracen

n: Value from 1 to the maximum number of concurrent transmissions

Protocol trace for the server

/var/opt/jp1_fts/trace/SSProtocolTracen

n: Value from 1 to the maximum number of concurrent transmissions

Access log file

/var/opt/jp1_fts/trace/ftsaccess.log

Backup of the access log file

/var/opt/jp1_fts/trace/ftsaccess.log.old

Log management information

/var/opt/jp1_fts/sys/system

Error log for the client

/var/opt/jp1_fts/trace/CSError.log

Error log for the server

/var/opt/jp1_fts/trace/SSError.log

Event log

Event log file

Reference file name for the event log that is defined in the log daemon definition information.

Default:

/var/opt/jp1_fts/trace/ftsevent.log.n

n: Value from 1 to the number of event log backup files

Format files for text output

Login user registration information

/opt/jp1_fts/share/format/LANG-value#2/usform

Sample file for login user registration information

/opt/jp1_fts/share/format/LANG-value#2/usform.model

Auto-start program information

/opt/jp1_fts/share/format/LANG-value#2/atform

Sample file for auto-start program information

/opt/jp1_fts/share/format/LANG-value#2/atform.model

Transmission request registration information

/opt/jp1_fts/share/format/LANG-value#2/clform/

Sample file for transmission request registration information

/opt/jp1_fts/share/format/LANG-value#2/clform.model

Log information

/opt/jp1_fts/share/format/LANG-value#2/hsform

Sample file for log information

/opt/jp1_fts/share/format/LANG-value#2/hsform.model

API library

Library

/opt/jp1_fts/lib/api/apilib/libftsftp*

Header file

/opt/jp1_fts/lib/api/include/apihead.h

Sample program

/opt/jp1_fts/lib/api/sample/sample.c

Scripts to automatically start or terminate daemons during system startup or termination

Automatic start

/etc/opt/jp1_fts/startup#3

/etc/opt/jp1_fts/jp1ftpd.startup#4

/etc/opt/jp1_fts/jp1ftplogd.startup#4

/etc/opt/jp1_fts/jp1ftpa.startup#4

Sample file for automatic start

/etc/opt/jp1_fts/startup.model#3

/etc/opt/jp1_fts/jp1ftpd.startup.model#4

/etc/opt/jp1_fts/jp1ftplogd.startup.model#4

/etc/opt/jp1_fts/jp1ftpa.startup.model#4

Automatic termination

/etc/opt/jp1_fts/stop#3

/etc/opt/jp1_fts/jp1ftpd.stop#4

/etc/opt/jp1_fts/jp1ftplogd.stop#4

/etc/opt/jp1_fts/jp1ftpa.stop#4

Sample file for automatic termination

/etc/opt/jp1_fts/stop.model#3

/etc/opt/jp1_fts/jp1ftpd.stop.model#4

/etc/opt/jp1_fts/jp1ftplogd.stop.model#4

/etc/opt/jp1_fts/jp1ftpa.stop.model#4

Automatically executed shell during log file rotation

Automatically executed shell

/etc/opt/jp1_fts/rotation

Sample file for the automatically executed shell

/etc/opt/jp1_fts/rotation.model

Service configuration#4

Service configuration file

/usr/lib/systemd/system/jp1_ftpd.service

/usr/lib/systemd/system/jp1_ftplogd.service

/usr/lib/systemd/system/jp1_ftpa.service

Operations management

Managed host definition information

/var/opt/jp1_fts/sys/hostdef.csv

Operations-Manager Agent module trace

/var/opt/jp1_fts/trace/ftsagent1.log or ftsagent2.log

Operations-Manager Console module trace

/var/opt/jp1_fts/trace/ftsconsole1.log or ftsconsole2.log

Operations-Manager Agent trace

/var/opt/jp1_fts/trace/agent_trace

Operations-Manager Console trace

/var/opt/jp1_fts/trace/console_trace

Utility

Data collection tool

/opt/jp1_fts/lib/script/ftslogclct.sh

Log information deletion tool

/opt/jp1_fts/lib/script/ftsprestart.sh

Correction patch information

/var/opt/jp1_fts/patch

#1

If you change the number of log entries to be retained, the system might create a backup of the old log file.

#2

LANG-value is replaced with the supported LANG code.

#3

Exists only in HP-UX, Solaris, AIX, RHEL 6, CentOS 6, and Oracle Linux 6.

#4

Exists only in RHEL 7, CentOS 7, Oracle Linux 7, SUSE Linux 12, and SUSE Linux 15.