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 Chriss Miller 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: TAW
  • Order by date
  1. TAW

    HP 3000 Volume Not Mounted

    Sounds like you have a failed disk drive. Is this still an issue?
  2. TAW

    Restoring from tape recreates users

    You can change the user a couple of ways, the easiest would be if you have MPEX, VESOFT and using the ALTFILE command. ALTFILE ZIPJ;CREATOR=MGR.ACCT1. If you don't have MPEX, you can make a copy of the file, rename the existing file, the copy the file back to its original location. The user...
  3. TAW

    password being blanked out with hashing

    We are running AIX 5.2 with password hashing, occasionally user passwords are blank. This might be tied to using PWDADM against these accounts. Some accounts require the hash be deleted and rebuilt to reset the password. Has anyone else seen this issue? Thx
  4. TAW

    DB2 Agent with Advanced Client agent

    Can DB2 agent be used together with Advanced Client agent to back up a database directly over the SAN? Or will Advanced Client agent only work for filesystem backups?
  5. TAW

    Veritas 4.5 to 5.1 upgrade

    We are going to be upgrading our AIX 5.2 maintenance level 4 machine from Veritas 4.5 FP 3, GDM Master of Masters to 5.1. Are there any known problems or "gotchas" that we need to know about? Thx TAW
  6. TAW

    Failing disk

    You need to go into SYSGEN, go to the I/O configuration section, and to an LDEV 9. It will show you the type of drive and the physical path. Hope this helps TAW
  7. TAW

    How to increase default memory allocated for spoolfile.

    what error message/number are you getting when the program terminates? TAW
  8. TAW

    Are these files too large to backup?

    Which system(s) have to be FP6 master/media and client or just the master/media server?
  9. TAW

    Catalog Backups

    We have Veritas NetBackup 4.5 installed on windows master servers and the catalog backup completes normal with a return code of zero but the current kilobytes written and current files written are 0. Is this just an error in the way it reports the catalog backup or is nothing getting backed up...
  10. TAW

    Abort/logout after a period of inactivity

    The only other thing I can think of is writing a script/program that finds the user(s) specific session, then do a showproc on the session number, write that output to a file and compares it to the previous run. If the CPU time for all the accumulated PINS stays the same (indicating an inactive...
  11. TAW

    Abort/logout after a period of inactivity

    You can also change the CI TIMEOUT value in SYSGEN, it is in the MISC section. Hope this helps.
  12. TAW

    Abort/logout after a period of inactivity

    Do you have MPEX from VESOFT? There is a utility/job BACKG that allows you to abort inactive users.
  13. TAW

    How can I change the default gateway address for a NIC configuration

    1 Sign-on as MANAGER.SYS 2 run NMMGR 3 f1 (open config) 4 f2 (NS) 5 f1 (Guided Config) 6 (enter Network Name) and hit f1 (config network) 7 f4 (neighbor gateways) 8 (enter Gateway Name) and hit f6 (modify) OR IF YOU DON'T have a configured gateway (enter Gateway Name) and hit f5 (add) 9...
  14. TAW

    NBU 4.5 reporting

    Is it possible to write a report to monitor the number of tapes in the scratch pool (If the number available to scratch falls below a threshold, I want to be notified)? If so, can someone get me started in the right direction (I'm new to NBU).
  15. TAW

    LOAD ERR 38

    you're welcome
  16. TAW

    LOAD ERR 38

    I was just looking at that on my remaining 918 in the field, which is about to be turned off, it is set to 255. Glad you found it. It's a good idea to cut an SLT once a month.
  17. TAW

    LOAD ERR 38

    The only the I can think of with the SLT would be a missing patch that was required for 5.5. How old was the SLT? When was the last patch loaded? You can restore HPSWINFO.PUB.SYS from a recent backup and it will tell you went the last patchers where applied to the system and what they where...
  18. TAW

    LOAD ERR 38

    how much free space do you have on the system volume set?
  19. TAW

    LOAD ERR 38

    I take it the compile/prep didn't change recently. What was the hardware problem the caused the crash/reload (disk failure)? Did you have any errors on reboot? Do you have a support contract with HP?
  20. TAW

    LOAD ERR 38

    The program is Compatability mode. When you run it, are use using the MAXDATA parameter in the run statement? RUN PRGXYZ;MAXDATA=32767 The 32767 is the highest value, try it and see if it works. It's been awhile since I compiled a compatability mode program. What does your PREP statment...

Part and Inventory Search

Back
Top