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 SkipVought 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: ciman
  • Order by date
  1. ciman

    Paging of program code

    Thank you for your reply. I know that program text is treated as computational, but my question was: does it get paged out? It can't get dirty because it's read-only. So it only has to be reread, if performance is of no concern. ciman
  2. ciman

    Paging of program code

    Hi, do program code pages (Esid=1) ever get paged out to paging space? It may be a performance issue if the disks for paging space are much faster than the persistent location of the executable. Thanx ciman
  3. ciman

    Process swapping issue

    Did you already try to limit the size of tmpfs in your /etc/fstab? Does "vmstat 1" show any swap activity? Is the output of "ps aux" similar to top?
  4. ciman

    keeping each LP copy on different storage box

    1. Remove the LUNs of one storage box from the LV. 2. Increase the LV with PPs from the remaning storage box. 3. Copy the PPs on LUNs of the other storage box. 4. Expand the filesystem. 5. Sync the LV. Example: root@srtshv92:/root> lsvg -l rootvg | grep test2 lv_test2 jfs2 4...
  5. ciman

    mpio and San Symphony

    Is there a way to find out which storage domain server is connected to a specified path, using aix commands? Thank you in advance! ciman
  6. ciman

    Keeping users in sync on different boxes (passwd)

    As I said offline, I meant that the changes do not have to be made synchronously on all boxes. Using a repository like cvs will let you keep track of the changes. The idea is to make the changes on one box and check them into the repository. You can then use cron to run the check-out command on...
  7. ciman

    Keeping users in sync on different boxes (passwd)

    If your approach going to be offline, then I would consider using cvs or similar.
  8. ciman

    restrict access to performance tools

    Thank you for your suggestions and comments. There is probably no easy way to solve the problem. Scanning process tables is also nearly impossible because locally started software can carry any name and locally compiled software usually varies in size. The only hint I can get is which shared...
  9. ciman

    restrict access to performance tools

    Thank you for your response Khalid. I've also thought about putting tools like topas in a directory not accessable to normal users or changing the file permissions. But this does not really help because the users can easily copy the needed files from another system. What I'm looking for is a...
  10. ciman

    How to measure amount of data passed?

    You can always use iptrace or tcpdump and set a filter on the source and destination host.
  11. ciman

    restrict access to performance tools

    Hi, we encounter problems because many users open tools to analyse performance during times of high system loads and setting lower ulimits is not an option. Changing the file permissions on tools like topas does not really help because they could be copied and started locally. My idea is to...
  12. ciman

    Preloading Shared Libraries

    Our application has a very long load time. It is based on tuxedo and a large amount of the code is in shared objects. So my question is how can I preload the needed librarys? Thank you in advance! ciman
  13. ciman

    LVM Mirror in 2 Locations using EMC Powerpath

    Hi, I am using an AIX mirror on two Clarion EMC storage systems. I have to add 4 HDISKPOWER to an existing VG. Is there an easy way to guaranty that each device has it's mirror on the remote storage system? Thank you in advance! Ciman
  14. ciman

    How to install lilo on a computer that gets stuck booting using grub

    What filesystem type is /boot? Are you using LVM? To install lilo: boot from a rh/fc rescue cd activate volume groups if using lvm (vgchange -a y) mount the root filesystem to /mnt chroot to /mnt install and configure lilo

Part and Inventory Search

Back
Top