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 wOOdy-Soft 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 admincff

  1. admincff

    How to change Systemid permanently

    Hi, For licensing reason, i would like to change my AIX box systemid. I tried to use odmchange -o CuAt -q "name=sys0 and attribute=systemid" input_file. input_file contains the right stanzas It works when i verify with the odmget command, but at reboot, odmget gave me the right result but...
  2. admincff

    Cleaning Mail Spool files

    find /var/spool/mail -name "*" -mtime +60 -exec rm {} \;
  3. admincff

    AIX does not see new space on EMC MetaLUN

    I suppose you use ECC to allocate disks to hosts... In ECC try to refresh VCMDB In ECC 5.1.1 try masking / Symetrix / VCMD Managmnet /Make active And then try cfgmgr
  4. admincff

    Deny Host Access

    I have a P660 with AIX 4.3.3. I would like deny one host to access this p660. How can i do ???? I /etc/hos.deny available on AIX ????
  5. admincff

    P670 internal disks performance

    [ODSPRD2:root] /home/root #lsdev -Csscsi cd0 Defined 3A-08-00-5,0 SCSI DVD-RAM Drive hdisk0 Available 5M-08-00-8,0 16 Bit LVD SCSI Disk Drive hdisk1 Available 5M-08-00-9,0 16 Bit LVD SCSI Disk Drive rmt0 Defined 3A-08-00-6,0 SCSI 4mm Tape Drive ses0 Available 5M-08-00-15,0 SCSI...
  6. admincff

    P670 internal disks performance

    Hi, I have eights partitions on ea p670 with each 2 internal mirrorred disks. I have made standard installation of AX 5.2 for each partition. But i have a real Pb of disk performance... Installation of Oracle is very very long .... How can check if disks and/or scsi Adapter are well configured...
  7. admincff

    Auto start scripts on AIX

    Inittab is not a command, then there is no entry in man. Use vi /etc/inittab to edit and add new entry.
  8. admincff

    How to work out the time from "time_last_login"

    You can use this : perl -wle 'print scalar localtime(eval shift);' XXX Ex : perl -wle 'print scalar localtime(eval shift);' 1095691952 Returns : Mon Sep 20 16:52:32 2004
  9. admincff

    How to work out the time from "time_last_login"

    The value of "time_last_login" is the number of second since 01/01/1970......
  10. admincff

    Monitoring OS

    MoshiachNow is Right, nmon is usefull in real-time systems performances analisys... And Nmon Analyser is usefull to have Excel graphics to analyse performances during a time....
  11. admincff

    HOIW TO FORCE NIC TO FULL DUPLEX

    Yopu can force the duplex/speed mode by : smit devices / communications / Ethernet /Adapter /change Characteristics and on "media speed", choose by F4 in the list the value you want to modify.... But before you should have to detach your network interface Smitty tcpip / Further...
  12. admincff

    P690 partition

    You must have at least 1 processor and 256 Mb of memory per partition (in AIX 5.1 / 5.2).. You have at least 4 block of 4 disks by I/O drawer.... Each block can be dissociated.... One block=One partition. Then in your configuration, you can have maximum 8 partitions....
  13. admincff

    Uninstallation and login trouble

    Be sure that there not a call of a program which does not exist in your .profile
  14. admincff

    mksysb pb

    When i trie to make a mksysb on my RS/6000, i have the following error messages : ********************************************************** [irisa2:root] /var/adm/ras $ mksysb -i /dev/rmt0 Creating information file (/image.data) for rootvg...... Creating tape boot image strip: shr.o --...
  15. admincff

    Mksys / bosboot pb

    Hi, i Encoutered this following problem when trying to save a RS/6000 F40 workgroup by mksysb command. Has anyone encoutered this problem too ???? Thanks mksysb -i /dev/rmt0 Creating information file (/image.data) for rootvg...... Creating tape boot image strip: shr.o -- 0654-400 Cannot...

Part and Inventory Search

Back
Top