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...
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...
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...
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...
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
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
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...
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...
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
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...
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...
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...
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
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.