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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by baanman

  1. baanman

    errpt - paging space problem

    Hi, find which user is causing this error by finding user of userid = 369 . You can do that with; lsuser ALL |grep id=369 Probably the cause of this error is that the user don't have write premission on /tmp/TEST.0105/core file. Baanman
  2. baanman

    Stale partitions 0516-934 0516-068

    RudiVVC , I did not undertand why you are using AIX mirroring on a FastT . just create your luns with raid 1 or raid (1+ 0 ) level. Baanman
  3. baanman

    JFS2 LOG RECORDS FORCED OVERWRITTEN

    I had the same error a few months ago. I extended the JFS2log from 128Mb to 256 Mb. and the error did not came until last week. After a research I found out that this error was caused by some processes that are using a file for a very long time continiously. In my case it was a job process...
  4. baanman

    memory problem ?

    Moshiah , why do you think it is CPU bound? Baanman
  5. baanman

    FastT700+EXP700 raid level

    Well , it was also said in manual that you can add new disks to exp700 online , but when we did , we lost a lun which included my Rollback segments Tablespace , and caused Oracle crash. Baanman
  6. baanman

    mount file sytem error

    I had the same error on one of my filesystems after a logform to the loglv of that filesystem. the fsck took about 5 minutes to finish where I answred 'Y' to all questions. After fsck the filesystem mounted without any problem but some of my temporary folders were lost. to run fsck fsck...
  7. baanman

    migrate from Legato Networker 7.1 to TSM

    Hi nohandleisworking, why are you migrating from legato to tivoli, We are actually in search for a backup software and will make a choice between legato and tivoli. Baanman
  8. baanman

    aix5.2/p630 doesn't want to boot from tape, please HELP!

    Hi All, a new firmware has yet been released to fix this problem. Here is more info for this; Updated microcode for 7028-6C4 Systems Added support for system boot from tape devices containing boot images larger than 12MB. Must be used in conjunction with AIX 5.1 APAR IY54804 or AIX...
  9. baanman

    Telnet Sessions would Timeout after minutes of Idle Time

    What is your TMOUT variable set to ? if you dont want your telnet session timeout then set TMOUT=0 to in your .profile file. Baanman
  10. baanman

    How to modify default stanza in /etc/security/user?

    check 'chsec' command, Baanman
  11. baanman

    aix5.2/p630 doesn't want to boot from tape, please HELP!

    WiccaChic , after you created the image download it to your computer and write on a empty cd as ISO file. There is also additional info about this case at the below...
  12. baanman

    aix5.2/p630 doesn't want to boot from tape, please HELP!

    Hi kat115, I got the same problem as yours. I am taking my backup from smit and it displays an attention message while it backing up. I had not the ability to test the bootimage on the tape but I think it is not bootable. This error began after we upgrade from aix 5.2 to 5.2ML2. Does anyone...
  13. baanman

    Rman catalog question

    Hi All, Is it possible to use Recovery Catalog with rman once used rman without recovery catalog. Thank
  14. baanman

    Locking Users Out

    Here is the script I use for preventing user login. put the user names you want to prevent in a file 'list' , each name in a line. then run the script below; for i in `cat list` do BAAN_USER=$i echo $BAAN_USER chuser account_locked='true' $BAAN_USER done and for let them login run; for i...
  15. baanman

    Crash while booting

    Hi, Last saturday we needed to shutdown our server and when we restarted the server it crashed with the 'mounting /var' dsiplay on the led. I restarted the server again and this time ip started succesfully. There was no message in error log . I checked the bootlog and it seems like the...

Part and Inventory Search

Back
Top