0% found this document useful (0 votes)
10 views

UnixCommands and Info

The document outlines the steps for logging into AWS and Honeywell Data Center servers, including specific IP addresses and login credentials. It details the process for creating a file in AWS and transferring multiple files to both the BRX and ARD servers using SCP commands. The instructions are intended for users needing to manage file transfers between these systems.

Uploaded by

Nive Dita
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views

UnixCommands and Info

The document outlines the steps for logging into AWS and Honeywell Data Center servers, including specific IP addresses and login credentials. It details the process for creating a file in AWS and transferring multiple files to both the BRX and ARD servers using SCP commands. The instructions are intended for users needing to manage file transfers between these systems.

Uploaded by

Nive Dita
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Source (AWS)

hec000324.aws.honeywell.com

Target (Honeywell Data Center)


10.224.50.228 - HIC008035 (DE08) - BRX
10.195.48.121 - ARD (AZ66)

Login to AWS
ssh -i andrew_rsa.pem [email protected]

Login to BRX
ssh [email protected]
hsapfn16 / <password>

Login to BRD
ssh [email protected]
hsapus10 / <password>

Create File in AWS


dd if=/dev/zero of=file.txt count=1024 bs=1024

Transfer File to BRX Server


scp file_50mb.txt [email protected]:/interf/BRX/sftptest
scp file_30mb.txt [email protected]:/interf/BRX/sftptest
scp file2.txt [email protected]:/interf/BRX/sftptest

Transfer File to ARD Server


scp file_1gb.txt [email protected]:/interf/ARD/sftptest
scp file_20mb.txt [email protected]:/interf/ARD/sftptest
scp file_50mb.txt [email protected]:/interf/ARD/sftptest

You might also like