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

    not able to connect to web server outside domain

    From home are you able to launch and FTP session from the command line? and is it successful? Could be the "passive FTP" setting in IE. Jesse Hamrick www.powershellpro.com
  2. WhoKilledKenny

    not able to connect to web server outside domain

    You can use z'shields up" from the Gibson Research Center to initiate a port scan from the internet to verify the ports required are accessed. Go to the server in question, launch a web browser, go to http://www.grc.com locate Shields Up and follow directions. report back your findings. Jesse...
  3. WhoKilledKenny

    Exchange database and backups continue to grow in size.

    Deleting mailboxes does not shrink the database. It just leaves whitespace where a mailbox once existed. To recoup size you need to run eseutil (which is a defrag utility for exchange). Do a search on Microsoft for your versions of exchange. READ INFORMATION CAREFULLY before attempting to recoup...
  4. WhoKilledKenny

    DHCP (Ip dropp)

    Here is my suspicion... Since you are using two NICs each having a default gateway, your routing table is having issue with the default route (0.0.0.0). Next time this happens do a 'route print' from the command line. What is the gateway for the default route? This will let you now which...
  5. WhoKilledKenny

    Grant non-admin account dns rights

    Since I'm not familiar with DNS on a member server I don't know if this suggestion apply: 1. Is there a DNSAdmin Security group in the Users OU in ADUC? Have you attempted to add users into that group? 2. Have you tested adding the user to the local\Power User group on the DNS server. 3. In...
  6. WhoKilledKenny

    Grant non-admin account dns rights

    In the DNS MMC, expand the tree, choose a DNS server (or connect to one), right-click properties, then security tab. Supply the user with an MMC. Jesse Hamrick www.powershellpro.com
  7. WhoKilledKenny

    SQL 2k5 Cluster install issue.

    I could shoot myself in the head after shooting myself in the foot. I logged on with a user account that had a drive mapping to H: drive (home directory). I was trying to load SQL on the local H: drive (share resource drive) but it didn't exists in explorer. Disconnected the mapped drive and...
  8. WhoKilledKenny

    SQL 2k5 Cluster install issue.

    Error: SQL Server Setup cannot write to removable media. To continue, specify a directory on a hard disk attached to the computer where SQL Server will be installed. Getting error on setup, it thinks my cluster drive is removable media? Don't know why, not much on the web at this time...
  9. WhoKilledKenny

    IIS6 and PHP5

    How about loading the module in apache config file - httpd - and restart apache? Jesse Hamrick www.powershellpro.com
  10. WhoKilledKenny

    MS Cluster 2003 changing default gateway

    Just change the gateway on each physical node, Win2003 doesn't require a re-boot. Changing the gateway would not affect cluster resources (just Network Communication). This change doesn't require and reconfiguration of the cluster or it's resources. Should not have to fail over cluster, there...
  11. WhoKilledKenny

    SQL 2005 Clustering

    When you say no shared storage, it sounds like you want to build this for testing? Suggestion would be to look at VMWare Server: http://vmware.com/products/server/ Or Microsoft's Virtualization product. VMWare server is free, not sure about Microsoft's. This will allow you to build a cluster...
  12. WhoKilledKenny

    Document my NT 4.0 file shares & permissions.

    Hyena is cool... From the same site you can download a free tool called DumpSec, which dumps reports into different file formats. Here is Systemtools download page for DumpSec. http://www.systemtools.com/cgi-bin/download.pl?DumpAcl Jesse Hamrick www.powershellpro.com
  13. WhoKilledKenny

    NT 4.0: Is there a way to move old files via .bat file?

    Robocopy (Resource kit util) works with NT 4.0 and will move old files (age defined by user) to another location. It will also purge the moved document on the current server. Robocopy runs in monitor mode so that you don't have to complete to task manually...
  14. WhoKilledKenny

    Virtual Directory and Default webste

    Is there a requirement for using a virtual directory? Couple of things you could do: - Use the "Local Path" under the Home Directory tab of the web site and point it to the physical location of the folder that contains your site. or - Move the site to the root of the web site and just remove...
  15. WhoKilledKenny

    IIS6 and PHP5

    Suggestion... Aren't there some .dll's that need to be moved to the %systemRoot%\System32 directory? It's been awhile since I've installed IIS, PHP, and MySQL. I vaguely remember having to copy .dll's from the install directory (PHP or MySQL)to the system32 folder. Should be documented in the...
  16. WhoKilledKenny

    REMOTE_USER Variable and its implementation

    Start here: http://www.derkeiler.com/Newsgroups/microsoft.public.inetserver.iis.security/2003-07/1173.html Sorry I could not have been more help to you, I have not used PHP and IIS. Jesse Hamrick www.powershellpro.com
  17. WhoKilledKenny

    REMOTE_USER Variable and its implementation

    From their web-site: MRBS can connect to several kinds of services, like LDAP servers; NT domain controllers; Netware servers; pop3 or imap mail servers; etc. Authentication doc, I don't want to assume that you have read this? http://mrbs.sourceforge.net/AUTHENTICATION.html More info on your...
  18. WhoKilledKenny

    IP conflict

    If you do have conflict detection on... Is the conflicted IP a reservation in DHCP? Could be that someone has statically entered the IP on a workstation that is a reservation for another PC within DHCP. Could also be an IP that is outside the DHCP scope. Jesse Hamrick www.powershellpro.com
  19. WhoKilledKenny

    "Domain Not Available". How to deal with it

    When you visit a Place with a different domain, are they configuring your laptop as a member of their domain? This would null an void your computer membership with any other domain (including your own domain). Your cached accounts would no longer work as well... Jesse Hamrick www.powershellpro.com
  20. WhoKilledKenny

    IIS with Belkin router

    Can you view your web-site from an outside network? Meaning, not from your internal network going out to the internet and attempting to come back in. I have had issues with some (consumer) routers that do not allow you to go out and come back in. Jesse Hamrick www.powershellpro.com

Part and Inventory Search

Back
Top