Project

General

Profile

Actions

Support #236

open

winscp copying file fatally failed

Added by Man CHENG over 1 year ago. Updated over 1 year ago.

Status:
In Progress
Priority:
Normal
Assignee:
-
Start date:
06/14/2024
Due date:
% Done:

0%

Estimated time:

Description

Server unexpectedly closed network connection.
Copying file 'RFSD025_20240611.xlsx' fatally failed.
Copying files from remote side failed.
Session 'root@192.168.233.162' closed.
No session.

Actions #1

Updated by Man CHENG over 1 year ago

REM rcopy.bat
@echo off

REM Copy / Download report from AIX
REM Source:
REM     hostname:       suuxinap01
REM     ip:             192.168.233.162; 10.114.232.162
REM     directory:      /WAS_APP/icris3/report
REM Destination:
REM     drive           k-drive
REM     path            \\suwsfprt-file\k-sharedisk\report (aka: k:\report)
REM
REM Set the necessary parameters
set winscp_exe="C:\Users\sepmadm\AppData\Local\Programs\WinSCP\winscp.com" 
set log_file="c:\temp\rcopy.log" 
set remote_path="/tmp/20240612" 
set local_path="K:\report\" 
set remote_host="192.168.233.162" 
set remote_pass="P%40ssw0rd" 
set remote_id="root" 
REM Execute the WinSCP commands

"C:\Users\sepmadm\AppData\Local\Programs\WinSCP\WinSCP.com" ^
  /log="C:\temp\WinSCP.log" /ini=nul ^
  /command ^
    "open scp://root:P%%40ssw0rd@10.114.232.162/tmp/report/ -hostkey=""ssh-ed25519 255 LvTKczkpbhbTg1gQntYXgaxPJe6y5FBIct2dUPlLLuA""" ^
    "cd /tmp/report/" ^
    "lcd K:\report\" ^
    "synchronize local" ^
    "exit" 

RFSD025_20240604.xlsx     |       53248 KB | 1325.6 KB/s | binary |  35%
Server unexpectedly closed network connection.
Copying file 'RFSD025_20240604.xlsx' fatally failed.
Copying files from remote side failed.
Session 'root@10.114.232.162' closed.
No session.

RFSD025_20240605.xlsx     |       87040 KB | 1277.1 KB/s | binary |  58%
Server unexpectedly closed network connection.
Copying file 'RFSD025_20240605.xlsx' fatally failed.
Copying files from remote side failed.
Session 'root@10.114.232.162' closed.
No session.

RFSD025_20240609.xlsx     |       77376 KB | 1253.2 KB/s | binary |  52%
Server unexpectedly closed network connection.
Copying file 'RFSD025_20240609.xlsx' fatally failed.
Copying files from remote side failed.
Session 'root@10.114.232.162' closed.
No session.

RFSD025_20240611.xlsx     |       64416 KB | 2165.6 KB/s | binary |  43%
Server unexpectedly closed network connection.
Copying file 'RFSD025_20240611.xlsx' fatally failed.
Copying files from remote side failed.
Session 'root@10.114.232.162' closed.
No session.
root@suuxinap01:/root# find /tmp/report/ -name RFSD025_2024* -exec ls -l {} \;
-rw-rw-r--    1 intuat   intwasgr  151654238 Jun 04 00:24 /tmp/report/20240604/FSD/RFSD025_20240603.xlsx
-rw-rw-r--    1 intuat   intwasgr  151681487 Jun 05 00:26 /tmp/report/20240605/FSD/RFSD025_20240604.xlsx
-rw-rw-r--    1 intuat   intwasgr  151693477 Jun 06 00:26 /tmp/report/20240606/FSD/RFSD025_20240605.xlsx
-rw-rw-r--    1 intuat   intwasgr  151672905 Jun 07 00:26 /tmp/report/20240607/FSD/RFSD025_20240606.xlsx
-rw-rw-r--    1 intuat   intwasgr  151722590 Jun 08 00:25 /tmp/report/20240608/FSD/RFSD025_20240607.xlsx
-rw-rw-r--    1 intuat   intwasgr  151722074 Jun 09 00:25 /tmp/report/20240609/FSD/RFSD025_20240608.xlsx
-rw-rw-r--    1 intuat   intwasgr  151683178 Jun 10 00:26 /tmp/report/20240610/FSD/RFSD025_20240609.xlsx
-rw-rw-r--    1 intuat   intwasgr  151665418 Jun 11 00:26 /tmp/report/20240611/FSD/RFSD025_20240610.xlsx
-rw-rw-r--    1 intuat   intwasgr  151740989 Jun 12 00:26 /tmp/report/20240612/FSD/RFSD025_20240611.xlsx
-rw-rw-r--    1 intuat   intwasgr  151689397 Jun 17 00:27 /tmp/report/20240617/FSD/RFSD025_20240616.xlsx
root@suuxinap01:/root# errpt -a
---------------------------------------------------------------------------
LABEL:          CORE_DUMP
IDENTIFIER:     A924A5FC

Date/Time:       Tue Jun 18 00:27:00 HKT 2024
Sequence Number: 5774
Machine Id:      00C862804B00
Node Id:         suuxinap01
Class:           S
Type:            PERM
WPAR:            Global
Resource Name:   SYSPROC

Description
SOFTWARE PROGRAM ABNORMALLY TERMINATED

Probable Causes
SOFTWARE PROGRAM

User Causes
USER GENERATED SIGNAL

        Recommended Actions
        CORRECT THEN RETRY

Failure Causes
SOFTWARE PROGRAM

        Recommended Actions
        RERUN THE APPLICATION PROGRAM
        IF PROBLEM PERSISTS THEN DO THE FOLLOWING
        CONTACT APPROPRIATE SERVICE REPRESENTATIVE

Detail Data
SIGNAL NUMBER
          11
USER'S PROCESS ID:
              20513234
FILE SYSTEM SERIAL NUMBER
           1
INODE NUMBER
                     2
CORE FILE NAME
//core
PROGRAM NAME
sshd
CORE FILE NAME
//core
PROGRAM NAME
sshd
STACK EXECUTION DISABLED
           0
COME FROM ADDRESS REGISTER
rmgr_disa FFFFF9F4

PROCESSOR ID
  hw_fru_id: 1
  hw_cpu_id: 12

ADDITIONAL INFORMATION
extend_br 2C4
extend_br 27C

Symptom Data
REPORTABLE
1
INTERNAL ERROR
0
SYMPTOM CODE
PCSS/SPI2 FLDS/sshd SIG/11 FLDS/extend_br VALU/2c4 FLDS/rmgr_disa
---------------------------------------------------------------------------
Actions #2

Updated by Man CHENG over 1 year ago

Modify sshd_config

root@suuxinap01:/etc/ssh# vi sshd_config
ClientAliveInterval 60

Restart SSHd

root@suuxinap01:/etc/ssh# stopsrc -s sshd; startsrc -s sshd
0513-044 The sshd Subsystem was requested to stop.
0513-059 The sshd Subsystem has been started. Subsystem PID is 7602682.

Actions #3

Updated by Man CHENG over 1 year ago

  • Status changed from New to In Progress
Actions

Also available in: Atom PDF