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 bkrike 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: *

  • Users: IainT
  • Content: Threads
  • Order by date
  1. IainT

    Problem updating home directory attributes in AD

    Hi folks. I'm using the following script to change the home directory attributes for all the users in a given Active Directory OU: Set OU = GetObject("LDAP://OU=users,OU=schoolname,OU=schools,DC=test,DC=elc") For Each objUser In OU If objUser.Class = "user" Then objUser.Put "homeDirectory"...
  2. IainT

    Problem installing NBU Client 4.5 onto Win2K server

    I'm trying to install the NBU client onto a Win2K server. It runs through the setup questions OK, but when I click the button to start the actual installation, the "Installation Completed Successfully" window is displayed instantly, and no files are actually written to the server. Comparing the...
  3. IainT

    Switching disks between servers

    I have two identical PE4600 servers, bought at the same time. One is in a live environment, one is used as our development box. We are having constant memory problems with the live box, which Dell seem to be incapable of fixing. In the meantime, I'm thinking of swapping our development server...
  4. IainT

    NDMP restore on Storagetek L20

    I'm trying to do a restore of an NDMP backup from DLT tapes, using our new SDLT library. I've got past our earlier incompatability problems (thanks to all who commented!), but I now seem to have a terminal problem. I think my tape is knackered, but just in case anyone has any great ideas...
  5. IainT

    Reading DLT tapes in a new SDLT drive

    We have just replaced our old ATL library (one DLT8000 drive) with a StorageTek L20 (one SDLT320 drive). I have configured the new library as DLT3 to match our other SDLT library. My problem is reading the old DLT tapes in the new library - NBU doesn't view the DLT tapes as valid media for the...
  6. IainT

    Installing NBU 4.5 Client on Win2K with no drive C:

    I am trying to install the NBU 4.5 client on a Win2K server - unfortunately, this server does not have a drive C: - the company that set it up created it with the system volume on drive E:, and a data volume on drive G:. When I try to install the software, after answering all the setup...
  7. IainT

    Changing text

    Hiya, Am v bad at javascript but am trying to use javascript to try to do something on a web page. Any help would be appreciated. Basically, if I have some HTML code along the lines of <html> <head> <title>1</title> </head> <body bgcolor=&quot;#FFFFFF&quot;> <table width=&quot;90%&quot...

Part and Inventory Search

Back
Top