Hi all
today I saw the new filr release and I want to upgrade my filr.
But I find I could not connect (ss -an |grep 9443)
8443 website is work fine.
How could restart/stop/start 9443 appliance web console ??
Thanks!!
Wencheng
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it! Learn more
HI mguldner
I run tail -f jetty.stderrout.out , and try to restart service ==>rcvabase-jetty stop / start
but the jetty.stderrout.out seem no any udate ....I post the log below:
==========================
[main] INFO org.springframework.web.context.ContextLoader - Root WebApplicationContext initialized in 3409 ms
2023-01-31 11:53:16.651:INFO:oejshC.root:main: Initializing Spring DispatcherServlet 'spring'
[main] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'spring'
[main] INFO org.apache.tiles.access.TilesAccess - Publishing TilesContext for context: org.springframework.web.servlet.view.tiles3.SpringWildcardServletTilesApplicationContext
[main] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 2778 ms
2023-01-31 11:53:19.429:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@53bd8fca{Filr Appliance Manager,/,[file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/, jar:file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/WEB-INF/lib/jquery-validation-1.19.3.jar!/META-INF/resources, jar:file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/WEB-INF/lib/bootstrap-5.1.3.jar!/META-INF/resources, jar:file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/WEB-INF/lib/bootstrap-waitingfor-1.2.4.jar!/META-INF/resources, jar:file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/WEB-INF/lib/jquery-ui-1.13.1.jar!/META-INF/resources, jar:file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/WEB-INF/lib/jquery-3.6.0.jar!/META-INF/resources, jar:file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/WEB-INF/lib/popper.js-2.9.3.jar!/META-INF/resources, jar:file:///var/opt/novell/jetty/work/jetty-0_0_0_0-9090-root_war-_-any-7525644460933452908/webapp/WEB-INF/lib/jquery-form-4.2.2.jar!/META-INF/resources],AVAILABLE}{/opt/novell/common-services/webapps/root.war}
2023-01-31 11:53:19.447:INFO:oejs.AbstractConnector:main: Started ServerConnector@7b91d9f{HTTP/1.1, (http/1.1)}{0.0.0.0:9090}
2023-01-31 11:53:19.474:INFO:oejus.SslContextFactory:main: x509=X509@5dcf0772(apulsewildcard,h=[apulse.com.tw],a=[],w=[apulse.com.tw]) for Server@6826b70f[provider=null,keyStore=file:///opt/novell/common-services/etc/keystore,trustStore=file:///opt/novell/common-services/etc/keystore]
2023-01-31 11:53:19.537:INFO:oejs.AbstractConnector:main: Started ServerConnector@4d0d0d05{SSL, (ssl, http/1.1)}{0.0.0.0:9443}
2023-01-31 11:53:19.538:INFO:oejs.Server:main: Started @11601ms
===========================
You could see the date/time is 2023-01-31..
and Iusing first command....it show the import information....no space!!!! I run df command...find the /var using 100%
let me clear /var to find whether 9443 could return well.
Thanks your command
Wencheng
Hi Wencheng,
just as a note: 16GB looks quite small - you will probably run into this issue again, and any linux does not like /var
to be full at all!
The disk at /var
is recommended to be "4GB plus 3 times the appliance's RAM allocation", as is stated in https://www.microfocus.com/documentation/filr/filr-23.2/filr-inst/t43dt993zq1c.html . So if you have 16GB of RAM, the recommended size is 52GB. We run most appliances just fine with 40GB, but YMMV.
It is quite easy to expand the disk without rebuilding Filr (but still, make sure you have a backup ;) ). The info on how to do that is here: https://www.microfocus.com/documentation/filr/filr-23.2/filr-admin/storage.html .
HTH!