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!

Search results for query: *

  1. Janghyegyung

    Data center edition

    You guys know the partitioning-enabled servers, which means the servers can have multiple system image that can be operated independently. My team is considering IBM's xSeries server for server consolidation and we want to set up multiple system on that pysical server. My question is about...
  2. Janghyegyung

    Copy all contents of the logical volume

    I'd like to copy all the contents(files) of one logical volume to another one. For example, I have a logical volume /oldlv now, this is mounted filesystem, /oldfs, and I want to make a new logical volume, /newlv and to mount this to new filesystem /newfs. I hope this new filesystem, /newfs, has...
  3. Janghyegyung

    filemon error..

    When I execute this command, AIX 4.3.3 gives the error message following that. # filemon -O all -o filemonReport.out; sleep 360; trcstop Enter the "trcstop" command to complete filemon processing /unix does not match the executing kernel. Exiting, as filemon can not obtain valid...
  4. Janghyegyung

    Network performance tuning

    Which spot that I should start first? We found the problem with the socket program that communicate with mainframe's system. I know the commands like entstat, netstat, no -a.. but what is the indications of bad performance?
  5. Janghyegyung

    ethernet card problem or anything about network?

    Yesterday, and today.. We've got the problem that rs6k-m80 hanging up and even cannot ping. May be server is not hang up, just the console is out and no data transfer signal on ethernet card. I think it is the problem about network or dns or anything. Actually I added ip aliasing on nic en0...
  6. Janghyegyung

    Multiple SSL

    I want to use multiple SSL certificates on the server by name-based virtual hosts. I found the topic about multiple SSL in the mailing list. It said that if I use name-based virtual hosts, I can't. I need to confirm about it. Not possible to use multiple SSL certificates on the server by...
  7. Janghyegyung

    Compile error

    During the installing openssl on AIX 4.3.3, the result of command "make" displays the error message like this. I don't think it is up to only openssl, maybe it's the same case if I try compile any other application. How can I fix this error? Any informations, please...
  8. Janghyegyung

    Error during the compilation

    Hi, I encountered the error during the compilation to install the openssl on AIX 4.3.3 The message is # /tmp/openssl-0.9.5a# make >making all in crypto... > cc -I. -I../include -O -DAIX -DB_ENDIAN -c cryptlib.c >cc: 1501-245 Warning: Hard ulimit has been reduced to less than...
  9. Janghyegyung

    SSL setup with ikeyman

    It's the problem about setting up SSL in AIX. This is the problem about IBM HTTP Server than AIX, but anybody has the informs using ikeyman command, let me know pleas..
  10. Janghyegyung

    Don't work pipe key

    After migration to 4.3.3, pipe key(|) does not work. How can I fix it?
  11. Janghyegyung

    Migration Install 4.2.1 to 4.3.3 [ASAP]

    I tried to install by migration just a few minutes ago. On the menu, default setting displays hdisk3 for installed disk, but my systems's rootvg is on hdisk0. Strange thing is the location code is right for rootvg, hdisk0. I cannot make decision how I can handle this situation. What's the...
  12. Janghyegyung

    disk usage information

    Like command lsvg,lspv on AIX, vgdisplay on HP-UX, what's the way to find the information about the disk? I need to know the total space and free space etc. I also know the command df, du and also format utility is helpful giving what I want. Anyone can give me more intelligent shell or...
  13. Janghyegyung

    Result of ps -ef ¦grep **

    I'm afraid this would be silly question. On the same server, I had different output after executing #ps -ef |grep java. A few days ago, it displayed only one line per one process even though full description of the process was too long. It didn't display the right position over some point...
  14. Janghyegyung

    Find informs. about executing shutdown..

    Suddenly the server was shutdowned by someone. By errpt command, I checked out the logging about "system shutdown by user". Can I get the user-id, or anything like that about this situation? I want to know who shutdowned the server..
  15. Janghyegyung

    cron configuration ?

    I got the standard error message by an e-mail that occured during the scheduling job on cron. Which file or anything like else, is related to this situation? When cron job is executed, if an error occurs, this error message is sent by mail.
  16. Janghyegyung

    single network interface has two IP addresses

    I asked a question about load balancing with L4 and nobody helped me. Ok, I am trying with simple a simple question. I want to have another IP on network interface lo0(loopback) by this command #ifconfig lo0 newIP alias netmask X.X.X.X broadcast Y.Y.Y.Y Then I tried ping to newIP on my own...
  17. Janghyegyung

    Load balancing with L4 switch..

    I'm finding anyone using L4 switch. I want to use cluster ip 210.x.x.20 with two servers 210.x.x.23 / 210.x.x.24 for loadbalancing. For this how do i have to configure on the server machines? I tried to alias loopback device - #ifconfig lo0 alias 210.x.x.20 netmask 255.x.x.0 After this...
  18. Janghyegyung

    backup problem (media error)

    $ mt -f /dev/rmt0 rewind $ tar tvf /dev/rmt0.1 (or tar xvf /dev/rmt0.1) --> rwxrwxrwx 205 0 49 Oct 15 10:20:57 2001 /tmp/myfile $ backup -u -0 -f /dev/rmt0.1 /myfilesystem --> ... ... backup: Media write error 160 blocks into volume 1 backup: MEDIA ERROR! backup: NEEDS ATTENTION: Do...
  19. Janghyegyung

    daily check errpt

    I want to check system error log daily. Of course I know errpt |pg command. But let me know the intellegent script for daily checking error logs. I want to extract today-log and mail it to system admin.
  20. Janghyegyung

    mtime

    $date Wed Oct 10 13:53:05 GMT 2001 $ find /log2 -mtime 1 -exec ls -l {} \; --> Output -rw-rw-r-- 1 root other 308576592 Oct 9 00:10 /log2/09Oct2001-00:10:02.log -rw-rw-r-- 1 root other 27001760 Oct 9 00:10 /log2/09Oct2001-00:10:02.logptr -rw-rw-r-- 1 root other...

Part and Inventory Search

Back
Top