EEM script to alert on failures of the IP SLA

I have the following IP SLA put in place and would like to do the following. I wish I had a journal entry, if any the below have a failure and then send an email to alert for this failure. Is it possible to do this with the EEM?

ALS IP 1010

interval of UDP-Jig 64.xxx.xxx.xxx 3456 num-30 25 packages

history of 24 hours-of-statistics - kept

IP SLA annex 1010 duration to always start now

ALS IP 1011

TCP-connect 64.xxx.xxx.xxx 2000

history of 24 hours-of-statistics - kept

IP SLA annex 1011 duration to always start now

ALS IP 1012

64.xxx.xxx.xxx echo ICMP message

frequency 30

history of 24 hours-of-statistics - kept

History 10 distributions-of-statistics-kept

ALS IP calendar 1012 duration to always start now

Thank you

Mike

Sure.  You can use Enhanced Object Tracking to track each IPSLA collector and EEM to respond to delays.  For example:

track 1 accessibility of 1010 ip sla

!

Event Manager applet track-1010

event track 1 State

message from syslog to action 1.0 "Collector IPSLA 1010 timed out."

"action mail 2.0 of '[email protected] / * /'to'[email protected] / * /" object "Collector IPSLA 1010 is down" body "Collector IPSLA 1010 has exceeded" Server "10.1.1.1" "

Tags: Cisco Network

Similar Questions

  • Java Script alert: MuseJSAssert: error calling the function switch: security error?

    Hello

    I built a site of Muse and place a dashboard project animate the site. Here's the problem I have. When I saw in the browser through Muse all seem to work well. The problem is when I export to HTML. When I view the HTML file in Firefox, everything works fine. But when I discover the HTML in Chrome or Opera, I get the following error appears on the top of the browser: Java Script Alert: MuseJSAssert: error calling the function switch: security error: blocked a frame with original "null" access to a framework of cross-origin.

    Any ideas what is the cause? I noticed one thing, but if I click the button refresn the animation playback. The other thing I noticed, is that my full screen lide show is also affected by this error. He plays as the first image and the rest of the images are not displayed.

    Thank you for any suggestions to fix this.

    Hey all!

    I finally found how to solve this problem! At only took about 3 hours!

    Therefore, to do with the iframe code muse did for the lively edge file.

    If we take things from the outset, if everyone includes:

    1 publish a 'edge Animate Deployment Package (.oam)' dashboard animate

    2. in muse, file > Place > {exported .oem)

    3. put the file where you want

    4 muse export as HTML (file > export as HTML)

    5. your browser will open and display the error message, as shown above

    6 locate the HTML files and find "index.hml", or the page that your file hosted dashboard is on

    7. open it in Notepad, or editing program code. I use Adobe Edge Code CC

    8 remove the text: class = "animationContainer an_invi" (press ctrl + f and type to find the line)

    9 be sure to save and then reopen the Web page!

    10 smile for yourself and be raised

  • EEM Script works only with IP SLA

    I created script linked to SLA of intellectual property.  If the IP SLA is violated, we want the script to run and stop bgp peers and send syslog messages and can send by e-mail.  I get alert on ALS IP missed, but nothing else happens so screwed up the script in any way. This is the first time using EEM scripting if any help would be great.  Given that we have never used EEM scripting in this place the version that we would use is the default version provided with SRI 4451 in 2015. I do not know if what counts.

    Thank you

    ALS IP 1
    ICMP-echo 8.8.8.8 source-interface GigabitEthernet0/0/1
    threshold 2
    frequency 5
    IP SLA annex 1 point of life to always start-time now
    activate the IP sla response alerts

    track 1 accessibility of als 1 ip

    Event manager E-MAIL ISSUE INTERNET SERVICE PROVIDER environment
    Event Manager environment _email_server 10.1.1.3
    Event Manager environment _email_to [email protected] / * /
    Event Manager environment _email_from [email protected] / * /

    BGP_NEIGHBOR_DOWN event manager applet
    SHUTDWON BGP PEERING description IF IT IS PROVIDER of QUESTION
    event track 1 State
    command action 1.0 cli 'enable '.
    Action 1.1, «config t» cli command
    Action 1.2 cli command 'router bgp 10125 ".
    Action 1.3 cli command "neighbor x.x.x.x stop."
    Action 1.4 cli command "end".
    Action 1.5 syslog-msg 'PROVIDER NETWORK PROBLEM DETECTED, BGP PEERING SHUTDOWN. '
    EMAIL_BGP_PEER_DOWN event manager applet
    Description EMAIL BGP PEER DOWN
    event track 1 State
    action 1.1 mail server "$_email_server" to "$_email_t" of ' $_email_from ' topic ' vendor number: PING FAILED "body"Ping Google's failed. "
    Action 1.2 syslog msg ' EMAIL SENT to $_email_to.
    !

    Then configure:

    Event manager cli username USER session

    Where the USER is a user authorized to execute all CLI commands in your strategies of EEM.  Or add "auth bypass" at the end of each config applet.

  • User alert at points outside the table in Extendscript

    I have a script that checks a folder for the files contained in a table format image.

    I have to be able to warn the user if:

    1. a folder they choose contain any type of file not included in the table (illegal file type).
    2. the folder they choose more than one file type included in the table (mixed types of legal files).

    or

    1. the folder they choose contains any type of file, not in the table more one type of file that is in the table (mix of types of illegal & legal files).

    Here's the code that checks through a folder for certain types of files.

    var DARKfileList = [], FILE_TYPE, FTlen, i, SEARCH_MASK;
    FILE_TYPE = ["orf", "tif", "tiff", "jpg", "jpeg"];
    FTlen = FILE_TYPE.length;
    for (i = 0; i < FTlen; i++) {
        SEARCH_MASK = "*." + FILE_TYPE[i];
        DARKfileList = DARKfileList.concat(DARKinputFolder.getFiles(SEARCH_MASK));
    }
    alert('found: ' + DARKfileList.length + ' files');
    

    For now I have sort of reached part 1 but it is messy because it simply checks if DARKfileList is empty. Can I use this to alert the user that the file that they choose in a vacuum, but I would much prefer another search for "types of illegal files" it's checking the empty list:

    if (DARKfileList.length == 0)
    {
        alert('Folder does not contain allowed file types!','DARK FRAME folder error');
    } 
    

    Kind regards..

    It's weird, it was not the subfolder thing this morning, when I tried, but I added a few lines to make sure that the files are only of the parent folder.

    #target photoshop
    
    var fileTypes = ['TIF', 'TIFF', 'JPG', 'JPEG','PSD','RAF'];//keep uppercase
    var allFiles = new Array()
    var fileList = new Array();
    var legalTypes = new Array();
    var illegalTypes = new Array();
    var folderToUse = Folder.selectDialog ('Select a folder');
    var searchMask = '*.???*'
    allFiles = folderToUse.getFiles(searchMask);
    for(var i = 0;i1&& illegalTypes.length ==0){alert('More than one legal file types.\nNo illegal file types.')}
    if(legalTypes.length==1&& illegalTypes.length > 0){alert('only one legal file type.\nContains illegal file types.')}
    if(legalTypes.length>1&& illegalTypes.length > 0){alert('More than one legal file type.\nContains illegal file types.')}
    if(legalTypes.length==0 && illegalTypes.length > 0){alert('No legal file types.\nContains illegal file types.')}
    
    function checkFiles(fileArray){
        if(fileArray.length>0){
            for(var i =0;i		   
  • How to generate restarted VM list due to the failure of the host

    Some on give can the powercli or script command to generate restarted VM list due to the failure of the host

    Here is a good Article for your condition that perfectly fits in. http://www.jonathanmedd.net/2012/03/which-vms-restarted-after-a-vsphere-ha-event.html

    You can also go ahead and check it out via vcenter browser journal as well. Using the vSphere PowerCLI or Web Client to identify affected VMs after failure of the host - YouTube

  • User alert registration PDF if the required fields are empty/null

    Greetings,

    I read a lot of threads on this topic. I'm not trying to force the user to stay in one area or otherwise, be annoyed. I would like to just draw the attention of the user when they record the PDF file if there are mandatory fields have not been completed. The alert message would simply be a reminder polite form before sending.

    I use Acrobat Pro XI.

    (1) is the other tasks/Set Document Actions / Document will save the right place to use a script in this case?

    (2) the script will check each field required name? Or is it possible to reference all the fields requested in the document?

    (3) I have seen a few examples like this:

    f = getField (event.target.name)

    If (f.value.length == 0)

    {

    f.setFocus)

    App.Alert ("this field is required. Please enter a value. »)

    }

    However there are some problems regarding the closure of the alert dialog box and so on. Can someone provide an example script to help me get started?

    Thank you!

    Exactly how you check a field is empty depends on what kind of field it is. For text fields, you must get the value of the field as a string and compare it to an empty string, something like:

    var val = getField("Text1").valueAsString;

    If {(val)

    App.Alert ("field is not empty");

    }

    If there is a default value that needs to be changed, you would compare it to the default value:

    var f = getField ("Text1");

    var val = f.valueAsString;

    If (val! == f.defaultValue) {}

    App.Alert ("field value is OK");

    }

    For checkboxes and radio buttons, you would compare it to the string "Off", which means that none in the group is selected.

    For drop-down lists (combo boxes) and list boxes, there is normally a single value selected, so you should get the value and check the default value (or something else) to see if the field is filled in correctly.

    You could place the script it, but I usually use a separate button that I encourage the user to click to activate the check box. The problem with the help of her saving the event is that you cannot stop the backup.

    The script can loop through all of the fields (and test all zeros required), or you can define an array of domain names to check.

  • 4.1 Data Migration tool - "error: failure of the backup of the configuration of the vCenter Orchestrator.

    While following this KB article, I came across an error.  I googled a bit but it is really not a lot on that.  This process took me the better part of a month to get to this day.  Now all I have to do is migrate my databases and settings...  However, as with everything else I came against from 4.0 to 4.1 (and building a new server to do), nothing seems to be going my way with this project.

    Anyway, I executed the script of backup.bat several times and each time, it failed in the same place.  The error given is "error: failure of the backup of the configuration of the vCenter Orchestrator."  The log file has been attached.  I rebooted, made sure that all VMware services have been arrested and still no joy.

    Any help would be great!  If this isn't the case, I'll have to make another call to the support team.  I played with VMware products for years and I've never had to call until this project came.  In this month alone, I opened 4 tickets!

    2010-09-24

    0723 EDT

    I'm almost certain that this can be ignored without risk, especially if you do not use Orchestrator.  I recently made a 4.1 migration to another server and got the same error - I had any issues at all.

  • Departure form on the failure of the Journal with FRM-92101 entry

    Hi guys,.

    When we try to create the Journal on GL we get FRM-92101: there was a failure in the Forms Server during startup. This could happen because of invalid configuration. Please look in the web server for details.

    Details...
    Java exception:
    Abandoned Oracle.forms.net.ConnectionException:Forms < 1 142 > session: unable to communicate with the execution process.

    at oracle.forms.net.ConnectionException.createConnectionException (unknown Source)
    at oracle.forms.net.HTTPNStream.getResponse (unknown source)
    at oracle.forms.net.HTTPNStream.doFlust (unknown source)
    at oracle.forms.net.HTTPNStream.flush (unknown source)
    at java.io.DataOutputStream.flush (unknown source)
    at oracle.forms.net.StreamMessageWriter.run (unknown source)

    And checkin ' the corresponding journal, I found:

    File does not exist: /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/forms/engine/RunformBundle_es_US.properties
    File does not exist: /oracle/PROD01/apps/apps_st/comn/java/classes/oracle/ewt/alert/resource/AlertBundle_es_US.class


    Looking this way, we get only to/oracle/PROD01/apps/apps_st/comn/java/classes/oracle /.

    We operate on eBusiness 12.0.4 with 10 G database 10.2.0.4, all this in the CARS

    Published by: IvanBalVe on August 3, 2012 12:11

    The main problem is that there is no patch for 64-bit RHEL.

    How can proceed us in this case, can we simply apply the Spanish or linux x 86?

    Thank you very much.

    Yes, if the 64-bit version is not available, you can apply the 32-bit version.

    If you have any languages installed, you can also apply NLS patches.

    Thank you
    Hussein

  • How to run the alert box when opening the document

    I use Acrobat 9 and here an alert box come when the document is opened. I have successfully obtained an alert box is displayed by using the script below when recording using actions of the document, but do not know how to run when the document opens. Can someone tell me how to change this option to add Javascript actions, so it will be run when the document opens? Thank you!

    app.alert ("save your completed form and send it as an attachment to [email protected]", 0, 0,)

    It is not a question to change it, but put in the right place.

    You must go into Advanced - processing of Document - Document JavaScripts...

    Then create a new script, clear the contents of the window that opens (the

    Function declaration) and paste this line of code instead.

    Save the file and that's it.

  • Alert not correct to the CSS file with &lt; mx:Canvas &gt;

    Hi all

    I want to apply the CSS file to Alert. So, I have:

    1. CSS called CommonStyle.css of the file:

    {Alert

    color: #0f3177;

    title-style-name: "alertTitle";

    header-height: 19;

    the thickness of the border: 1;

    drop-shadow-enabled: true;

    drop-shadow-color: #d1ddf7;

    background-color: #ffffff;

    RADIUS: 6;

    border-style: solid;

    header-colors: #90a4d1, #5970 has 0;

    foot of page-colors: #9db6d9, #ffffff;

    border-color: #5970 has 0;

    }

    {.alertTitle}

    do-family: Verdana;

    font-size: 10;

    make-weight: bold;

    text-align: left;

    color: #ffffff;

    }

    2. custom class alert:

    package

    component

    {

    Import mx.controls.Alert;

    public class alert extends alert

    {

    [

    Incorporate [ (source ="images/alert_error.gif",)]

    private static var iconError: Class;

    [

    Incorporate [ (source ="images/alert_info.gif",)]

    private static var iconInfo: Class;

    [

    Incorporate [ (source ="images/alert_confirm.gif",)]

    private static var iconConfirm: Class;

    public static function info (message: String, closehandler:Function =null):void{}

    Show (message,

    'Information' Alert.OK, null , closehandler iconInfo);

    }

    public static function error (message: String, closehandler:Function =null):void{}

    Show (message,

    'Error' Alert.OK, null , closehandler, iconError);

    }

    public static function confirm (message: String, closehandler:Function =null):void{}

    Show (message,

    'Confirmation' , Alert.YES | Alert.NO, null, closehandler, iconConfirm);

    }

    }

    }

    3. my mxml component:

    < mx:Canvas

    ' xmlns:mx = ' http://www.Adobe.com/2006/MXML "width =" " 100% "height =" " 100% "creationComplete ="init ()" >

    < mx:Style " source = ' styles/CommonStyle.css " />

    < mx:Script >

    private

    fonction test() :void{ }

    () Alert.Error

    "alert test..." » );

    }

    < / mx:Script >

    < / mx: canvas >

    "But the line: < mx:Style source ="styles/CommonStyle.css"" " / >, I received a warning: selectors type CSS are not supported in components: 'Alert' and my dialog box alert not correct to the CSS file!.

    There is a problem, it is: where I replace < mx:Canvas > by < mx:Application >, my alert dialog is ok.

    Please, help me.

    Thank you.

    Hello

    Try to include the css file in your main mxml file where you have the tag... instead of your compoennet file...

    Thank you

    Jean Claude

  • Failure to the final control of Oracle CRS stack. 10 on the first node.

    Hello world

    I tried to install a RAC Oracle 10 g on Oracle Enterprise Linux AS release 4 2 (October 7 update), but I'm having this problem

    root@fporn01 crs #./root.sh
    Check to see if Oracle CRS stack is already configured

    Set the permissions on OCR backup directory
    Setting up NS directories
    Configuration of the Oracle Cluster registry upgraded successfully
    clscfg: version Setup detected EXISTING 3.
    clscfg: version 3 is 10 G Release 2.
    Award of fporn01 default hostname for node 1.
    Award of fporn02 default hostname for node 2.
    Successfully accumulated necessary OCR keys.
    Using the ports: CSS = 49895 49896 EVMC = SRC = 49898 and EVMR = 49897.
    < nodenumber > node: nodename > < private interconnection name > < hostname >
    node 1: fporn01 fporn01-priv fporn01
    node 2: fporn02 fporn02-priv fporn02
    clscfg: Arguments help you get success.

    NO KEYS WERE WRITTEN. Power - setting force to override.
    -force is destructive and will destroy any previous cluster
    Configuration.
    Oracle Cluster registry cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding to inittab demons
    Expected CRS demons to be in place within 600 seconds.
    Failure to the final control of Oracle CRS stack.
    + 10 +.

    Forget the names!

    but on the second node everything went well, so I don't know that this is not a connectivity problem.
    the iptables service is stopped and disabled
    check the results after you run the root.sh script

    root@fporn02 ~ # /u01/app/crs/root.sh
    Check to see if Oracle CRS stack is already configured
    + / etc/oracle does not exist. Create now. +

    Set the permissions on OCR backup directory
    Setting up NS directories
    Configuration of the Oracle Cluster registry upgraded successfully
    clscfg: version Setup detected EXISTING 3.
    clscfg: version 3 is 10 G Release 2.
    Award of fporn01 default hostname for node 1.
    Award of fporn02 default hostname for node 2.
    Successfully accumulated necessary OCR keys.
    Using the ports: CSS = 49895 49896 EVMC = SRC = 49898 and EVMR = 49897.
    < nodenumber > node: nodename > < private interconnection name > < hostname >
    node 1: fporn01 fporn01-priv fporn01
    node 2: fporn02 fporn02-priv fporn02
    clscfg: Arguments help you get success.

    NO KEYS WERE WRITTEN. Power - setting force to override.
    -force is destructive and will destroy any previous cluster
    Configuration.
    Oracle Cluster registry cluster has already been initialized
    Startup will be queued to init within 90 seconds.
    Adding to inittab demons
    Expected CRS demons to be in place within 600 seconds.
    CSS is active on these nodes.
    fporn02
    CSS is not active on these nodes.
    fporn01
    Node local verification.
    Run the root.sh on the remaining nodes script to start the demons of the CRS.

    It is the newspaper of crs on the first node

    root@fporn01 bin # cat /u01/app/crs/log/fporn01/alertfporn01.log
    + 17:27:37.695 + 2009-06-24
    customer (9045) CRS-1006: / u02/oradata/orcl/OCRFile_mirror location of the OCR is inaccessible. Details in u01/app/crs/log/fporn01/client/ocrconfig_9045.log.
    + 17:27:37.741 + 2009-06-24
    customer (9045) CRS-1001: OCR has been formatted using version 2.
    + 17:28:24.544 + 2009-06-24
    customer (9092) CRS - APB - rac configured with nodes fporn01 fporn02 1801:Cluster.

    It is the newspaper of crs on the second node

    root@fporn02 ~ # cat /u01/app/crs/log/fporn02/alertfporn02.log
    + 18:09:09.307 + 2009-06-24
    CSSD (16991) CRS - 1605:CSSD file to vote is online: / u02/oradata/orcl/CSSFile. Details in u01/app/crs/log/fporn02/cssd/ocssd.log.
    + 18:09:09.307 + 2009-06-24
    CSSD (16991) CRS - 1605:CSSD file to vote is online: / u02/oradata/orcl/CSSFile_mirror1. Details in u01/app/crs/log/fporn02/cssd/ocssd.log.
    + 18:09:09.310 + 2009-06-24
    CSSD (16991) CRS - 1605:CSSD file to vote is online: / u02/oradata/orcl/CSSFile_mirror2. Details in u01/app/crs/log/fporn02/cssd/ocssd.log.
    + 18:09:12.441 + 2009-06-24
    CSSD (16991) CRS - 1601:CSSD complete Reconfiguration. Active nodes are fporn02.

    I rechecked the remote access / user equivalence

    After execution of the command here OCRCHECK have this information

    root@fporn01 bin #. / ocrcheck
    Status of the Oracle Cluster registry is:
    Version: 2
    Total space (in kilobytes): 262144
    Used space (in kilobytes): 312
    Amount of available space (KB): 261832
    ID: 255880615
    Device/file name: / u02/oradata/orcl/OCRFile
    Verifying the integrity of file/device succeeded
    Device/file name: / u02/oradata/orcl/OCRFile_mirror
    Verifying the integrity of file/device succeeded

    Checking cluster registry integrity succeeded

    on the second node, I get the same result

    root@fporn02 bin #. / ocrcheck
    Status of the Oracle Cluster registry is:
    Version: 2
    Total space (in kilobytes): 262144
    Used space (in kilobytes): 312
    Amount of available space (KB): 261832
    ID: 255880615
    Device/file name: / u02/oradata/orcl/OCRFile
    Verifying the integrity of file/device succeeded
    Device/file name: / u02/oradata/orcl/OCRFile_mirror
    Verifying the integrity of file/device succeeded

    Checking cluster registry integrity succeeded

    I have reviewed the following metalink notes, but none of them seem to solve my problem

    * 344994.1*
    * 240001.1*
    * 725878.1*
    * 329450.1*
    * 734221.1*

    I made a low of research from many forums, but failure is always on the second node, but my failure is on the first node.
    I hope someone could help me.

    It's the output of cluvfy

    Conducting due diligence to install cluster services

    Audit accessibility of node...

    Check: Accessibility of node of the node 'fporn01 '.
    Accessible destination node?
    ------------------------------------ ------------------------
    fporn01 Yes
    fporn02 Yes
    Result: Check accessibility node from node 'fporn01 '.

    Verify the equivalence of the user...

    Check: Equivalence of the user for the user 'oracle '.
    Comment by node name
    ------------------------------------ ------------------------
    fporn02 spent
    fporn01 spent
    Result: Use equivalence CONTROL passed to user 'oracle '.

    Checking administrative privileges...

    Check: Existence of user 'oracle '.
    User name of node are comments
    ------------ ------------------------
    fporn02 Yes
    fporn01 Yes
    Result: Use CONTROL existence increased for 'oracle '.

    Check: Existence of group 'oinstall '.
    Name of node status group ID
    ------------ ------------------------
    fporn02 is 501
    fporn01 is 501
    Result: Check existence for "oinstall" group

    Check: The user 'oracle' in group 'oinstall' primary members
    Name of node user is group is user in the main group comment
    ---------------- ------------
    fporn02 Yes Yes Yes Yes past
    fporn01 Yes Yes Yes Yes past
    Result: Membership check for user 'oracle' in group 'oinstall' as primary past.

    Past check administrator privileges.

    Verify node connectivity...

    Interface of the node information to "fporn02".
    IP address subnet of the interface name
    ------------------------------ ----------------
    eth0 10.218.108.245 10.218.108.0
    eth1 192.168.1.2 192.168.1.0

    Interface of the node information to "fporn01".
    IP address subnet of the interface name
    ------------------------------ ----------------
    eth0 10.218.108.244 10.218.108.0
    eth1 192.168.1.1 192.168.1.0
    eth2 172.16.9.210 172.16.9.0

    Check: Subnet node connectivity "10.218.108.0."
    Source Destination connected?
    ------------------------------ ----------------
    fporn02:eth0 fporn01:eth0 Yes
    Result: Verification of node connectivity for subnet "10.218.108.0" with one or more nodes fporn02, fporn01.

    Check: Subnet node connectivity "192.168.1.0.
    Source Destination connected?
    ------------------------------ ----------------
    fporn02:eth1 fporn01:eth1 Yes
    Result: Verification of node connectivity for subnet "192.168.1.0" with one or more nodes fporn02, fporn01.

    Check: Subnet node connectivity "172.16.9.0."
    Result: Verification of node connectivity for subnet "172.16.9.0" with one or more nodes fporn01.

    Interfaces adapted for private interconnection on the subnet "10.218.108.0":
    fporn02 eth0:10.218.108.245
    fporn01 eth0:10.218.108.244

    Interfaces adapted for private interconnection on the subnet "192.168.1.0":
    fporn02 eth1:192.168.1.2
    fporn01 eth1:192.168.1.1

    ERROR:
    Could not find an appropriate interface for the VIP range.

    Result: The node connectivity test failed.

    Check the system requirements for 'Sir '...

    Check: Total memory
    Name of node available comment required
    ------------ ----------
    fporn02 7,93 GB (8310276 KB) 512 MB (524288 k) transmitted
    fporn01 7,93 GB (8310276 KB) 512 MB (524288 k) transmitted
    Result: The total past memory check.

    Check: Disk space in "/ tmp" dir
    Name of node available comment required
    ------------ ----------
    fporn02 9.57 GB (10037300 KB) 400 MB (409600 KB) transmitted
    transmitted fporn01 GB 9.55 (10012168 KB) 400 MB (409600 KB)
    Result: Check the free space on the disc passed.

    Check: Swap space
    Name of node available comment required
    ------------ ----------
    fporn02 from 1 GB (1048576KB) of 8,81 GB (9240568KB)
    fporn01 from 1 GB (1048576KB) of 8,81 GB (9240568KB)
    Result: Checking space last Swap.

    Control: System Architecture
    Name of node available comment required
    ------------ ----------
    fporn02 i686 i686 spent
    fporn01 i686 i686 spent
    Result: Audit had system architecture.

    Control: Kernel Version
    Name of node available comment required
    ------------ ----------
    2.6.9 - 2.4.21 - 15EL spent 78.0.0.0.1.ELhugemem fporn02
    2.6.9 - 2.4.21 - 15EL spent 78.0.0.0.1.ELhugemem fporn01
    Result: Last kernel version control.

    Check: Existence of package for 'do-3, 79 '.
    Name of State comment node
    ------------------------------ ----------------
    fporn02 make-3, 80 - 7.EL4 spent
    fporn01 make-3, 80 - 7.EL4 spent
    Result: Package checking for 'do-3, 79 '.

    Check: Existence of package for ' binutils - 2.14.
    Name of State comment node
    ------------------------------ ----------------
    binutils - 2.15.92.0.2 - 25 fporn02 spent
    binutils - 2.15.92.0.2 - 25 fporn01 spent
    Result: Package checking for ' binutils - 2.14.

    Check: Existence of package for "gcc - 3.2.
    Name of State comment node
    ------------------------------ ----------------
    fporn02 gcc - 3.4.6 - 10.0.1 spent
    fporn01 gcc - 3.4.6 - 10.0.1 spent
    Result: Package checking for "gcc - 3.2.

    Check: Existence of package for ' glibc - 2.3.2 - 95.27.
    Name of State comment node
    ------------------------------ ----------------
    fporn02 glibc - 2.3.4 - 2.41 spent
    fporn01 glibc - 2.3.4 - 2.41 spent
    Result: Package checking for ' glibc - 2.3.2 - 95.27.

    Check: Existence of package for "compat-db - 4.0.14 - 5.
    Name of State comment node
    ------------------------------ ----------------
    past fporn02 compat - 4.1.25 - DB9
    past fporn01 compat - 4.1.25 - DB9
    Result: Package checking for "compat-db - 4.0.14 - 5.

    Check: Existence of package for "compat-gcc-7, 3 - 2.96.128.
    Name of State comment node
    ------------------------------ ----------------
    lack of fporn02 failed
    lack of fporn01 failed
    Result: Failure of the existence Package control for "compat-gcc-7, 3 - 2.96.128.

    ++ Check: package of existence "compat-gcc-c++ - 7.3 - 2.96.128" ++
    Name of State comment node
    ------------------------------ ----------------
    lack of fporn02 failed
    lack of fporn01 failed
    ++ Result: failure of packet existence check for "compat-gcc-c++-7, 3 - 2.96.128. ++

    ++ Check: package of existence "compat-libstdc ++ - 7, 3 - 2.96.128" ++
    Name of State comment node
    ------------------------------ ----------------
    lack of fporn02 failed
    lack of fporn01 failed
    ++ Result: failure of packet existence check for "compat-libstdc ++ - 7, 3 - 2.96.128. ++

    ++ Check: package of existence "compat-libstdc ++ - devel-7, 3 - 2.96.128" ++
    Name of State comment node
    ------------------------------ ----------------
    lack of fporn02 failed
    lack of fporn01 failed
    ++ Result: failure of packet existence check for "compat-libstdc ++ - devel-7, 3 - 2.96.128. ++

    Check: Existence of package for "openmotif - 2.2.3.
    Name of State comment node
    ------------------------------ ----------------
    openmotif - 2.2.3 - 10.2.el4 spent fporn02
    openmotif - 2.2.3 - 10.2.el4 spent fporn01
    Result: Package checking for "openmotif - 2.2.3.

    Check: Existence of package for "setarch - 1.3 - 1.
    Name of State comment node
    ------------------------------ ----------------
    fporn02 setarch-1, 6-1 adopted
    fporn01 setarch-1, 6-1 adopted
    Result: Package checking for "setarch - 1.3 - 1.

    Check: Existence of group for "dba".
    Name of State comment node
    ------------ ------------------------
    fporn02 are past
    fporn01 are past
    Result: Check group existence for "dba".

    Check: Existence of group 'oinstall '.
    Name of State comment node
    ------------ ------------------------
    fporn02 are past
    fporn01 are past
    Result: Check existence for "oinstall" group

    Check: Existence of user "nobody".
    Name of State comment node
    ------------ ------------------------
    fporn02 are past
    fporn01 are past
    Result: Use existence CONTROL passed to "nobody".

    Failure of the system requirements for 'Sir '.

    Check prior to the installation of cluster service failed on all nodes.

    We thank you for your comments ;)

    If you advise/etc/inittab file... don't ' forget to uncomment (that's run when the system starts)

    #h1:35:respawn:/etc/init.d/init.evmd run > / dev/null 2 > & 1
    fatal #h2:35:respawn:/etc/init.d/init.cssd > / dev/null 2 > & 1
    #h3:35:respawn:/etc/init.d/init.crsd run > / dev/null 2 > & 1

    TO

    H1:35:respawn:/etc/init.d/init.evmd run > / dev/null 2 > & 1
    H2:35:respawn:/etc/init.d/init. Fatal CSSD > / dev/null 2 > & 1
    H3:35:respawn:/etc/init.d/init.crsd run > / dev/null 2 > & 1

    By the way... Have fun and take advantage of Oracle RAC ;)

  • I have problems to restart of Yosemite, after power failure during the new backup, and now HD is also blocked.

    I have problems to restart of Yosemite, after power failure during the new backup, and now HD is also blocked.

    I tried the holding of 'command-r' and 'option' to see if the problem can be resolved or try any boot from a boot disk, my old backup, USB function start - but after a slow long process it all just stops.

    There is software on my HD that I don't want to lose by simply reformatting the computer, because I am now in a different country, far from my house, which is another problem of the Apple Store, to reinstall my OS from Yosemite on the www.

    Hey AmnonMikeCohen,

    Thank you for being a part of the communities of Apple Support.

    I understand that your Mac is not start properly after the power went out.  Let's start with resetting the SMC and NVRAM on your Mac and see if he can start from there:

    Reset the management system (SCM) controller on your Mac.

    How to reset the NVRAM on your Mac.

    See you soon.

  • Interesting solution of failure of the fans occasionally cold start?

    Interesting solution of failure of the fans occasionally cold start?

    Normally I do a reset of the SMC, sometimes it's the solution.

    When kick cooling fans as soon as I start my cold iMac, I just quickly swivel the iMac slowly from right to left and the cooling fans have stopped.

    Strange?

    All the answers?

    Note: I use an iMac 21 inch end 2013-2, 7 GHz Intel Core i5

    Thank you in advance for the answers.

    This sounds like a sensor loose or pinched wire.

    You may be able to see the problem of sensor or sensor wire with the diagnosis of Apple to test or a third party temp. followed by the application, but the best would be to book a service appointment at your local CENTRE.

    Apple Diagnostics using - Apple Support

    https://locate.Apple.com/

  • failure of the SIM, why I this message all the time?

    failure of the SIM, why I this message all the time?

    This means that your SIM card is defective or otherwise expired

    Can you make and receive calls and texts?

    If so - go out the SIM card - wait about 45 seconds and re insert it back

    If not - contact your carrier for a new SIM card

    Remove or change the SIM card in your iPhone or iPad - Apple Support

  • Schedule e-mail alerts are sent to the wrong email address

    When I create an event in the calendar, and then select a custom alert I chose a 'send e-mail' and select an e-mail address and a time so he could send the alert. Which works very well. The problem is when I get the e-mail, the e-mail address alert 'From' is not the one I want it to be sent to (it is a professional e-mail address and it is private alerts). The event I create is a calendar to iCloud and not a work schedule.

    Work email is a Google (IMAP) account, the address I send alerts to is a pop I have also an IMAP to iCloud account.

    I would like alerts to go on the POP account as they do now, but I would like to be sent from the same POP account or the account iCloud and not Google work account.

    I have been looking everywhere for how to define which e-mail account, a calendar alert is sent by e-mail-nothing helped. Any help would be appreciated.

    Currently using OS X 10.11.4 but he was doing it before I upgraded to El Capitan.

    Hey David Casemore,.

    I understand that you encounter unexpected behavior in the mail. You can watch your mail preferences to see which account is set as a default "send new messages of" account:

    Mail (El Capitan): Composition Preferences

    https://support.Apple.com/kb/PH22348

    Thanks for being a part of the communities of Apple Support!

Maybe you are looking for

  • .exe for labview driver

    I run an .exe driver for laser Doppler vibration. I want to use in lab mode or convert LabVIEW driver because the manufacturer donot have any lab display driver can someone please help how to do that

  • Pavilion slimline s3760in: usb ports and the Internet connection

    Hello I use my hp pavilion slimline s3760in pc for about five years. Recently my hard drive failed and I had to replace. Everything was going well until my pc stopped recognizing all the same usb ports in BIOS mode on many occasions (he only recogniz

  • Problem with FAX Setup dialog box

    When I start, a box dialog indicates that WIndows is trying to install a fax MACHINE and I have to go to the Manager end tasks now.  I don't want that, I didn't ask for it, I don't have the disc for it.  How can I get rid of him.  Microsoft doesn't m

  • After formatting and reloading windows XP I have nothing in my network connections

    I have formatted and reloaded Windows XP. I have a connection high speed, but when I went to set up my connection there is nothing in network connections.

  • Lack of driver for 'Network controller' in my Inspiron 14Z 5423

    Hello Can someone help me please. I had to install Windows 7 after a hard disk failure. All my drivers are installed, except one. In my device manager under "Other devices" there is a "network controller" that says that the driver is not installed. I