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 strongm 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: DonDavisFCB
  • Order by date
  1. DonDavisFCB

    Notify admin when account locked out

    Here's a Perl script that I use. I'll let you be the judge of it's elegance. This line is required in /etc/syslog.conf: auth.debug /syslog/auth.log rotate size 20000k files 10 #!/usr/opt/perl5/bin/perl -w ###################################################################### # SCRIPT NAME ...
  2. DonDavisFCB

    sasmc.exe

    Where can I find a copy of the Management Console Software for Wondows? I have located the AIX version on my AIX servers. Waht CD is it on? As an administrator, can I use it from my Windows PC to control installations of SAS on multiple AIX servers?
  3. DonDavisFCB

    AIX5.3 authentication with Microsoft Active Directory

    This was originally referenced in thread52-745587 I have user logins working using the krb5 client from the expansion pack. I now have problems with how to handle DB2 logins. For example : db2 connect to <instance> user <userid> using <password> This does not work using this methodology. I...
  4. DonDavisFCB

    cfgmgr Method error - nampd0

    Method error (/etc/methods/cfgnam -l nampd0): 0514-068 Cause not known. sh: /etc/methods/cfgnam: not found. If you see this error when you run cfgmgr, it is because it is looking for NAM, Network Availability Matrix. This is part of RSCT, Reliable Scalable Cluster Technology. If you...
  5. DonDavisFCB

    rc2.d file execution order

    I know the Ks run first and then the Ss because of alphabetical order. What effect does the number have on the order of execution? Does S99.... run before or after S98.... Does K99.... run before or after K98.... Is the execution (sort) order reversed for Ks and Ss Where do un-numbered...
  6. DonDavisFCB

    32bit or 64bit java

    Is there a simple query that I can run to determine if my java is 32bit or 64bit? I have several versions of both running on the same server. I am in the process of aplying the Java Time Zone Update and need to programatically determine which java is which. I have everything from 1.3.1 to 5.0...
  7. DonDavisFCB

    kshell - separating parameters to a program

    Try this on your /etc/hosts file. awk '{print "IP", $1," ","ADDR",$2," ","ALIAS",$3}' /etc/hosts HTH
  8. DonDavisFCB

    WebSM Client problem on Windows XP-SP2

    My company upgraded my Windows/XP-Pro to SP2, plus about 16 patches. My WebSM has not worked ever since. I cannot connect to my HMC. I have tried reinstalling the remote_client and the remote_client_security code. All that is get when I launch WebSM is a DOS window with this: Changing to...
  9. DonDavisFCB

    tn3270 crashed CICS

    Is anyone using CICS as the front end to their IBM mainframe computer? I was just reprimanded for using tn3270 from an AIX session to connct to the mainframe. It seems that they are using CICS to provide the login screen and AIX uses an unknown (IBM) profile. It allowed me to login and work...
  10. DonDavisFCB

    Which memory type do I have in a 9117-570

    p5wizard, Your voltage differences appear to be in question. My 3rd party vendor at first knew nothing. Now he is quoting this: PC133 – 3.3v DDR1 – 2.5v DDR2 – 1.8 v Do you have a reference I can point him to? Thanks!
  11. DonDavisFCB

    Which memory type do I have in a 9117-570

    I have a 9117-570 and need to order more memory for it. I have been told that I need to know if the currently installed memory is DDR1 or DDR2 because they cannot be mixed. How can I find out wihout cracking the case?
  12. DonDavisFCB

    NetView vs OpenView

    Does anyone have any information regarding NNM running on IBM's AIX now that IBM is dropping NetView. IBM's migration path is to go to NetCool Precision. My Command Center and Network services are not prepared for such a complete change in look and feel of the GUI. Has anyone moved from...
  13. DonDavisFCB

    crontab challenge

    How can I get a job to run at 8pm on the Friday that occurs between the 18 and 24th of each month. This has to be pure crontab. I don't want to have to put a script wrapper around the job to be executed.
  14. DonDavisFCB

    How can I change user ID

    I need to change the user ID of all outbound emails to: do_not_reply@xyz.com Original From: joe@server.aaa.com Need: do_not_reply@xyz.com I was able to get xyz.com configured using masquerade. I am running sendmail on AIX and need to change the real user name to do_not_reply for all users.
  15. DonDavisFCB

    NIC Teaming

    Khalid, Thank you for your response. Mabe I did not explain my problem clearly. I want to do etherchannel. BUT, my NOC says no. They would have to buy more switches and have a lot of unused ports. I need to configure two NICs on the same server. The second NIC would take over the IP and the MAC...
  16. DonDavisFCB

    NIC Teaming

    My NOC say that their switches (Cisco 3750s) only support 4 etherchannels per switch stack. How are you handling high availability, short of HACMP. I have more than 4 AIX servers per cabinet. Is there a way to team two NICs on an AIX server using one IP address and hardware address takeover...
  17. DonDavisFCB

    Shared file system across a firewall

    I need to connect 4 application servers to a single shared filesystem running on a HACMP server on the other side of a firewall. I cannot open firewall ports that would cause risk. I have looked at NIS+ and tunneling NFS through SSH. None seem to be a secure or workable solution. The tunneling...
  18. DonDavisFCB

    find command to locate old files

    Man pages are to IBMish for me. I want to use the find command to locate all the files on a server that have not been accessed or modified in over a year. Can someone help me with the syntax of the find command? I need to find those files and then calculate how much file space they are using.
  19. DonDavisFCB

    Enterprise Miner Startup Failing on reboot

    I am running SAS9.1 on AIX5.2 I start base SAS with: /etc/rc.d/rc2.d/S97baseSAS /SAS9/start_spawner.sh & I start Enterprise Miner with: etc/rc.d/rc2.d/S99EMiner export JAVA_HOME=/usr/java14_64/jre export EM_HOME=/SAS9/SASEMiner/5.1/EM51 cd $EM_HOME $EM_HOME/emserver & My problem is that...
  20. DonDavisFCB

    Samba on AIX5.2-ML04 cannot get to work

    I have installed Samba on AIX 5.2-ML04 and cannot get it to start. This is the message when I run testparm. I have downloaded and installed the 64 bit version and the latest rpm.rte. Anyone have any ideas or good docs on what to do next? Thanks in advance. root@sa51[PMS][/]>testparm exec()...

Part and Inventory Search

Back
Top