cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Symptoms:

 

SVM on-premise Virtual Appliance Unable to update to the latest version. The most common issue is where the latest SVM RPM file cant be found at the customer https://ca.secunia.com/download/ portal. 

Diagnosis:

You are receiving an error “Latest RPM or Response Status: None”

ff.PNG

login to Linux terminal using open administrator shell and follow the below troubleshooting instructions

  • cd ~
  • cat \~VirtualAppliance.log

VirtualAppliance.log contain the below messages:

2020-11-03 12:42:34,387 INFO svm mode is: True
2020-11-03 12:42:34,658 INFO latest rpm is: None

Cause:

  1. The SVM mode value is set to true. 
  2. This issue occurs when the latest RPM  is not available at the customer download portal https://ca.secunia.com/download/ . 

Solution:

Important: The php-xml dependency needs to be installed before updating your SVM VA to the latest version. 

                           yum install php-xml

1- The SVM mode value is set to true:

  • cd ~
  • vi .bashrc
  • Update svm_debug=False and save the file
  • source ~/.bashrc
  • source /root/.bash_profile

2- The latest RPM  is not available at the customer download portal https://ca.secunia.com/download/ . 

  • Create a ticket with SVM Support with your download portal username to enable the latest SVM RPM for your account. 
  • Run the software update via your SVM VA UI and put in your user credentials for RPM download. 
  • check your VirtualAppliance.log file again and look for the below messages

2020-11-03 14:51:39,211 INFO svm mode is: False
2020-11-03 14:51:39,211 INFO not svm debug mode...
2020-11-03 14:51:39,216 DEBUG Starting new HTTPS connection (1): ca.secunia.com:443
2020-11-03 14:51:39,453 DEBUG https://ca.secunia.com:443 "GET /download/ HTTP/1.1" 200 567
2020-11-03 14:51:39,460 INFO Downloading: /tmp/download/csi-7.6.1.14-2.el7.x86_64.php7.rpm
2020-11-03 14:51:39,462 DEBUG Starting new HTTPS connection (1): ca.secunia.com:443
2020-11-03 14:51:39,767 DEBUG https://ca.secunia.com:443 "GET /download/do/csi-7.6.1.14-2.el7.x86_64.php7.rpm HTTP/1.1" 200 None
2020-11-03 14:51:41,475 INFO latest rpm is available.
2020-11-03 14:51:41,476 INFO latest rpm is: csi-7.6.1.14-2.el7.x86_64.php7.rpm

If the SVM VA is on very old version then the installation might not be able to start automatically. Please follow the below procedure to update your SVM VA with latest SVM RPM. 

  • cd /tmp/download 
  • rpm -Uvh csi-7.6.1.14-2.el7.x86_64.php7.rpm

You can also follow the below video for troubleshooting. 

Was this article helpful? Yes No
No ratings
Version history
Last update:
‎Nov 03, 2020 09:34 AM
Updated by: