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

ISO 11.x.x Uplaoding issue in LTM 1600

Roy_Jee
Nimbostratus
Nimbostratus

Hi Folks,

I am facing an issue while uploading ISO file to LTM 1600."Its not Visible on GUI".I have checked at CLI its present there but unable to load/install it.Please someone suggest what's the matter here.I have upload the file using winscp and GUI both.

5 REPLIES 5

What does 'tmsh list /sys software image' shows? You could upgrade to a newer version using the CLI. Maybe the newer version fixes the issue you are facing.

Roy_Jee
Nimbostratus
Nimbostratus

Thanks for replying...

IT shows the previous uploaded images.....but not showing the new uploaded image which is latest and i wish to install.

 

 

And what shows the command 'ls -la /shared/images/'? Are user, group and permissions consistent? What about the size of the images?

[root@bigip:Active:Standalone] config # ls -lha /shared/images/
total 2.2G
drwxrwxr-x.  3 root   tomcat 4.0K Mar 17 10:46 .
drwxr-xr-x. 39 root   root   4.0K Mar 24 12:46 ..
-rw-r--r--.  1 tomcat tomcat 2.2G Mar 17 10:45 BIGIP-14.1.4-0.0.11.iso
drwxr-xr-x.  2 root   root   4.0K Apr 24  2020 tmp
[root@bigip:Active:Standalone] config #

Is there enough diskspace? Try 'df -h /shared/images/'

[root@bigip:Active:Standalone] images # df -h /shared/images/
Filesystem                         Size  Used Avail Use% Mounted on
/dev/mapper/vg--db--vda-dat.share   15G  2.7G   12G  20% /shared
[root@bigip:Active:Standalone] images #

Not sure if your version also uses SELINUX. Try 'ls -laZ /shared/images/'. Check SELINUX permissions.

[root@bigip:Active:Standalone] images # ls -laZ /shared/images/
drwxrwxr-x. root   tomcat system_u:object_r:default_t:s0   .
drwxr-xr-x. root   root   system_u:object_r:default_t:s0   ..
-rw-r--r--. tomcat tomcat system_u:object_r:default_t:s0   BIGIP-14.1.4-0.0.11.iso
drwxr-xr-x. root   root   system_u:object_r:default_t:s0   tmp
[root@bigip:Active:Standalone] images #

Roy_Jee
Nimbostratus
Nimbostratus

 df -h /shared/images/

Filesystem           Size Used Avail Use% Mounted on

/dev/mapper/vg--db--sda-dat.share.1

                      30G 6.6G  22G 24% /shared

 

 ls -ltr /shared/images/

total 6513500

-rw-r--r-- 1 root  root     798744576 Jul 18 2013 BIGIP-10.2.1.297.0.iso

-rw-r--r-- 1 tomcat tomcat  1379663872 Aug 18 2013 BIGIP-11.3.0.2806.0.iso

-rw-r--r-- 1 root  webusers 1932533760 Mar 25 09:51 BIGIP-11.6.5.3-0.0.2.iso

-rw-r--r-- 1 root  webusers        59 Mar 25 09:51 BIGIP-11.6.5.3-0.0.2.iso.md5

 

 

NOw let me explain my query again.....above versions are visible on GUI i can see these image on GUI thus can istall too....but BIGIP-11.6.5.3-0.0.2.iso is not visible on GUI.

 

Try changing the ownership to tomcat. 'chown tomcat:tomcat BIGIP-11.6.5.3-0.0.2.iso'. And remove the .md5 file.