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
Hullo All -
This is going to sound really odd, but here goes. . .
One of my coworkers was trying to familiarize himself with our OpenView server while I was away for training, and when I came back, half of the nodes no longer have anything in the interface/nic level. Half our switches (cisco...
Ah, you know, i found the problem. The title of the article was exactly what i needed, i don't know how i missed it before!
http://seer.support.veritas.com/docs/256313.htm
basically, i was using "account.name" for the user name, where it was looking for "name of a mailbox"
i thought they had...
i use Perl and either the MIME::Lite or Net::SMTP package, depending if you need to include links (MIME) or not (Net). With the Windows port of OV, Perl is included, so it's really easy to use. . .
Mornin' All -
Just the latest snag with our 8.6 to 9.1 conversion. . .
We having a bit of difficulty backing up the individual mailboxes on one of our two exchange servers. they are both entirely identical, except one server has only 10 mailboxes, while the other has 1500+
our single backup...
Have you tried running the backup engine in debug mode, and checked that for anything odd? The two or three times i've done this, it's all been greek to me, but maybe you can see where the OFO fails to launch.
stop the job engine service, place the line '-debug' in the parameter field, and...
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.