Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Recycle WebFOCUS using CRON with Unix Solaris

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Recycle WebFOCUS using CRON with Unix Solaris
 Login/Join
 
Member
posted
Has anyone developed a CRON Schedule for recycling WebFOCUS for maintenance using a Unix Solaris system. Oracle 10g.

This message has been edited. Last edited by: Kerry,


WebFOCUS Dev Stud 7.6.2
 
Posts: 3 | Location: North Carolina A&T State University | Registered: April 21, 2005Report This Post
<JG>
posted
How do you start and stop the WebFOCUS server normally?

Have your Unix admin simply set up a cron job to run these.

Just add a little piece of script code to see if the server process is running
before issuing the start
 
Report This Post
Member
posted Hide Post
Patricia, if you find a solution that works for you, can you post or contact me as well? I would be very interested in this.

Thanks
Shantie.


________________________________________________________________________
WebFOCUS 7.7.03 | Client and Reporting Server OS: Linux Redhat | Client: Apache/Tomcat
Adapters: Oracle | Security: DBMS Security with password passthru
MRE Authentication: WFRS | Local: Developer Studio 7.7.03, MRE, Windows 7
Output: Excel, PDF, HTML
 
Posts: 23 | Location: New London | Registered: October 15, 2008Report This Post
Master
posted Hide Post
Just create a script like the following in the home/eda folder (call it cyclewf.sh):

/yourpath/wfs/bin/edastart -stop
/yourpath/wfs/bin/edastart -clear
/yourpath/wfs/bin/edastart -start


We use the linux account of eda to run WebFOCUS, so, in the home/eda folder create a text file (i.e. eda_schedule.txt) with the following to cycle WebFOCUS at 1 am on every Sunday. There is a system file (I think it is cron.allow) that the linux id must be in.

#  There are 6 parameters separated by a space:
#
#               Specific  Specific  Day of
#    Min  Hour    Day       Month    Week    Command
#     *    *       *          *        *     command to be executed
#     |    |       |          |        |
#     |    |       |          |        +----- day of week (0 - 6) (Sunday=0)
#     |    |       |          +---------- month (1 - 12)
#     |    |       +--------- day of month (1 - 31)
#     |    +----------- hour (0 - 23)
#     +------------- min (0 - 59)
#
#  Note:  Each group can have multiple values separated by a comma.
#         Groups are separated by a blank
#
###############################################################################
#
#  Cycle WF every Sunday at 1am
#
00 01 * * 0 /home/eda/cyclewf.sh
#


Login in as eda and from the home/eda folder just type:
crontab eda_schedule.txt


In FOCUS since 1985. Prod WF 8.0.08 (z90/Suse Linux) DB (Oracle 11g), Self Serv, Report Caster, WebServer Intel/Linux.
 
Posts: 975 | Location: Oklahoma City | Registered: October 27, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Recycle WebFOCUS using CRON with Unix Solaris

Copyright © 1996-2020 Information Builders