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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Rovent

  1. Rovent

    Cannot configure Catalyst 2924's in CiscoView?

    Hullo All - I've recently added several Catalyst 2900 XL series switches (2924's) to my CiscoWorks2000 server. We have several other flavours of switches on our network (2980s, 2950s, 5500s, etc), and when we right click on those device in CiscoView and select "Configure", it brings up the...
  2. Rovent

    PERL/DBI: display autonumber after insert

    Ah, thank you both! That was it exactly!! - alex
  3. Rovent

    PERL/DBI: display autonumber after insert

    Hullo all! I'm not sure if this is possible or not, but i'm not really too up on my SQL. . . I have a page where customers can insert comment cards. After the comment card is inserted, i would like to return what number the autoincrement assigned to the new row. The pseudocode would kinda...
  4. Rovent

    which report to use?

    Hullo All - i'm relatively new to CommVault, and am having trouble trying to get the report i'm looking for. . . All i need is a listing of all the media (in the library or not), and how much retention time/time till overwrite is remaining. ex. 00001 : 7 days remaining 00002 : 7 days...
  5. Rovent

    Data Error (Cyclic Redundancy Check)

    axb123 - Just out of curiousity, what version of Veritas and media are you using? - alex
  6. Rovent

    IIS, PerlScript, and a problem...

    Cipro - it sounds like you might have missed this step: /******/ Finally, click on the Configuration button Now, i'd probably rename the Perl scripts to *.CGI just to clear up any confusion, and then configure CGI files to be executed by ActivePerl Click on the Add button and add this...
  7. Rovent

    IIS, PerlScript, and a problem...

    hmmm. . .it looks like you're trying to run a perl/cgi script inside a VB script, which is something i really don't have any experience with. maybe someone else on this board can help you with that one? sorry! - alex
  8. Rovent

    IIS, PerlScript, and a problem...

    Chanzen - can you paste the first, maybe 5 or 10 lines of your code? if it's Perl/CGI, you may need to insert this line at line one: #!<PATH TO perl.exe> (so: #!c:\program files\perl\bin\perl.exe) if it's VisualBasic/ASP, it may be looking for something else. . . - alex
  9. Rovent

    IIS, PerlScript, and a problem...

    Shrubble - it's actually pretty easy, as that's the set up we use at my shop. First, go to ActiveState.com, specifically http://www.activestate.com/Products/Download/Register.plex?id=ActivePerl and download ActivePerl and install that on your IIS server. Reboot. Next, make sure you download...
  10. Rovent

    Access denied running &quot;DIR&quot; on remote server

    Hullo All - I've got an odd question, and i've seen a couple other threads on this, but none of them seemed to help me out. . . I have IIS 5.1 running on a Windows 2000 Server called "Openview". I'm trying to display the size of a file on remote server called "Exchange". at the command prompt...
  11. Rovent

    V. large file::stat returns negative number!

    rhymejerky - ah, thank you SO much! i managed to twist it a little and come up with this: $size = (split(/\s+/,(`ls -la '$filename'`)))[4]; (the single quotes because the UNC name has a space in it. . .) thanks again! you've saved my sanity on this one! - alex
  12. Rovent

    V. large file::stat returns negative number!

    Hullo all - I'm trying to get the size of a very large file (60 GB), and every attempt i've tried to get the size returns a negative number (-195.000.000) I've tried (stat($filename))[7], $size = (-s $filename), $size = $filename->size; they all return that same value. All of those commands...
  13. Rovent

    Best Backup Software

    I've been using Veritas for a few years, and i'd have to say that, really, the software is crap. But, it is a HECK of a lot better than ARCServer or some of the other no-name programs we've seen out there. The one thing to look out for is the massive engine re-write they did going from version...
  14. Rovent

    Question on OPENVIEW

    Mel - For a smaller environment, i'd say it's really not worth the financial investment, much less the headache associated with trying to learn how it works. we've got an enironvment of about 15 servers and 50 network devices, and it doesn't get a lot of use here. Depending what you need it...
  15. Rovent

    can BE v. 9.1 restore single pieces of mail?

    I'm not sure about a lot of mail servers, but i know if you have Microsoft Exchange and the Microsoft Exchange Agent for BE, you can. as long as they are saved out to the server and not on a local PST, you can restore single messages. . . - alex

Part and Inventory Search

Back
Top