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 TouchToneTommy 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 michealclark

  1. michealclark

    6M1 undetermined errors - AIX 4.3.3.0-10

    I spoke with an IBM CE a few months ago about problems the 6m1's were having with the system planers. You might want to give hardware support a call. Just to be safe.
  2. michealclark

    Script to launch SMIT

    You are very welcome. Glad I could help.
  3. michealclark

    AIX 5.1 and Hyperterminal

    Hi Mayday, Sorry you are having problems but I am glad reinstalling Hyperterminal allowed you to connect. I have one question. Is it asking to assign the console, or is it giving you the standard AIX login prompt. If it is asking to asssign the console, try preesing f1 or te 1 key that is...
  4. michealclark

    Script to launch SMIT

    I was able to get this to work You have to specify the sdout since you are not running smit directly from a terminal. #!/usr/local/bin/perl -w $err_msg=&quot;Operation Failed Contact Help Desk&quot;; $cl=system(&quot;clear&quot;); $tty=`who am i | cut -c 13-18`; $menu=<<'printq_menu'...
  5. michealclark

    mksysb problem

    From what I know c31 is a Led code that indicates that the CD-ROm is not bootable, you my try to recreate the CD from the 6-M1 and retry, If there are too many hardeware differences between the 6m1 and the 270, It may not boot. But more than often it is the CD, Try to mount the cd on a seperate...
  6. michealclark

    vmstat not working

    I have run into this problem before, and the only way I got around it was a reboot.
  7. michealclark

    HP Laser printer 4

    Are you doing this as root?
  8. michealclark

    INIT_RAPID

    I would have to agree. INIT_RAPID is a kind of gereric catch all for programms that are set to respawn, but for some reason do so too rapidly. i.e. the program terminates as soon as it is spawned. it can happen to getty sessions (tty's) and programs alike. I would either restart the box, or edit...
  9. michealclark

    Limiting telnet access from an IP address

    Hi guys, Is there any way possible to limit telnet sessions to AIX from a PC. All of our users login to AIX with the same user account. Sometimes they run multiple sessions from pc which is causing some issues. Thanks as always for your help, Micheal
  10. michealclark

    johny2001

    one thing you can try is adding clocal to the STTY attributes for RUN time and LOGIN. make sure you have login set to enable. and you can check for a getty session by doing a ps -ef |grep getty at a root prompt. Hope that helps Micheal
  11. michealclark

    mksysb??

    Dave you are the man!
  12. michealclark

    mksysb??

    GEE, I feel so silly. I was using the smit, SYSTEM STORAGE MANAGER, FILES AND DIRECTORIES, LIST CONTAETS OF A BACKUP. a mksysb creates an image not actual files. did a listvgbackup -f'/dev/rmt0' and they showed up nicely Thanks a lot though, yet set me on the right track sheepishly, micheal
  13. michealclark

    mksysb??

    Hi guys, Got a question about a mksysb, I create one using SMIT, and the process goes without errors. However when I try to varify its contents, I get &quot; The archive is not in backup format.&quot; What am I doing wrong? Thanks for your help :)
  14. michealclark

    Invalid file system control data detected

    thanks aixqueen, I found the problem late Friday evening, had a user that &quot;X'ed&quot; out of a telnet session while copying to the directory the file system was on. After a reboot, I unmounted the file system and ran fsck and all apears to be well again. :) thanks for your help. Mike
  15. michealclark

    Invalid file system control data detected

    hi guys, Agian I am having a problem, I cannot copy to a directory. I am getting a : cp: &quot;filename&quot;: Invalid file system control data detected. If anyone has any idea what this means, i would be very grateful.

Part and Inventory Search

Back
Top