Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

F5 os is upgrade but when in export template the image is not changed

suraj12
Altocumulus
Altocumulus

We have Azure Vm with F5 os .

we upgrade the F5 to 15.1.8.1 from 15.1.6.1 .

And we exported the template after upgrade but the image info was not changed to new version .

 

1 ACCEPTED SOLUTION

Mike757
MVP
MVP

Hi Suraj,

Not really my thing, but a while ago a customer asked me to prepare an Azure upgrade on their machines. I studied it but never went forward... but I do recall seeing a document stating you have to manually edit the ARM template.

Look at https://my.f5.com/manage/s/article/K31352754, step 4 in the "Edit the 'template.json' ARM template" section.

/Mike

View solution in original post

6 REPLIES 6

Paulius
MVP
MVP

@suraj12 When you go to the images installed which one is it showing as the active? You might have to issue another reboot of the device into that new HD and see if it moves over to the new image. Have you verified that you are not receiving any errors in the F5 logs during bootup?

@Paulius  I mean Azure template was exported after the upgrade .

But in Azure template the version of images was still 15.1.6.1 instead of 15.1.8.1 which was upgraded .

 

storageProfile": {
          "dataDisks": [],
          "imageReference": {
            "offer": "f5-big-ip-byol",
            "publisher": "f5-networks",
            "sku": "f5-big-all-2slot-byol",
            "version": "15.1.601000" --------> This should change to new version 15.1.8.1 
 
Thanks
suraj

@suraj12 My missunderstanding of the issue. So the device did upgrade correctly but when you extract the information it is showing the incorrect version in that extracted information? This could be an issue between Azure and the F5 VM. I know that in some instances in AWS (not Azure like you are stating) sometimes this data does take some time to populate correctly. If the profile does not update after some time has passed you will most likely have to open a ticket with Azure to resolve this issue.

Mike757
MVP
MVP

Hi Suraj,

Not really my thing, but a while ago a customer asked me to prepare an Azure upgrade on their machines. I studied it but never went forward... but I do recall seeing a document stating you have to manually edit the ARM template.

Look at https://my.f5.com/manage/s/article/K31352754, step 4 in the "Edit the 'template.json' ARM template" section.

/Mike

suraj12
Altocumulus
Altocumulus

@Mike757 @Paulius  How do we generate the version number 15.1.601000  (as seen in az template ) from Product BIG-IP
Version 15.1.6.1
Build 0.0.10
Edition Point Release 1

 

Any easier way to get that number or an automated way

@suraj12 it appears that the link that was provided earlier is a broken link and you can try this article.

https://community.f5.com/t5/technical-articles/using-cloud-templates-to-change-big-ip-versions-azure...