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. hydruid

    Bogen Multicom 2000 Paging Issue

    Hello, Thank you for all the responses. I was unable to get Bogen to help me over the phone, but they did respond to a few of my emails. It is normal behavior for the system to "exit" in the manner that I mentioned. The root of my problem ended up being that I was using the wrong Station #...
  2. hydruid

    Bogen Multicom 2000 Paging Issue

    Curlycord, I tried to call their support but they wouldn't help me. Is there any special button I have to push or hold? Maybe I'm missing a step. Thank you for your response. My posts are my opinion. However if I link a Microsoft Article it doesn't mean I necessarily always agree with it.
  3. hydruid

    Bogen Multicom 2000 Paging Issue

    Hello All, I was tasked with installing a new bullhorn into an existing Bogen Multicom 2000. The bullhorn works when I do an 'all page'. However I'm having issues assigning it to a paging group. I tried to do a station initialization to assign the slot/port with an architectural number and it...
  4. hydruid

    Slow 2008 reboot after updates

    It sounds like it's dns for sure. What is the dns set for on your Primary DC and secondary DC's that you're running? What is the dns set for on member servers? My posts are my opinion. However if I link a Microsoft Article it doesn't mean I necessarily always agree with it.
  5. hydruid

    Slow mapping network printers

    Try removing the printers first, then adding them, that might be causing the slowness ================================================= Option Explicit Dim objNetwork, strUNCPrinter1, strUNCPrinter2, strUNCPrinter3 strUNCPrinter1 = "\\SERVER\warprt06" strUNCPrinter2 = "\\SERVER\WARPRT08"...
  6. hydruid

    Slow mapping network printers

    so the client pc is windows 7, and it remote desktop's into a 2008 server? try this script just to see: ========================================================= Dim objNetwork, strLocal, strUNCPrinter1 strUNCPrinter1 = "\\server\burithp4" Set objNetwork = CreateObject("WScript.Network")...
  7. hydruid

    Software License Management technology

    If you have under 500 employees, either use a simple excel sheet or a simple php/mysql database Correctly asked questions will receive a better answer.
  8. hydruid

    R2 roaming profile migration from 2003 x86

    yikes, for me office 2007 is the hardest to customize to work properly without manual editing. your best best is to either do it by hand or macro logins and outlook setups Correctly asked questions will receive a better answer.
  9. hydruid

    R2 roaming profile migration from 2003 x86

    what version of outlook are you running? shouldn't be too tough to deploy with office options, gpo's, and or vb scripts to customize it. My personal favorite though is to give them a handout that says if you want your email to work do this lol. Correctly asked questions will receive a better...
  10. hydruid

    R2 roaming profile migration from 2003 x86

    I've found the best solution is to have all the users login to the new system (I did this with a macro program, winmacro) Then take a list of usernames and set them up like this in a batch file with the variable option and robocopy their stuff from the old location to the new: set var=user123...
  11. hydruid

    Mapped Personal Folder

    viola http://support.microsoft.com/default.aspx?scid=kb;en-us;316353 Correctly asked questions will receive a better answer.
  12. hydruid

    Slow mapping network printers

    will you post an example of your vb mapping script? is the network slow? this should never take more than a few seconds. Correctly asked questions will receive a better answer.
  13. hydruid

    Ricoh Document Server

    Hello, I have several large ricoh printers. We use the document server features with mailboxes. Right now I have to login as 500+ users to configure each mailbox by hand, on whichever pc they are using, even though we have roaming profiles. Is there a way to script this? VB, GP? Correctly...
  14. hydruid

    ALL LIGHTS ON SWITCH BLINK NON-STOP

    I finally resolved the problem. My windows cluster (network load balanced) that was sending out multicast igmp packets. I changed the mode to unicast, and switched the value for MaskSourceMAC from 1 to 0 in the registry on the windows servers that were load balanced. Here is the link where I...
  15. hydruid

    ALL LIGHTS ON SWITCH BLINK NON-STOP

    Updates: I had a Ciso tech come out from my company and he looked around and gave me the following instructions: 1. block igmp at the router/firewall 2. enable bpdu port guard, and portfast for all switch ports besides uplinks 3. enable trunking on all switch uplinks I have blocked igmp and do...
  16. hydruid

    ALL LIGHTS ON SWITCH BLINK NON-STOP

    I've set the switches back to default, so they're running a generic default config, which should be fine in a small flat vlan I checked every port and every switch, took me a couple days but I did it, no hardware loops. so portfast won't be anbled if I've set the switches back to default The...
  17. hydruid

    ALL LIGHTS ON SWITCH BLINK NON-STOP

    I will do some more testing thursday but the problem is that stuff doesn't hit the fan right off the bat, it takes time for it to build up and cause the blinking lights Correctly asked questions will receive a better answer.
  18. hydruid

    ALL LIGHTS ON SWITCH BLINK NON-STOP

    the deal is that it's every switch in the network. I'm convinced it's a hardware loop but I haven't been able to find it. I installed zabbix tonight, to monitor the amount of traffic in and out of each port on each switch. some of the ports are jumping up to 1000kbps of traffic in the middle...
  19. hydruid

    ALL LIGHTS ON SWITCH BLINK NON-STOP

    Hello, I have a flat vlan setup with 10, 3560g switches. A week ago out of no where all the lights started blinking non stop as fast as they will go. There are no physical loops. All switches are running the default config. I've shut each one down one at a time to see if that fixed the...
  20. hydruid

    Need vlans setup?

    Do you see anything that I missed? I didn't have a fiber SFP for switchF, so I used the fiber in switchE so everything will be in Vlan1 Correctly asked questions will receive a better answer.

Part and Inventory Search

Back
Top