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 strongm 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. quicksaab

    volume groups

    Thanks Chacalinc, That is exactly what I needed - the filesystems is what I need to deal with. I appreciate the script. So it is 'bdf' not 'vgdisplay', ahhh. q
  2. quicksaab

    volume groups

    Volume groups eventually fill and the system goes down. There is a bug in the software that we would normally use for this ( chekcing the sizes) and we are looking for other ways to do the database maintenance. q
  3. quicksaab

    volume groups

    Q1) What are people using to monitor volume groups out there? Q2) Does anyone have a script they are using that automates the process? Willing to show syntax? Q3) Can you issue a vgdisplay during production hours? I am thinking you could issue a vgdisplay via cron and redirect to a file.. q
  4. quicksaab

    EPO Vs SMS

    No idea what SMS is - but the EPO is as good as it gets. It took me a few minutes to get my fingers around it, as it is so deep. Once you get it dialed in though - phew!. We check for new DAT files every fifteen minutes and I have distributed repositories (installed on in house app servers at...
  5. quicksaab

    Problems with GroupShield 6.0 on Exchange 2000 Clustered

    Another follow-up, I agree with the assesment that the 6.0 is not ready for primetime, I am going back to the 5.2 as well at this stage. The functionality is just not there in 6.0. I feel that the 5.2 had better real features that 6.0 does not have. Sure 6.0 has some nice bells and whistled...
  6. quicksaab

    SMPT vs MAPI event sink

    You cannot modify MAPI messages trapped in a Simple Mail Transfer Protocol (SMTP) transport event sink, such as one that implements the ISMTPOnArrival::OnArrival method. Any modifications made to these messages seem to be successful, and show up in the scope of the event sink, but do not persist...
  7. quicksaab

    email disclosure

    I want to attach an email disclosure to outgoing emails. I know you can buy 3rd party software, but I wanted to know If anyone had done a custom solution and what they did. I did a little research and I came up with the source below. It is essentially what I want to do. Think of it more as...
  8. quicksaab

    Apache Upgrade

    Hey folks! We had our internal security audit done and I need to upgrade the apache version on one of our servers. The specs are: Red Hat Linux release 6.1 (Cartman) Kernel 2.2.12-20 on an i686 Our version is 1.3.19 and I want to upgrade to 1.1.29 I do not know enough to provide more info at...
  9. quicksaab

    Dynamic String Array Size

    for(int arrcnt = 0 ; glbDealid[arrcnt] !='/0' ; arrcnt++) { cout<<glbDealid[arrcnt]; } Change glbDealid[arrcnt] !='/0' To glbDealid[arrcnt-1] != '/0'
  10. quicksaab

    power inventory

    Thanks Guys..
  11. quicksaab

    rules in error

    The utilities look great! Unfortunatly, I downloaded the exmerge utility and it was for 2003, not 2000. I looked through the cd and did not see anything. All the utilities look good though. At his point I created another email account and gave her permissions to it. I am having her move...
  12. quicksaab

    rules in error

    This is a semi-repeat post, but I still have no solution. I have an employee who created a rule, then deleted it - and gets an error every time they start outlook. It says rules in error. I was asked before what this was for - since it is the exchange 2000 board - we can safely assume it is...
  13. quicksaab

    power inventory

    I have been asked to do a power inventory for our server room. I am not sure if this is the right place...but anyway. I am at a loss to gauge how much more or less we can accomodate from a power perspectve. We are not tripping breakers everyday - but we are using a lot of powerpacks to plug...
  14. quicksaab

    Find OU from username

    I hope one would know what an OU is....anyway, each OU fires a different login script, so - if you reference on the file name of the login script. Not sure what you are trying to do..... q
  15. quicksaab

    file transfer: destination host.

    I am trying to simulate a ftp put in vbscript. Is there a way that I can connect to an ipaddress? A .connect method that I do not know about? Or - if I use the WshShell.run(&quot;ftp hostip&quot;) is there a way to echo the statements that I want to use (put filename, etc)? I am trying to...
  16. quicksaab

    &quot; :VSMail mx1 &quot; what is this???

    It was in the subject part of an email I recieved. My original subject was 'test'. My assumption was that since this is the exchange forum, if one had seen this - they would know it was email related and what is was. This was the whole subject line: RE: test :VSMail mx1 My original...
  17. quicksaab

    &quot; :VSMail mx1 &quot; what is this???

    Does anyone know what this is? I have never noticed it before q
  18. quicksaab

    Batch File

    change HKEY_LOCAL_MACHINE to HKLM q
  19. quicksaab

    Batch File

    change HKEY_LOCAL_MACHINE to HKLM
  20. quicksaab

    rules in error

    have uninstalled office on the desktop and erased the profile on the computer. The problem is somewhere on the server, any ideas on where I can look? q

Part and Inventory Search

Back
Top