cancel
Showing results for 
Search instead for 
Did you mean: 

Checking platform version CPI ERROR V-9-0-0

mkeyes5
Level 1

Trying to upgrade from enterprise 7.4.1 to 7.4.2 and getting this error during platform version check? Anybody seen this before or have any ideas where I should start looking?

Checking platform version CPI ERROR V-9-0-0

1 thread 1 threw error: Can't use an undefined value as an ARRAY reference at /var/crash/upgrade/dvd2-suselinux/sles12_x86_64/scripts/CPIP/Rel/UXRT742.pm line 7784.

7774 $cpic=Obj::cpic();
7775 $prod=$sys->prod($cpic->{prod});
7776 $padv=$sys->padv($sys->{padv});
7777 $distro=$padv->distro_sys($sys);
7778 $kstring=$sys->cmd('_cmd_uname -r');
7779 $kstring =~ /\-(\d+)/m;
7780 $kret = $1;
7781 $ksles=$1 if ($kstring =~ /\-\d+\.(\d+)/mx);
7782 @f=split(/\W/m,$kstring);
7783 $platreqs = $rel->get_platreqs($prod);
7784 $platvers = join("\n\t",@{$platreqs});

1 REPLY 1

VineetMishra
Level 3
Employee

Hi,

Can you please paste the command which you had run for the upgrade process?

Did you use the latest CPI patch while running the command for the upgrade?

"-require" option is used on the command line to include the CPI patch.

 

Thanks