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 Mike Lewis 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. AIXLogician

    OS upgrade

    I recommend you work on a slower but steady process, taking a leap from 5.3 to 7.1, might come as a big surprise. Go with 6.1 1st then after a week or atleast after couple of days jump from 6.1 to 7.1 Those files should not be affected. SARFARAZ AHMED SYED, Sr. Systems Engineer
  2. AIXLogician

    KSH script please help

    Why did you added cd /usr2/HHM/pub/SMM/transfer/request/ < - - - - - - - - - - - - Added this line You don't need that. SARFARAZ AHMED SYED, Sr. Systems Engineer
  3. AIXLogician

    KSH script please help

    Ok, this is a very basic script. How often the file is written in the directory? If you think the file is generated every 10 minutes you can add a crontab. #!/bin/ksh DIR="/usr2/HHM/pub/SMM/transfer/request" ls -ltr $DIR | tail -1 |awk '{print $9}' |while read i do uuencode $i filename |mailx...
  4. AIXLogician

    AIX can't reduce fs space

    Did you resolved it already? Seems like you corrected it.
  5. AIXLogician

    3 disk rootvg in AIX

    If your rootvg is spread across three disks, 1st off its NOT a good practice. You need to get all those LV on to a single disk. Say your 4th disk is large enough to accommodate all LV's, then you can either run migratepv orrun mklvcopy. Note: Migratepv will migrate the LV from one PV to...
  6. AIXLogician

    SAN Boot VIO and NPIV ?

    Once you install MPIO, it should automatically change the reserve policy to no_reserve. But remember, it is always better (I rather say best) to have no_reserve on disks (this really matters on clusters, but always good to have). I need more details, send me the output of lsdev -Ccdisk lslpp...
  7. AIXLogician

    SAN Boot VIO and NPIV ?

    Before to answer your question as YES, 1st thing, is your FC card NPIV capable? (like 8 gig card and SAN Switch support it as well). How to check? login in to VIO as padmin and run the below $lsnports If you see any FCS's here that means its capable, and if fabric is showing value '1', then...
  8. AIXLogician

    LPAR disk issue

    You are doing it wrong. The disk are part of Controller (few hdisks and a CDROM), you can dedicate the Controller it one System and cannot be seen on multiple server. Ok, Here is what you do, bring up the VIO on hdisk0 Create a VG (name it what ever you want - but a relevant name) on hdisk1 #...
  9. AIXLogician

    Copying a user profile

    Can you paste the .profile output?
  10. AIXLogician

    Copying a user profile

    Hmmm, What version of AIX OS are you running? Check for "account_locked" attribute of the user unortjea, is it true or false. If it's true change it to false. SARFARAZ AHMED SYED, Sr. Systems Engineer
  11. AIXLogician

    CX300 Lun recovery

    Are you sure they were mounted? Is that oracle DB server with raw volumes? as I am not seeing any mount points. If so, you don't have to do anything, oracle will take care of it.
  12. AIXLogician

    CX300 Lun recovery

    You had only one fibre card or all the available cards failed? If you had only one card then, you need reboot the system, select SMS menu and option no 4, at that point the WWNS are flashed on the Fabric (Switch). If you have redundant fibre cards then, you need to replace the failed card...
  13. AIXLogician

    Migratepv and Lotus Domino

    It all depends on the overall architecture of the system. One just cannot held disk for at fault, you have to look from all aspects, what is the memory? what kind of disk were you using? did you correctly set the queue_depth value on the disk? how is the disk coming to system (NPIV or vscsi)...
  14. AIXLogician

    IOS 2.2.2.3 - PH always missing on a reboot

    Yes, I do see it is throwing some errors for disk, ok do this Paste the output of the below errpt -aj F7DDA124 errpt -aj 26120107
  15. AIXLogician

    IOS 2.2.2.3 - PH always missing on a reboot

    What do you see at the error report? Are hdisk1 and hdisk2 internal disks? or SAN connected? If internal check the disk in diag. If external check the path and connect with Storage team to determine the root cause.
  16. AIXLogician

    Allow Windows PCs to remote connect

    How are you connecting? which protocol are you using? ftp, sftp, telnet??
  17. AIXLogician

    &quot;ls -al&quot; on a cifs mounted filesystem shows file creation and not modified date

    So, whats the deal? you saw what you needed to right?
  18. AIXLogician

    AIX image backup

    To shoot a mksysb (backup) on NIM a server DOESN'T have to be a NIM Client. Let us 1st concentrate on what is needed to successfully take mksysb. 1. If you are taking locally you need enough disk space. 2. If you want to take it remotely. a. On tape. b. On any NFS share (generally NIM...
  19. AIXLogician

    AIX image backup

    If it doesn't have a tape then why are you running it on tape? If you have a NIM server, export a file system (the one you keep the local handy mksysbs). nfs mount that file system, where you want to take the backup. run # mksysb -i nfsmount/hostname.mksysb you can use -e if you want to...

Part and Inventory Search

Back
Top