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 gkittelson 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: tood
  • Order by date
  1. tood

    breaking down a scalar into an array

    Thanks Paul.
  2. tood

    breaking down a scalar into an array

    I think I worked this out $x contains: bnr,KIL,vi,dd,,,,,,dse,sdg,,,,,, @y=split(/,/,$x); $z=$y[1]; print "$z \n"; output: KIL this seems to work. Is there an easier way to do this?
  3. tood

    breaking down a scalar into an array

    Hi, newbie to perl here. please be gentle. how can I get a comma delimited line of text from a scalar into an array. example text: bnr,KIL,vi,dd,,,,,,dse,sdg,,,,,, I actually want to use the second field, in this case "KIL". I thought if I could get it into an array I could just...
  4. tood

    logon script returning: System error 1326

    Hi Gia, thanks for your response. the policy is using the logon script part of the user policy. the machine part is disabled. the rights to the GPO are fine as the policy is applied, verified by using gpresult.exe. it's just the net use commands are returning the error. when I run the...
  5. tood

    logon script returning: System error 1326

    Hi all, I have been hammering my head against a brick wall for sometime on this: I have win2k Pro clients connecting to a win2k AD domain controller also running file and print services. I'm running a logon script through a group policy (the only thing applied in the policy). The script is...
  6. tood

    Changing IE setting

    What is the best way to change Internet Explorer settings for 30 users. I need to change from "Use a Proxy Server" to "use automatic configuration script". I have NTTS running 1.8. Thanks Tood
  7. tood

    Command line inventory

    Hi all, I'm running networker 6.2 on Windows 2000 sp2 with a overland data 5-tape autoloader. I would like to run a script that performs an inventory of the autochanger. What I'm seeing is that when a different pool of tapes at still inventoried by networker, but physically the tapes are not...
  8. tood

    automatically unmounting a tape

    Hi Jkalbus, Thanks for your response. I took a look at my idle device timeout setting and it is already set to 10, so enabled. I looked at the help function of this and it says that the idle device timeout only apply's to SmartMedia, Silo and shared native jukeboxes with device share enabled...
  9. tood

    automatically unmounting a tape

    Thanks, this works nicely. Tood
  10. tood

    automatically unmounting a tape

    Hi, I'm running Networker 6.2 on win2k sp2 with a Overland Data autochanger. I would like the tape to automatically eject from the drive back into the autochanger after completing a backup. I see under the properties of the antochanger there are several features that can be selected. Under...
  11. tood

    input/output error

    Hi, I have recovered from this error. There was one important thing step I was doing after install the autochanger at the Win2k level, but before adding it in Networker. That is disabling the device in the Microsoft Removable Storage Manager (RSM). Networker currently doesn't support RSM and...
  12. tood

    input/output error

    I too am having the same problem. I have a Overland Data loaderXpress library running on win2k svr sp2, with latest drivers from overland data. I also updated the Quantum tape drive driver in the library with the latest from Quantum. When I try to either do an inventory or a reset on the...
  13. tood

    AE3011 - hundreds of files returning this error

    I didn't try the unloading and reloading of the different tsa, but I have found a fix. It is simple but a bit time consuming. I simply made a copy of the directory/files, deleted the original and renamed the copy to the original name. The error goes away and the directory/files are backed up...
  14. tood

    AE3011 - hundreds of files returning this error

    I tried changing the retry options mentioned in the CA article, but it has made no difference.
  15. tood

    AE3011 - hundreds of files returning this error

    Thanks for your help....I'll try this and let you know how it goes.
  16. tood

    AE3011 - hundreds of files returning this error

    Yes, support pack 9 is installed. does this support pack contain the latest files you stated above? I have TSA500.NLM not TSA411.NLM in the system directory, although TSA410.NLM, TSA400.NLM and TSA312.NLM are also present.
  17. tood

    AE3011 - hundreds of files returning this error

    Hi all, I'm receiving this error message on hundreds apon hundreds of files, all from a netware agent: AE3011 Failed to open file <file path> I don't get this error message from any of the files being backed up through a NT agent. CA support site have this article...
  18. tood

    DC's running File and Print services. good or not

    My company has 1300 users globally, but I have only 50 users in my office with 6 printers (4 that do hardly any work) and about 25Gb of data to share. My network connects back to the main office across the Pacific via a 512k frame relay connnection. I believe my box is well over spec'ed being...
  19. tood

    DC's running File and Print services. good or not

    I have to setup a DC in my regional office to connect to our new win2k evironment. All the doco I read points in the direction that DC's should be dedicated and F&P servers should be members. I guess this is the ideal environment. I'm considering running F&P on a DC. Can anyone tell me the...
  20. tood

    what address format do I use for?

    Sincgib, thanks, you steered me in the right direction. It is now working, yahoooo. the problem was that I hadn't installed IMS (i thought it was used with connections to the internet only). After installing and configuring ims and dns it is now routing outlook express mail to a mailbox...

Part and Inventory Search

Back
Top