Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. strogonof

    VBScript for W2K3 Cluster failover

    Hi, I'm doing a script to failover my company's W2K3 cluster with 2 nodes. The idea is to simulate a cluster failover by the script, count the time of failover for each group and put them in a .html file to send by email. I found some useful scripts on the web, where I took part of the code...
  2. strogonof

    Cluster failover

    Here's the configuration of my 2 node cluster, it has 3 groups, usually 2 of them (the quorum and sql) are on one node and the other (exchange + file share)on the other node. What is happening when I run the script is that it "jumps" directly to the 3rd group withou doing the failover on the...
  3. strogonof

    Cluster failover

    I'll try it tomorrow morning and then I reply if it works...please..keep in touch... thanks... But..I don't think that has something to do with that "bug" of my code....
  4. strogonof

    Cluster failover

    ups...sorry..that's the Quorum Group, the one tha has que quorum disk. I was having problems with it...the script didn't run if i had the code to do for all the groups including the quorum...so i decided to do only for the other groups... about the "continue" statement...i also thougt it wasn't...
  5. strogonof

    Cluster failover

    Hi, I'm doing a script to failover my company's W2K3 cluster with 2 nodes. The idea is to simulate a cluster failover by the script, count the time of failover for each group and put them in a .html file to send by email. I found some useful scripts on the web, where I took part of the code...
  6. strogonof

    How to call style sheet attributes from javascript function?

    I'm getting an error that says that "object does not suport this property". I guess it has something to do with calling document.getElementById("...").style.display = ... What do you think ??
  7. strogonof

    How to call style sheet attributes from javascript function?

    I'm using a javascript file that includes the function code to change the visibility of the ActiveX Control. Do I use the same syntax to change it ?? in html file: <object id=&quot;myobject&quot;> in css file: OBJECT {display:none; visibility:hidden;} -> called when web page loads in js file...
  8. strogonof

    How to call style sheet attributes from javascript function?

    Hi... I have a web page with and Applet wich has a ActiveX Control on it. This applet also has a button. When I load the web page it calls a style sheet file, with an OBJECT selector that sets the ActiveX Control hidden. What I want to do is: when I click on the button it loads another applet...

Part and Inventory Search

Back
Top