cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
682
Views
0
Helpful
3
Replies

Problem to upgrade Prime Infraestrutura 3.0 to 3.1

JulioDiniz02010
Level 1
Level 1

Problem to upgrade Prime Infraestrutura 3.0 to 3.1

 

Hi guys, I need your help.

I need to upgrade Prime from version 3.0 to 3.1.
I used the cisco guide to update, I followed step by step, but when I execute the command:

application upgrade PI-Upgrade-3.0.X_to_3.1.0.0.132.tar.gz defaultRepo

 

it displays the error:

Initiating Application Upgrade ...
Stage 1 of 7: Transferring file ...
Transfer timed out.
% File transfer error


I use prime in a virtual environment, does anyone have any suggestions?

3 Replies 3

superego
Level 1
Level 1
Can you provide output from shell:
ls -al /localdisk/defaultRepo/
df -h /localdisk

[root@prime ~]# ls -al /localdisk/defaultRepo/
total 8
drwxrwxr-x 2 prime gadmin 4096 Mar 4 10:41 .
drwxrwxr-x 10 prime gadmin 4096 Oct 9 2018 ..

 

[root@prime ~]# df -h /localdisk
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/smosvg-localdiskvol
87G 184M 82G 1% /localdisk

- You have to move the PI-Upgrade-3.0.X_to_3.1.0.0.132.tar.gz file to /localdisk/defaultRepo/
For example the file is in /localdisk/ftp when you copy it to Prime.
cd /localdisk/ftp
mv PI-Upgrade-3.0.X_to_3.1.0.0.132.tar.gz /localdisk/defaultRepo/.

-Make sure you also have the repository configured in Prime:
configure terminal
configure
repository defaultRepo
url disk:/defaultRepo
write memory