image
8 Topicsirule apology page logo/image not working
I have deployed apololgy pages a bunch of times and never had any issues, but I'm running into one now. The issue is simple, the image isn't displaying, and I can't figure out why. I have a *.htm file that has img src="/apology.jpg" width="737" height="79" alt="" title="" / I then have an irule that says: if {[HTTP::header referer] eq ""} { switch [HTTP::uri] { "/apology.jpg" { HTTP::respond 200 content [ifile get "apology.jpg"] } default { HTTP::respond 200 content [ifile get "access_denied.htm"] } } } } The users gets redirected to the apology page but the logo just shows a big red "x" in it. The strange thing is that if I look at the properties it shows the logo url as And if I navigate to that URL the logo displays just fine...it just doesn't display on the apology page. I've used this exact same logic for numerous apology pages and never had an issue...i'm sure it's something simple that i'm overlooking but i've been overlooking it for two days at this point so any assistance would be appreciated. Thanks in advance239Views0likes1Commentunable to install 2nd image to F5 VE LTM but can not resize disk
I have a VE in AWS with two images on it. When I went to install a third I got this error "failed (Disk full (volume group). See SOL#10636)" I deleted the failed partition and the unused partition and tried again. Still received the same error typing "vgs", shows "vg-db-sda190 wz--n- 99.79g 9.71g"...................9.71G is not enough free space but none seems to have been recovered by deleting the second partition. I tried using this article https://support.f5.com/csp/article/K74200262 to free up some space using "lvreduce --resizefs --size -10G /dev/vg-db-sda/dat.appdata" but that fails with "resize2fs: Inappropriate ioctl for device While trying to add group #4096" so I have a VE with one active partition and no way to apparently load any other images........I have similar images with 3 partitions so I am really unclear what is going on. Seems like deleting volumes/partition did not recover any space. Unit has been reloaded a couple of times. Any help would be appreciated Thanks611Views0likes3CommentsGetting the following error when trying to upgrade device from version 11.4 to 12.0
info: >++++ result: info: mount: proc already mounted or /mnt/tm_install/14834.2RmAWa/proc busy info: mount: according to mtab, proc is already mounted on /mnt/tm_install/14834.2RmAWa/proc info: >---- error: status 8192 returned by command: mount -t proc proc /mnt/tm_install/14834.2RmAWa/proc Could not access configuration destination; sda, 3 . umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy umount: /mnt/tm_install/14834.2RmAWa: device is busy Has anyone else experienced this type of issue? Trying to go from BIG-IP 11.4.1 Build 637.0 Hotfix HF3 to 12.0 Build 0.0.606 (Latest version)Solved843Views0likes3CommentsInvalid Image File name APM Webtop resource
Hey all, anyone having issues uploading an image for things resource links added to an APM full webtop? On version 12.1 when uploading an image to replace the Globe image, it looks like it wants to use the full file path (i.e. c:/folder/blah/filename.jpeg) instead of what I am used to seeing which is just the file name. Getting an invalid file name error which I am assuming is because of the extra colons and slashes in the file path. Any help appreciated. Thanks.306Views0likes1CommentLTM V10.2 - Splash Page image file
Hi folks! I have a requirement where the BIG-IP LTM has to present the user with a splash page (image file) when all of their servers are offline. Base on some previous dev central threads, looks like it can be done by converting the image file to base64 format and placing this encoded string into a iRule group and then access it using an iRule. I have successfully decoded the base64 string back to the image file using a tool just to verify that the base64 string is valid. Here is how my iRule looks to test out the image file on the browser. when HTTP_REQUEST { HTTP::respond 200 content [b64decode [lindex $::Test_Lab_Splash_Page_Group 0]] "Content-Type" "image/png" } Following is the error that I see in the log file. 01220001:3: TCL error: Test_Lab_Splash_Page - conversion error invoked from within "b64decode [lindex $::Test_Lab_Splash_Page_Group 0]"354Views0likes3CommentsvCMP image upgrade
Hello, I have been tasked to updgrade the all our cVMP hosts with a new image and hotfix. I have been uploading the images to the main host by scp (-> /shared/images). This way the file gets transferred quick and easy compared to the GUI. Is there a way to do this with the vCMP hosts as well, insted of using the GUI? Regards, Victor195Views0likes1CommentUpgrade 9.4.8 to 10.1.0 from Bootable USB not working
I am trying to upgrade a 3600 currently running 9.4.8 to 10.1.0 using the instructions at: https://support.f5.com/kb/en-us/products/big-ip_ltm/releasenotes/umd_make_install_9_4_x.html I created a bootable USB, plugged it into the 3600 front USB port, and rebooted from the console. I get as far as Terminal type? [vt100] and hit enter. Then it just drops into a bash prompt and sits there. The instructions at the above link say that I will be asked a series of questions to answer but none of that happens. Am I missing something? Thanks.338Views0likes3Comments