automate start/stop service essbase Maxl or batch

HI - how my lot or Maxl file look as if I wanted to go out with a script to stop and start my essbase service? The reason why I do this is because I wanted to stop the service of essbase, so that I can check it in the essbase.log file.

I'm on essbase 7.0, I read some reviews that stop and start the service essbase can potentially damage the dry file. If Yes, then is it otherwise to archive the file essbase.log so that it doesn't grow in megs.


Thank you.

Hello

You can use the following maxl

change the shudown system;

It may be useful to stop all applications first for example

change the application system unload all;

or you can use the windows command line

net stop essbaseservicename

and to start

net start essbaseservicename

Another method to save the essbase.log is to make a copy of the newspaper and then use maxl to clear the log.

change the system clear logfile;

See you soon

John
http://John-Goodwin.blogspot.com/

Tags: Business Intelligence

Similar Questions

  • Automatic start/stop for guest settings keep reproduce every time I access the properties

    Greetings,

    I have a single ESXi host 5.5 with a single Win 2012 std server prompt.   I have a second guest, but is not in production. Several months ago I "thought" I activated the auto start and stop for this particular customer.  Due to problems of food in the building today, I had the opportunity to stop the comments and the turning off of the host completely.   After the reboot of the host, my guest, never started (automatically). I connected to the host via vsphere client and started manually.  No problems.

    I decided to check the settings of automatic start/stop and it is set to manual.  So, either I never actually put it on automatic (and I just have problems of memory in my head (not unusual for me)) or I put it really, and something happened where he became disabled or brought back to the default value.

    That said, I went to properties of start-up automatic and as mentioned above, found it turned off, I was able to allow him, but when he returned to the screen (after clicking OK), it displays TWO of each of my virtual machines in the Autorun screen.  I went back to see if I could change/delete/remove the extras (I've found a way to do it), and when I came back out of the screen there are THREE virtual computers listed in the pane. See attachment.  Anyone know what is happening here and how can I remedy the situation?

    Am I just being a fool and lack of obvious?

    Thank you.

    P....

    Autostart.jpg

    Exit the VSphere client and restart it solved the problem.  I presume a video type of bug, or maybe a bug with my version of the client.

  • VMs of automatic start/stop on power loss

    Hello! I know that this has been covered at the front (and I read these threads/documents/etc), but I still have questions. Forgive my ignorance!

    So far I have activated it so:

    Capture1.PNG

    But virtual machines under 'Autostart' is still not auto-start. I then found that HA can be a factor (if it is enabled, you can not auto-start/stop VMs). However, it is currently in a State of N/A:

    Capture2.PNG

    Each VM has this same State N/A as well (and VM Tools are installed on each of them, if it matters). I have not any clusters or whatever it be listed under the House, so I can't understand where really disable HA:

    Capture3.PNG



    Looks like you run ESXi 5.0 Update 1, and only in this version there was a bug that made the autostart VM does not...

    Upgrade to a later patch the 5.0 (or better to 6.0?) level to solve the problem.

    More info is here: vSphere Hypervisor Auto Start Bug fixed - VMware vSphere Blog - Articles from VMware

  • Automatic start of the database, authentication at the start of the OS failure

    Hello world

    We have installed the oracle 11g on OEL 6.4 database, and we tried to start follow these automaticlly this source

    http://docs.Oracle.com/CD/B28359_01/server.111/b32009/strt_stp.htm#UNXAR172

    but instead to use rsh, we try to use ssh to do we create public keys and test our script from root and starting databases successfully. But when we reboot OS it sends this:

    Permission denied (publickey, gssapi-keyex, gssapi-with-mic)

    Kind regards

    René.

    A: one of the approaches is to use dbstart and dbshut by init.d scripts

    Another way is to create your own script. To do this, create your own 'freed' in the directory /etc/init.d/ script

    # touch /etc/init.d/dbora

    -------------------------------------------------------------------------------------

    #! / bin/sh

    # chkconfig: 345 99 10

    Description #: Oracle automatic start-stop script.

    # Applies to the Orcle/10 / 11g

    #

    # Set ORA_HOME

    # Set ORA_OWNER

    ORA_HOME=/DBServer/app/Oracle/product/11.2.0/dbhome_1

    ORA_OWNER = oracle

    If [! f $ORA_HOME/bin/dbstart]

    then

    echo "" Oracle startup: error $ORA_HOME/bin/dbstart does not exist, cannot start ".

    output

    FI

    case '$1' in

    'Start')

    # Run Oracle databases:

    # The following command assumes that the oracle connection

    # will not prompt the user for all values

    Su - $ORA_OWNER-c "$ORA_HOME/bin/dbstart $ORA_HOME.

    touch/var/lock/subsys/Ben

    ;;

    'stop')

    # Stop the Oracle databases:

    Su - $ORA_OWNER-c "$ORA_HOME/bin/dbshut $ORA_HOME.

    RM-f/var/lock/subsys/Ben

    ;;

    ESAC

    ----------------------------------------------------------------------------------------------------------------

    #Edit the file "/ etc/oratab" and put the flag of the desired instance started to 'Y '.

    #MYDB1:/u01/app/oracle/product/10.2.0:Y

    #Add released in init.d

    [#[root@host ~] # chkconfig--add released

    #Set the right permissions

    750 /etc/init.d/dbora #chmod

    [root@dba ~] # service released stop

    log file /dbserver/app/oracle/product/11.2.0/dbhome_1/shutdown.log

    [root@dba ~] # start service released

    log file /dbserver/app/oracle/product/11.2.0/dbhome_1/startup.log

  • schedule the automatic start of oracle 10g R2 on RHEL5

    Hi master,

    I use oracle 10g R2 on RHEL 5. I want to program the automatic start of the oracle on linux start database.

    for that I have referefed the docs and plan its in the file/etc/rc3.d. but it does not work.

    It is written in the docs that this charger friub fron of process this file and start their beds according to their number.

    the file is as follows...

    #! / bin/sh
    #chkconfig: 346 99 10
    Description #: Oracle automatic start-stop script.
    #
    # Change the value of ORACLE_HOME to specify the right Oracle home
    # To your installation directory.

    ORACLE_HOME=/U01/app/Oracle/product/10.2.0/Db_1
    #
    # Change the value of the ORACLE of the connection of the
    owner of oracle # on your site.
    #
    ORACLE = oracle

    PATH = ${PATH}: $ORACLE_HOME/bin
    HOST = "hostname".
    Platform = 'uname '.
    export ORACLE_HOME PATH
    #
    If [!] "$2" = "ORA_DB"]; then
    If ['$PLATFORM' = "HP - UX"]; then
    Remsh $HOST-l $ORACLE n ' $0 $ 1 ORA_DB.
    output
    on the other
    rsh $HOST-l $ORACLE $0 $ 1 ORA_DB
    output
    FI
    FI
    #
    case $1 in
    'Start')
    $ORACLE_HOME/bin/dbstart $ORACLE_HOME
    ;;
    'stop')
    $ORACLE_HOME/bin/dbshut $ORACLE_HOME
    ;;
    *)
    echo "use: $0 {start |}". stop}.
    output
    ;;
    ESAC
    #
    output

    What should I look for?

    my listening service is also not automatically get started. I have to manually...

    any suggestion?

    Thanks and greetings
    VD

    Published by: vikrant dixit on December 23, 2008 21:58

    VD,
    This link willl helpp
    http://www.Oracle-base.com/articles/Linux/AutomatingDatabaseStartupAndShutdownOnLinux.php
    HTH
    Aman...

  • Stopped Services in Msconfig - means that a virus is on my system?

    In the starting area, went into msconfig, who took me to the Configuration of the system, where I clicked on Services.  During the opening, there was a long list of entries, which most had a 'Running' status, but 76 listings had a marked status "Stopped".

    I have an infection in my computer or is it normal for these marked to be shown as "Stopped" if it is not wrong, so what steps should I take to fix this problem?

    Thank you.

    Mike

    Hello

    No, it is not a virus.

    Services will not run if it is not used

    Ex: If you do not use the sharing of connection Internet (ICS) service, the Application Layer Gateway Service and sharing of connection Internet (ICS) can be safely disabled.

    A SERVICE IS A SPECIALIZED PROGRAM that performs a function to support other programs. Several services operate at a level very low (by interacting directly with the hardware, for example) and will have to run even if no user is logged on; for this reason, they are often run by the System account (which has high privileges) rather than by ordinary user accounts.

    http://Windows.Microsoft.com/en-us/Windows-Vista/manage-services-in-Windows-Vista-from-Windows-Vista-inside-out

    Start/Stop Service

    http://TechNet.Microsoft.com/en-us/library/hh206113.aspx

  • 11 GR 2 Grid Infrastructure manual start/stop in clustered environment

    Hello

    I have installation 11 GR 2 grid in both a stand-alone environment and a cluster environment and I am looking at some differences regarding post-market manually in these two environments

    In the stand-alone environment, manually stop really just composed of-

    ASM - stop I would use generally "srvctl stop asm ' to do

    Stopping HAS (Oracle Restart) - using "crsctl stop at".

    Would be just the reverse of these

    However things in the clustered environment seem to be a whole different kettle of fish!

    First of all I appreciate this start manual switch of ASM and Cluster resource (in stand-alone environments and Clustered) is not really essential for the operation on the day the day (it's really for food issues) and a server startup or stop will do the necessary start / stop services - so somehow this manual process is a bit contrived for the race on the day the day

    Q1. Given that there are so many different levels of process / demons for the clustered environment - is there still a viable manual start for 11 GR 2 GI procedure in a clustered environment?

    Any help in identifying the manual order to start / stop would be appreciated?

    Thank you

    Jim

    Hello

    You can stop/start the cluster and all resources with "crsctl stop/start crs. There is no need to manually stop the asm, it will be managed by clusterware, as well as the dbs, auditors, etc.

    You can use "crsctl stat res t ' for an overview of the resources managed by the crs.

    "crsctl stat res ora.your_dbname.db Pei" gives you detailed information about the resource, including the start and stop option. Regularly, this should be the immediate mode for the dbs, if you're fine with this mode of closure you can simply use crsctl stop crs to stop everything on a single node.

    Concerning

    Thomas

  • Receive automatic updates for Windows XP "error 127: the specified procedure could not be found." Also "error 0 x 80240036: could not start the service automatic updates on local computer»

    Update CPU which proved later to be bad.  Replaced by original CPU.  Re-installed Windows XP Home using a slipstreamed CD that I burned the original non - OEM drive that has Service Pack 2.  Integrated Service Pack 3 which I got from the MS. site  Everything works well except for Windows Update.  The setting seem to be correct in Administrative Tools/Services.  The status of the Service is "stopped".  When I try to start the automatic updates from Administrative Tools/Services I receive "error 127: the specified procedure could not be found."  Also "error 0 x 80240036: could not start the service automatic updates on local computer»  Used the range of anti-virus and malware and found nothing.  Currently using Avast 7.0.1426.  I also used various tools of Fix - It MS nothing helps.  Any help would be greatly appreciated.  Thank you.

    Hello

    1. what application or antivirus security suite is installed and your current subscription?

    2 Norton (another) or a McAfee application ever installed on this machine?

    3. What are the fix applications that you used so far to try to fix this problem?

    Try the next method and check if that helps you with the question of the 127 error you receive.

    Method 1: Rdding the DLL file by doing the following:

    1. Click Start and click Run, in the search box type CMD and press to enter.
    2. right click on CMD in the list and click "Run as Administrator".
    3. type the following command and press ENTER. Regsvr32 msvcp71.dll
    4. close the command prompt window.

    Method 2: run the file system (CFS) Checker:

    (Note: you need an XP installation disk to start the System File Checker search.)

    The SFC command is used to detect and resolve problems with the files on Windows XP and Windows Vista computers. This command allows you to launch the Windows File Protection Service and allows you to analyze all integrity-protected Windows files and replace all problematic files identified.

    1. click on start, and in the box to start, search type CMD
    2. right click on CMD in the list and click "Run as Administrator"
    3. type the following command and press ENTER. Sfc/scannow
    4. close the command prompt window.

    For more information on scan SFC (System File Checker), please look in the link mentioned below.

    http://support.Microsoft.com/kb/310747

    I hope this helps.

  • Best way to stop the Essbase service

    Hi all

    I would like to know how do you approach the stopping services in Essbase.

    What I have to do is drag them down before the existing backup process managed by another team. My concern is potential calculations\data running load\exports and I wanted to hear your who is your approach to this.

    Is safe enough to stop the windows service (or with opmnctl stopall\shutdown) or do I risk to bribe requests in certain circumstances?

    I tried the server managed with stop during a restructuring and a calc opmn stop all operations and everything went well but I would like to have the opinion of someone with more experience on the subject.

    E.M.P. version is 11.1.2.4.

    Thank you

    bidi

    You can try to stop all sessions and active requests using first Maxl, if you're worried.

    11.1.2.4.002, there are some changes to the way the applications are stopped - more to life than that...: Essbase + 11.1.2.4.002 passes to the unloading of applications using Maxl

    See you soon

    John

  • How to start Oracle service automatically?

    Hello

    I use Linux server with Oracle10g. Often my server is restarted, in this scenario, I want to restart all the databases andllistener. Please inform me how automatically start Services/instances Oracle while rebooting the server?


    Thank you
    Goussard

    You must create the new service which will start and stop databases and listeners when the server is restarted.
    Linux new services are created under /etc/init.d - and then it should start/stop script for oracle having created new service must be added and run levels are configured.

    You can start by reading this link:
    http://www.Linux.com/articles/46892

    In order to understand the overall process.

  • iBooks automatically starts an audio book... How to stop? Help please - thx!

    ... When I plug Apple EarPods, helmet or an audio jack in my car, iBooks automatically starts an audiobook... it happens all the time when I want to just listen to a song or answer the phone! How to stop?

    Help please - thx!

    I have this problem as well on an iPhone 6. I went to Audible for listening to audio books, but iBooks keeps opening and automatic reading a book that I wasn't even listening when I plug in my headphones. Sometimes there is a delay, then I will listen to something on Audible for a few seconds, and then it stops and be interrupted by iBooks from. It is really unpleasant.

    I really don't want anything to play automatically when I plug my headphones.

  • cant stop/re-start or service configuration manager

    I have a Windows 7 32 bit with LabView2014... I used to re - start the service manager Setup OR after the computer starts, and my card data PCI-6024E acquisition would work... now can't stop Configuration Manager Service OR... try to stop and restart and get the Windows Services error: Error 1053: the service has failed to demand launch or control in a timely. Tried disabling McAfee, but no change, same error?

    Cleared out of the history of configuration or-Max and was able again to start and stop the service config.

  • Whenever I start the computer I lost the wireless capability. I get error WZC "871122". I then start the automatic Wireless Configuration service. Is there something I can do if I can't do it every time that this?

    Continually 871122 WZC error.

    Hi Shane,

    Looks like you have (or had) 3rd party software that previously managed your wireless connections, so casting service windows does not start automatically.

    See the following Article in the Microsoft KB, see if it suits it for you;

    http://support.Microsoft.com/default.aspx/KB/871122

    More precisely:

    If your computer or your wireless network card came with its own wireless network software, follow these steps:

    1. Click Start, click run, type ncpa.cpl and click OK.
    2. Click on network connections.
    3. In network connections, select your wireless connection, and then click change settings of this connection.
    4. On the wireless networks tab, click to select the Use Windows to configure my wireless network checkbox.

    To start the automatic Wireless Configuration service, follow these steps:

    1. Click Start, click run, type %SystemRoot%\system32\services.msc/s, and then click OK.
    2. Double-click Wireless Zero Configuration.
    3. In the list of Startup type , click Automatic, and then click apply.
    4. In the Service status area, click Start, and then click OK.

    Let me know how you go.

  • Why stop automatic printer spooling service on windows 2007?

    Why stop automatic printer winding service and sharing on windows 2007?

    Hello

    You're talking about Windows 7? We have just Windows 8 and Windows 2007 could be a long, long, long way to go. Please try the second solution from the following link:

    http://social.technet.Microsoft.com/forums/en/w7itproperf/thread/fd7f46d3-Baa1-4a38-9AD3-dec5426d9297

    I hope this helps.

  • Microsoft automated troubleshooting error attached start-up services has stopped working

    I would like someone from Microsoft to please solve this problem once and for all:

    "microsoft automated troubleshooting error attached start-up services has stopped working.

    I tried the fix and nothing works... Please help

    Hello

    Have you tried the steps in the Microsoft article that was provided in the previous post?

    Please meet us, so that we can assure you that the problem has been resolved or not.

    For more information, see this article: http://support.microsoft.com/kb/555375

Maybe you are looking for