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 IamaSherpa 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: *

  1. Shuichi

    PHP Installation

    Hi qleader. Below is the way I made it work. 1. At first, just do configure in the directory where apache source resides. # tar zxvf apache_xxx.tar.gz # cd ../apache_xxx # ./configure 2. Next install mysql. # tar zxvf mysql_xxx_tar.gz # cd ../mysql_xxx # ./configure # make # make install...
  2. Shuichi

    Too much swap occurs!

    Hi Issahar! The only thing I did was upgrade it from DB2 OLAP SERVER version 1.1 to 7.1 on AIX. That's it. I don't know exactly why it went well. Perhaps the formar one had a few bugs. Sorry for little info about this:( My best regards, Shuichi
  3. Shuichi

    Too much swap occurs!

    Hi Issahar! I made it after upgarading it. The performance's getting better. My best regards, Issahar.
  4. Shuichi

    Too much swap occurs!

    Hi Issahar! Thank you for your good advice:) I appreciate it:) After long consideration, I decided to upgrade the server from 1.1 to 7.1. I don't know if this do good or not. but I'll try. Thank you so much anyway, Issahar:)
  5. Shuichi

    CDE command line login

    Hi, I found the way to avoid the button in the option menu from being grayed out. Just follow the instruction below:) 1. At first, login the machine via telnet from other host. 2. Stop the DT subsystem. Just type #stopsrc -s dtsrc 3. List the process. #ps -ef b grep dt 4. Kill the...
  6. Shuichi

    CDE command line login

    Hi, I think the command "/usr/dt/bin/dtconfig '-d'" enables command line mode after reboot. I'd like to know how to stop the button in the option being grayed out. But thanks, bjverzal:)
  7. Shuichi

    Too much swap occurs!

    Hi, Issahar! Thank you for your reply. I really appreciate it:) But unfortunately it is MOLAP that I use. And the problem probably get caused when not createing a cube but getting data from it. But anyway, I keep your reply in mind for later use. Thank you so much:) Best regards, Shuichi
  8. Shuichi

    Too much swap occurs!

    I mean DB2 OLAP server on AIX. Sorry.
  9. Shuichi

    Too much swap occurs!

    My Olap server running on AIX consumes up all phisical memory and causes too much swap sometimes. The phisical memory is 4GB and the command vmstat shows 0 at free memory sometimes. The system has 4 cpu and the command sar -P ALL indicates use of the only one cpu each time (I mean the others...

Part and Inventory Search

Back
Top