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 bkrike 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 shoux

  1. shoux

    simple script to change password on AIX 6,1

    Hi all, finally, i got this command from Google. it work ! even though there is error message at the end. $cat userlist.1|while read name >do >pwdadm -f ADMCHG $name >done Usage: pwdadm [-R load_module] [ -f flags | -q | -c ] user...
  2. shoux

    simple script to change password on AIX 6,1

    Hi all, good day to all I have 750 users and i need to run the below command to force user change their password. can someone help me for a simple script. I have a user listing from /home output. ie. (output from "ls -l|awk -F " " '{print $9}' > /tmp/userlist.1" $ pwdadm -f ADMCHG user1 $...
  3. shoux

    configure NFS for daily backup.

    Dear All, I have 2 pseries server on AIX 6.1. Both servers are in same network and running a daily backup using tar command to tape. if i want to run daily backup using only one tape for both server how it can be done? I have review all the post and it seem can be done using NFS method.Would...
  4. shoux

    j2pg process taken a lot of CPU%...

    Mrn, thank you a lot. it means, require system tunning and update inode. shoux
  5. shoux

    j2pg process taken a lot of CPU%...

    hi all, good day to all here. Currently, my p670 (AIX 5.2 ML7) server is facing the similar problem and really need guidance on how to rectify it . the last comment from mrn, tell us to tune the jfs2 but i do not know the step. The system performance is really bad now. Most of jfs2 is sit at...
  6. shoux

    sudo problem

    Hi expert ! When I run the visudo command. It was prompted the file not found. However, the file is exist in the correct directory. I’m using root privilege in AIX 5.2 box. Please help me Thank you expert. [/usr/local/sbin] ls –l visudo x - - x - - x 1 root system 102330 May 03 2001...
  7. shoux

    system performance - ouput from nmon tool

    Hi ! An error occured while running this command "Smitty TunIoo" 1800-007 There are currently no SMIT screen entries available for this FastPath. This FastPath may require...
  8. shoux

    system performance - ouput from nmon tool

    Hi guy ! thanks for the respon p5wizard here is the ouput. can you guide me how to increase the ioo parameter to be 1024? #ioo -L|grep j2_nBufferPerPagerDevice j2_nBufferPerPagerDevice 512 512 512 0 2G-1 M...
  9. shoux

    system performance - ouput from nmon tool

    Thank you. Jim, I'm using Universe database p5wizard, here is the ouput datavg: LV NAME TYPE LPs PPs PVs LV STATE MOUNT POINT lvapp jfs2 229 229 1 open/syncd...
  10. shoux

    system performance - ouput from nmon tool

    Hi Jim, Thanks for the response. For your info, my machine consists of ten harddisks with total space storage of 364 GB. The hardisks are grouped into three main hard disk, hdisk0, hdisk1 and hdisk2. Hdisk0 and hdisk1 (rootvg) stores all the operating system whereas hdisk2 (datavg) contains...
  11. shoux

    system performance - ouput from nmon tool

    here is ouput from iostat 2 5 Disks: % tm_act Kbps tps Kb_read Kb_wrtn hdisk0 0.5 2.0 0.5 4 0 hdisk1 0.0 0.0 0.0 0 0 dac0...
  12. shoux

    system performance - ouput from nmon tool

    Thanks for the response. herewith the vmstat report. [#] >vmstat 2 10 System Configuration: lcpu=8 mem=8192MB kthr memory page faults cpu ----- -----------...
  13. shoux

    system performance - ouput from nmon tool

    Hi all ! can someone for the said report ? especially in system performance issue. at present, my system is in bad condition ??nmon-v10p???a=disk-Adapters????Host=SERVER_1???Refresh=2 secs???17:23.53...
  14. shoux

    SOS - Reorganize harddisk p670/Aix5.2

    Hi alex, thank you for the assistance. shoux
  15. shoux

    SOS - Reorganize harddisk p670/Aix5.2

    Hi all ! What is the procedure or preparation before I reorganize the hardisk.Currently I have 2 volume group i.e rootvg and datavg (included 7 files system) . Later, after formatted the hardisk, I want to restore back to the different new volume group (probably more then 5 vg) 1. What is the...

Part and Inventory Search

Back
Top