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!

Search results for query: *

  • Users: czins
  • Order by date
  1. czins

    Command History in AIX

    Hello, try: set -o emacs in your .profile file regards Stefan
  2. czins

    Network speed to a CATALYST 6500

    Hello Khalid, you were right we had to use a category 6 cable instead of the category 5 we initally used. Thanks for your answer. Regards Stefan
  3. czins

    Network speed to a CATALYST 6500

    Hello, I have a 520 Server connected with the on board adapter to a CATALYST 6500 switch. The only combination which works is auto sensing on both sides, but then the entstst -d ent0 and some mesuring gives a network speed of 100Mbit full duplex instead of the max. possible 1Gbit. When we tried...
  4. czins

    remove a file with name -c

    Hello Ken and aau, thanks a lot for your help, it worked perfectly. Regards Stefan
  5. czins

    remove a file with name -c

    Hello, I produced accidentally a file named: /tmp/-c I tried following commands to remove it: rm * rm "-c" rm "\-c" rm '-c' but I was not successfull. Does somebody have an idea ? Regards Stefan
  6. czins

    HMC mandatory for HACMP

    Hello mrn, many thanks for your answer. We are running a little oracle database on the server and we use it as the fileserver in parallel. Performance is not the problem (even with the H80)but we should not have service interuptions longer then 1 to 2 hours. Regards Stefan
  7. czins

    HMC mandatory for HACMP

    Hello, we are thinking about replacing our old H80 server. We had the idea to take two small p5servers and a san disk system with HACMP. Do we need a HMC for this configuration or is there a low end mode for HACMP which does not need a HMC ?
  8. czins

    listbox with a list

    Hello Bong, yes you are right, this list is created in a proc. Does this have an effect displaying the list with a listbox ? Regards Stefan
  9. czins

    listbox with a list

    Hello Bong, thanks for your replay. I tried it many times with the options you described because it seemed so logically to me. But I never got the list in the window. Is there another thing I could miss in this area ?
  10. czins

    listbox with a list

    Hello, I just got it: foreach i $cliste { .m.outp.lb insert end $i } Thanks for reading anyway Stefan
  11. czins

    listbox with a list

    Hello, I need to display a listbox of a list variable crated with with lappend (cliste). The command "puts" shows the rows enclosed in brackets {} but I cant get the list displayed in the listbox. Please check the command: .m_outp.lb $cliste in my code. Can I have some advise please ...
  12. czins

    C Compiler version 5 to 6

    Hello everybody, I just installed, the C++ compiler v6 and added the line in the nodelock file as described. My c programs are compiling without any troubles but my .cpp programs return a signal 11. Does anybody have an idea whats wrong ? Regards Stefan
  13. czins

    Tablespace create slow (udb) on aix - high i/o waits

    Hello, I had some similar effects with another application running under AIX5.1-ML04. After migrating to AIX5.1-ML05 the I/O wait has disappeared. Regards Stefan
  14. czins

    IBM Power275 reliability ?

    Hello Levw, this was the first batch of IBM computers where no machine had a new defect part. They are much quieter and lighter then the p630 and my user are telling me they are fast like hell. For good performance you have to install at least AIX5.1-ML05. Best regards Stefan
  15. czins

    scsi tape is not recognized by the p275

    Hello blasvinas, thanks for your reply. The problem was that we had #6204 SCSI Diff(erential). Adapter and this is not compatible with the single ended scsi. When you want to connect your old tapes to this machine you need the: #6203 Ultra3 SCSI Adapter There are no more scsi adapters on...
  16. czins

    scsi tape is not recognized by the p275

    Hello everybody, I just got a brand new p275 and wanted to install it with my 3 year old 4mm scsi tape, which I used last time to install a p630 without any problems. The cfgmgr does not recognize the tape. For a test a replaced it with my DLT IV tape and I got the same negative result. The...
  17. czins

    xhost + needed after 433 ML migration

    Hello Yegolev, thanks for your reply. My lpp's are ok and I tried the newest driver for my space mouse, but I there was no difference. Perhaps I have to wait a little longer. Regards Stefan
  18. czins

    xhost + needed after 433 ML migration

    Hello, I migrated a 44P-170 from AIX433ML09 to AIX433ML11. After the migration the space mouse driver is not starting in the user environment before "xhost +" is set, what we had not to do before. The space mouse driver is started from the inittab with the following command...
  19. czins

    Content extraction problem in 8mm 5GB xyabyte tape.

    Hello Ranjan, sorry I am out of ideas. Regards Stefan
  20. czins

    Content extraction problem in 8mm 5GB xyabyte tape.

    Hello ranjank, you did it with: tar -xvf /dev/rmt0 ? Reagrds Stefan

Part and Inventory Search

Back
Top