Description

Unable to upload file from external FTP server to QFX-5200

Symptoms

Transferring big files towards a QFX5200 fails when using remote user credentials.

 

user1@QFX5200> file copy scp://user@<Server IP>:/home/user1/jinstall-host-qfx-5e-x86-64-21.4R3.16-secure-signed.tgz /var/tmp/

user1@<Server IP>'s password:

jinstall-host-qfx-5e-x86-64-21.4R3.16-secure-signed.tgz 25% 351MB 31.9MB/s 00:32 ETA

/.mount/var: write failed, filesystem is full

jinstall-host-qfx-5e-x86-64-21.4R3.16-secure-signed.tgz 100% 1386MB 34.7MB/s 00:40

/var/home/super-users/...transferring.file.........bKR3kJ/jinstall-host-qfx-5e-x86-64-21.4R3.16-secure-signed.tgz: No space left on device

error: file-fetch failed

error: could not fetch local copy of file

 

 

 

Solution

Use root credentials or a local user to transfer the files.

 

root@Server$ scp jinstall-host-qfx-5e-x86-64-21.4R3.16-secure-signed.tgz root@QFX5200:/var/tmp/

 

ECDSA key fingerprint is SHA256:7hgaX6UE8X6ZriKs2ASuh4uLS3LoP+0B8QdK6Sq3kZk.

Are you sure you want to continue connecting (yes/no)? yes

Password:

jinstall-host-qfx-5e-x86-64-21.4R3.16-secure-signed.tgz                                  100% 1386MB 723.2KB/s  32:42

 

 

Modification History

2023-06-21 -Creation date