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. THEaix

    AWR Column Definitions

    I have a Director wanting to know what the column definitions are in a AWR Report for "WAIT EVENTS". I have explained ,,,, BUT he would like the ORACLE definition. I have been looking for them but have not been able to find any document that explains each column. These are the columns: Waits...
  2. THEaix

    AIX sendmail Recieved:(from root@localhost)

    My IT dept. is telling me that the "Received:(from root@localhost)by servername.domain-name.com" is incorrect. What they are wantinig is "Received:servername.domain-name.com. I have tried lots of variations and looked all over for this, so I thought I'd run by y'all. I am masquerading to our...
  3. THEaix

    linked Oracle tables and access indexes

    No I havn't looked at Pass-through queries. I'll will do a little research on that. Thanks
  4. THEaix

    linked Oracle tables and access indexes

    I have a Access(2003) DB with linked tables to a Oracle 10g DB thru a ODBC connection. There are no indexes built on the Access side but the Oracle Db has all the appropriate indexes on it. All the Access is used for is queries to the Oracle Db and users build these queries in access. I just...
  5. THEaix

    X windows performance hit

    We usually don't and haven't run Xwindows for any clients connecting to our AIX's but do have the console running CDE. I have a developer that is from a windows environment starting to work on AIX and is wanting to run Xwindows client on his desktop and connect to AIX servers. I have always...
  6. THEaix

    10g R2, transactions waiting for the redo log buffer

    We have a 10g Db that has started to get these messages. this is output from a query. Even with it sized as large as it is during peak we log switch every 8-9 minutes. Used grid control to set sizes and this is what it came up with. I guess the question is, do I really need to make the log files...
  7. THEaix

    Using a mirror to rebuild a new server

    Thanks folks. I apprieciate your assistance and guidance.
  8. THEaix

    Using a mirror to rebuild a new server

    I have not heard of this being done and thought I'd ask here. I have a boss that wants me to bring a WIN2003 server down remove one of the mirrored OS disks and install it in a different server that has no OS on it and start it. Sync the drives on the new server, bring it down and remove the...
  9. THEaix

    Viewing /var/log/history files

    I have aix'S WRITING TO /var/log/history/userfiles the output from the "more" command is : ^A^Adf #Þ#1253543340#ß# vi /etc/hosts #Þ#1253543348#ß# What is the command to view these in a text format? I can't reemember it for anything. Thanks.
  10. THEaix

    Need to start a service after disk mount

    We have an app(service)that requires a particulair Virtual PGP disk(D:) to be mounted before it starts. I was wanting to create a "service dependence" but not sure if that is the solution. Does anyone have a fix for a simuliar issue? Thanks
  11. THEaix

    EXPORT with datapump expdp

    I am wanting to expdp FULL=y a database but use a query to export only where sysdate= x. or by using a between clause. Any help would be appriciated
  12. THEaix

    App aliasing question

    Looking to see what the common practice is. I just added gtar to one of my systems to enable large file taring. What do you do with apps such as this? Do you alias the tar command with gtar or just remember that gtar is out there? Same for other apps like this that have a simuliar name as a GNU...
  13. THEaix

    CHANGING DBNAME 10G

    FIGured it out. %&$*& kornshell. needed to export SID after setting it.
  14. THEaix

    CHANGING DBNAME 10G

    I've been trying to change the DBname all *^*)^(^ morning. I've shutdown the DB sqlplus as sysdba startup mount nid target=sys/oracle@tmparc DBNAME=ARC02 SETNAME=YES AND I GET: DBNEWID: Release 10.2.0.4.0 - Production on Thu Jan 29 11:30:09 2009 Copyright (c) 1982, 2007, Oracle. All rights...
  15. THEaix

    DS4500 LUN

    I know this horse has been beat a number of times, BUT wouldn't it be better to have data, indexes, redo, logs split accross 12 spindles than having data on a couple, indexes on a couple etc etc.?
  16. THEaix

    DS4500 LUN

    I have this in the IBM DISK RAID forum as well, but doesn't seem to get the traffic as this forum and since it's attached to an AIX..... I have a DS4500 Disk system with one(1) 710 drive tray (mgmt won't by a second tray)with 14 279GB drives attached to a IBM P550. I'll have three(3) databases...
  17. THEaix

    DS4500

    I have a DS4500 Disk system with one(1) 710 drive tray (mgmt won't by a second tray)with 14 279GB drives attached to a IBM P550. I'll have three(3) databases running on it (1 Db2 and 2 oracle 10g). This will be a DR site with actually only one of the DB's active everyday, unless we have a DR...
  18. THEaix

    user expire script

    Thanks for the help and the link. While I was waiting for someone I put this one together. What do you think? You list the users email and it will mail them as well as sysadmin (root). #!/usr/bin/perl use strict; # password expiration and warning interval my $exptime = 56; my $warntime =...
  19. THEaix

    user expire script

    I found this thread from TEK-TIP user Columb. I am real new to scripting and perl,(just figured how to spell it) and was wanting a little help in understanding this script and modfying it to not mail the users but mail me. Here is the script: #! /usr/bin/perl -w use strict; open FH...
  20. THEaix

    AIX 4.3.3 password changing

    THANKS TO YOU TWO THAT REPLIED!!! I found the little culprit. On our DR site ( that is clusterd ha) in a distfile that is being called by the sync_passwd script for that cluster had an entry for it prod sister server in it instead of it's other DR node .

Part and Inventory Search

Back
Top