Srvctl setenv

Hi,
If i set the environment variable using setenv, Is this value used by the cluster for its start and stop activity...
Say for eg.,
If i set TNS_ADMIN=<path>, then does the cluster looks for listener.ora file in this path while starting and stopping the listener ??
thx.

Yes you are right, If you set any variable like TNS_ADMIN then when you will start instance using srvctl it will pickup setting using TNS_ADMIN value.
Good example you can find in Gaurav's blog.
http://blogs.oracle.com/gverma/2008/03/08
HTH
Prashant

Similar Messages

  • Setting TNS_ADMIN using srvctl setenv In EBS Running on RAC

    Is it possible to set multiple values of TNS_ADMIN In Oracle EBS Running on RAC database using srvctl setenv? since EBS TNS is usually in the form$ORACLE_HOME/network/admin/<context_name> thus the two nodes are bound to have different <context_name>....

    If you intend to manage an Oracle E-Business Suite database with SRVCTL, you must perform the steps under "3.7.4 Update SRVCTL for New listener.ora" section in (Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 (Doc ID 823587.1)).
    Thanks,
    Hussein

  • Srvctl start database -d dbname error tns lost contact

    hi,
    i am facing error while starting the databse by using srvctl in single node database.
    srvctl status database -d <dbname> is working fine and it is giving output. i am able to start the database manually too.
    srvctl start database -d <dbname>
    PRCR-1133 : Failed to stop database <dbname> and its running services
    PRCR-1132 : Failed to stop resources using a filter
    ORA-12547: TNS:lost contact
    any advice.
    regards
    Suresh J
    Edited by: user11982371 on Apr 20, 2012 6:53 AM

    may i know what you have done before....srvctl start...etc...
    do you have done any changes?
    post your oracle version and OS....
    please find below notes from metalink..it may helpful to you....
    This could be many things but a popular issue is when you have a separate ASM Home and the listener is running out of this home (it was the first home installed). Srvctl needs a TNS_ADMIN alias to the network/admin directory in this home instead of using the default ORACLE_HOME/network/admin for the database you are trying to start. For srvctl to work you must
    srvctl setenv nodeapps -n node -T TNS_ADMIN=full path
    on each node in the cluster.
    You cannot rely on a TNS_ADMIN environment variable.
    See Note 420977.1
    Another cause is non-existent spfile, see Note 732683.1
    source support.oracle.com
    Edited by: dbc001 on Mar 23, 2013 10:55 AM

  • Oracle RAC summer time

    Hi!
    Environment: Oracle RAC 9.2.0.7 in AIX 5.3.
    I have a database with the following configuration:
    $ srvctl getenv database -d mydb
    TZ=NFT-1DFT
    Because of in Spain we have summer time, I need change it. (TZ=NFT-1DFT is only valid for winter).
    I have tried:
    $ srvctl setenv database -d mydb -t TZ="NFT-1DFT,M3.5.0,M10.5.0"
    But it does not work:
    ava.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java)
    at oracle.ops.opsctl.SetenvAction.parseNameValues(SetenvAction.java:204)
    at oracle.ops.opsctl.SetenvAction.executeDatabase(SetenvAction.java:80)
    at oracle.ops.opsctl.Action.execute(Action.java:92)
    at oracle.ops.opsctl.OPSCTLDriver.execute(OPSCTLDriver.java:223)
    at oracle.ops.opsctl.OPSCTLDriver.main(OPSCTLDriver.java:121)
    ¿Could anybody help me?
    Thanks in advance.

    Unless you are on R12.1, you can't control this value. If you are on 12.1, Default Timecard Period has been added to preference Self Service Timecard Period for a Worker, where the following options are available:
    Period on or after system date
    Earliest Period prior to system date
    Closest Period prior to system date
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Best Practice Encryption Wallet

    We have multiple multi-node RAC databases running on one cluster and all datbases integrate with OVD.  Are there any preference from Oracle to use same or different Oracle wallet for OVD and encrytion?  When OVD is enabled, Oracle automatically creates wallet at $ORACLE_HOME/admin/db_name/wallet directory.  Is there a way to specify db_name instead of ORACLE_SID for the ENCRYPTION_WALLET_LOCATION directory directly in sqlnet.ora?  I know we can use srvctl setenv to sepecify a new variable and use that variable in the encryption_wallet_location path.  Do you have other suggestions?

    Hi you can create wallet directory as you want.You can use DB_NAME or ORACLE_SID to your path.
    Are you using ORACLE_SID parameter into the sqlnet.ora?
    Cheers
    M

  • How to register a listener in RAC.

    Hi,
    We have recently upgraded our database in RAC environment. As a part of this, listener oracle_home also got changed. Earlier we used to start the listener using srvctl but now i am not able to do the same. i think i need to change Oracle_home details in cluster related config as well. Can any body share if any points on this.
    Regards
    DBA.

    if you've upgraded to 11.2 the environment variable TNS_ADMIN to the new location in grid home
    the database description in ocr also needs to have the tns_admin updated
    Update the CRS TNS_ADMIN setting
    srvctl setenv database -d <dbname> -T TNS_ADMIN=/u00/app/11.2.0.2/grid/network/admin <-- your grid home
    Verify the environment for the database and all instances
    $ srvctl getenv database –d <dbname>
    $ srvctl getenv instance –d <dbname> -i <instancename>
    Also, when I upgraded to 11.2.0.2 I had an issue with using srvctl because the OCR was still looking to the old home even though it was uninstalled. This was resolved by setting ORA_CRS_HOME environment variable to point to the new GRID home.
    hope this helps
    Brenda

  • Scan IP confusion while implementing ORACLE apps R12 with 11gR2

    Hi All,
    We are planning to implement a R12 apps with 11.2.0.3.
    As i know that when we install oracle 11gR2.scan listener and scan vip got created in GRID_HOME. The scan listener comes with default port.
    As R12 by default comes with 11.1.0.7. As per oracle note ID-823587.1
    We need to follow the below steps.
    srvctl add listener -l listener_ebs -o <11gR2 ORACLE_HOME> -p <EBS Database port>
    srvctl setenv listener -l listener_ebs -T TNS_ADMIN= $TNS_ADMIN
    srvctl add scan_listener -l listener_scan -p 1521
    My question is Do i need to configure TNSNAMES.ora? Entry of tnsnames.ora contains scan-vip or virtual vip.
    What should be tha value of remote listener and local listener.
    Please help.
    Thanks and Regards

    My question is Do i need to configure TNSNAMES.ora? Entry of tnsnames.ora contains scan-vip or virtual vip.See "3.7.1 Steps to Perform On All Oracle RAC Nodes" in the same doc.
    What should be tha value of remote listener and local listener.See (Appendix D : Enabling/Disabling SCAN Listener Support in Autoconfig) in the same doc.
    Thanks,
    Hussein

  • Notification time zone different than calendar time zone

    On the iPad...
    Notification of a calendar event is displayed in Eastern time zone while the calendar event is scheduled in Central time zone.
    Notifications and Calendar are both set to automatic.
    How does one get Notifications to display Calendar events as Central time zone?
    The MacBook Pro displays both Notifications and Calendar events as Central time zone.

    "srvctl setenv database -d fawms -t TZ=CST6CDT" but it didn't work. The DB. is taken the timezone CST5CDT."
    As long as you set it the timezone that way - should be good -
    Just remember though if you logged in as SYS - you will not see the timezone change from your command at the crs level

  • Move ora.LISTENER.lsnr

    Hi gurus,
    we have an Oracle RAC 11.2.0.3 (2 nodes) in RedHat 5.3.
    we had an old ORACLE_BASE with the old configuration of Oracle RAC, but we migrated some months ago for some problems and we have some parameters with /u01/app/oracle (old ORACLE_BASE) instead of /u02/app/oracle (new ORACLE_BASE).
    For example:
    [oracle@node1~]$ srvctl config database -d RAC -a
    Database unique name: rac
    Database name: rac
    Oracle home: /u02/app/oracle/product/11.2.0.3/dbhome_2
    Oracle user: oracle
    Spfile: +DATA/rac/spfilerac.ora
    Domain:
    Start options: open
    Stop options: immediate
    Database role: PRIMARY
    Management policy: AUTOMATIC
    Server pools: rac
    Database instances: node2,node1
    Disk Groups: DATA, F_R_A
    Mount point paths:
    Services:
    Type: RAC
    Database is enabled
    Database is administrator managed
    [oracle@node1 ~]$ echo $ORACLE_BASE
    /u02/app/oracle
    but when i do
    [oracle@node1~]$ /u02/app/grid/bin/crsctl stat res ora.LISTENER.lsnr -p|grep -i base
    USR_ORA_ENV=ORACLE_BASE=/u01/app/oracle
    [oracle@node1~]$ srvctl getenv listener
    LISTENER:
    ORACLE_BASE=/u01/app/oracle
    so my idea is change the ORACLE_BASE doing (i look for that sentences in google and tahiti):
    [oracle@node1~]$GRID_HOME/bin/crsctl modify resource ora.LISTENER.lsnr -attr USR_ORA_ENV=ORACLE_BASE=/u02/app/oracle
    i saw a different form to do:
    [oracle@node1~]$GRID_HOME/bin/srvctl setenv listener -l LISTENER -t "ORACLE_BASE=/u02/app/oracle"
    with form is the correct, or i must do both? should i restart the listener after execute it? or restart database?
    sorry for my bad english and thanks for help.

    Me_101 wrote:
    Hi gurus,
    we have an Oracle RAC 11.2.0.3 (2 nodes) in RedHat 5.3.
    we had an old ORACLE_BASE with the old configuration of Oracle RAC, but we migrated some months ago for some problems and we have some parameters with /u01/app/oracle (old ORACLE_BASE) instead of /u02/app/oracle (new ORACLE_BASE).
    For example:
    [oracle@node1~]$ srvctl config database -d RAC -a
    Database unique name: rac
    Database name: rac
    Oracle home: /u02/app/oracle/product/11.2.0.3/dbhome_2
    Oracle user: oracle
    Spfile: +DATA/rac/spfilerac.ora
    Domain:
    Start options: open
    Stop options: immediate
    Database role: PRIMARY
    Management policy: AUTOMATIC
    Server pools: rac
    Database instances: node2,node1
    Disk Groups: DATA, F_R_A
    Mount point paths:
    Services:
    Type: RAC
    Database is enabled
    Database is administrator managed
    [oracle@node1 ~]$ echo $ORACLE_BASE
    /u02/app/oracle
    but when i do
    [oracle@node1~]$ /u02/app/grid/bin/crsctl stat res ora.LISTENER.lsnr -p|grep -i base
    USR_ORA_ENV=ORACLE_BASE=/u01/app/oracle
    [oracle@node1~]$ srvctl getenv listener
    LISTENER:
    ORACLE_BASE=/u01/app/oracle
    so my idea is change the ORACLE_BASE doing (i look for that sentences in google and tahiti):
    [oracle@node1~]$GRID_HOME/bin/crsctl modify resource ora.LISTENER.lsnr -attr USR_ORA_ENV=ORACLE_BASE=/u02/app/oracle
    i saw a different form to do:
    [oracle@node1~]$GRID_HOME/bin/srvctl setenv listener -l LISTENER -t "ORACLE_BASE=/u02/app/oracle"
    Both are same and cane be used, but usually we use srvctl for LOCAL resource and crsctl for GLOBAL resources.
    Since LISTENER is running on both the nodes and is a LOCAL resource,so suggest to use srvctl.
    Also it can be done with following:
    srvctl modify listener -l LISTENER -o /u01/app/oracle/product/11.2.0/dbhome_1
    Oracle_home is /u01/app/oracle/product/11.2.0/dbhome_1 in my case
    with form is the correct, or i must do both? should i restart the listener after execute it? or restart database?
    Both method are not required. Restart of DB is not required but listener is.
    HTH

  • OS locale settings

    Hi,
    Due to some issues with the UTL_FILE package on our Exadata machine running 11.2.0.2 RAC database, we have to change the NLS_LANG variable setting for our database cluster resource. We'll use the command "srvctl setenv database" to change the value from NLS_LANG=AMERICAN_AMERICA.AL32UTF8 to NLS_LANG=AMERICAN_AMERICA.WE8ISO8859P1.
    I've been wondering if we shouldn't reflect the change in the oracle user environment by setting the LANG and other similar variables? Shouldn't the variables LANG and NLS_LANG be somehow in sync?
    Regards,
    Piotr

    There are architectural issues in our CORE library, which cause UTL_FILE to miss end-of-file characters if NLS_LANG is not either equal to the database character set or single-byte. Anyway, this is the only time I know when the NLS_LANG matters for the RDBMS itself. NLS_LANG is normally relevant for clients. Therefore, as far as the database is concerned, LANG and LC_ALL do not need to match NLS_LANG as they are not used by the database.
    On the other hand, NLS_LANG should match LANG or LC_ALL for clients, so that content from the database is processed properly by those clients. NLS_LANG + LANG is not always enough. You may also have to match the configuration of your hardware or software terminal. There are situation though were you may want to temporarily change NLS_LANG to match a file to be uploaded and not the terminal settings.
    -- Sergiusz

  • Setup wl6sp1 security

    Do I have to set -Djava.security.manager to enable security for
    servlets/jsps. I know I can do without the java security manager
    to enable ejb's declarative security for business methods

    I think NO
    As per document
    For example, two RAC-enabled databases with ‘ORACLE_UNQNAME’ set to ‘RAC-HR’ and ‘RAC-FIN’, their wallets would be stored in separate sub-directories on ACFS:
    /opt/oracle/acfsmounts/data_tdevolume/RAC-HR and
    /opt/oracle/acfsmounts/data_tdevolume/RAC-FIN
    It is mandatory to set ‘ORACLE_UNQNAME’ in the normal OS environment variables, as well as
    with ‘srvctl’ for the databases:
    $ srvctl setenv database -d RAC-HR -T “ORACLE_UNQNAME=RAC-HR”
    $ srvctl setenv database -d RAC-FIN -T “ORACLE_UNQNAME=RAC-FIN”
    If the databases share the same ORACLE_HOME, they also share the same sqlnet.ora file in
    $TNS_ADMIN. In order to access their individual wallet, the DIRECTORY entry for the
    ENCRYPTION_WALLET_LOCATION needs to point each database to its own wallet location:
    DIRECTORY = /etc/ORACLE/WALLETS/$ORACLE_UNQNAME
    The names of the subdirectories under /etc/ORACLE/WALLETS/ reflect the ORACLE_UNQNAME
    names of the individual databases.
    If the databases do not share the same ORACLE_HOME, they will also have their individual
    sqlnet.ora files that have to point to the individual subdirectories.
    Edited by: vlethakula on Nov 16, 2012 2:09 PM

  • Srvctl remove listener

    Hi,
    I try to cleanup my Cluster according to Metalink
    Steps to Remove Node from Cluster When the Node Crashes Due to OS/Hardware Failure and cannot boot up [ID 466975.1]
    Oracle Version: 10.2.0.4
    Problem:
    srvctl remove listener
    seems to be unknown to system - looks like that srvctl does not know the object: listener
    oracle@node1:/crs_home/bin> srvctl remove listener ora.node2.LISTENER_node2.lsnr
    Usage: srvctl <command> <object> [<options>]
    oracle@node1:/crs_home/bin> srvctl remove listener
    Usage: srvctl <command> <object> [<options>]
    oracle@node1:/crs_home/bin>
    But in the HELP it shows the object listener
    oracle@node1:/crs_home/bin> srvctl remove
    Usage: srvctl <command> <object> [<options>]
    command: enable|disable|start|stop|relocate|status|add|remove|modify|getenv|setenv|unsetenv|config
    objects: database|instance|service|nodeapps|asm|_listener_
    For detailed help on each command and object and its options use:
    srvctl <command> <object> -h
    oracle@node1:/crs_home/bin>
    Question:
    Is it also possible to use crs_unregister to remove the listener ?
    From the Metalink document:
    The srvctl remove listener command used below is only applicable in 10204 and higher releases including 11.1.0.6. The command will report an error if the clusterware version is less than 10204. If clusterware version is less than 10204, use netca to remove the listener
    But I have version 10.2.0.4 - and netca won´t delete the listener, because the maschines are not available
    Christian

    Hi,
    I cannot remove the listener and vip entries
    node1:/oracle/product/10.2.0/db_1/bin # ./srvctl remove nodeapps -n node3
    Please confirm that you intend to remove the node-level applications on node node3 (y/[n]) y
    PRKO-2112 : Some or all node applications are not removed successfully on node: node3
    node1:/oracle/product/10.2.0/db_1/bin # exit
    logout
    oracle@node1:/crs_home/bin> ./crs_stat -t
    Name Type Target State Host
    ora.feuer.db application ONLINE ONLINE node1
    ora....r1.inst application ONLINE ONLINE node1
    ora....SM1.asm application ONLINE ONLINE node1
    ora....C1.lsnr application ONLINE ONLINE node1
    ora.node1.gsd application ONLINE ONLINE node1
    ora.node1.ons application ONLINE ONLINE node1
    ora.node1.vip application ONLINE ONLINE node1
    ora....C2.lsnr application OFFLINE OFFLINE
    ora.node2.vip application OFFLINE OFFLINE
    ora....C3.lsnr application OFFLINE OFFLINE
    ora.node3.vip application OFFLINE OFFLINE
    oracle@node1:/crs_home/bin>

  • How to can i sovle srvctl error....?

    hi,
    my englist is very poor... (sorry... )
    We system use rac
    srvctl command have some problem
    account : root
    root@db1:/> srvctl
    Usage: srvctl <command> <object> [<options>]
    command: enable|disable|start|stop|relocate|status|add|remove|modify|getenv|setenv|unsetenv|config
    objects: database|instance|service|nodeapps|asm|listener
    For detailed help on each command and object and its options use:
    srvctl <command> <object> -h
    it's ok
    but
    account : oracle
    [db1:/oracle]$srvctl
    Usage: srvctl <command> <object> [<options>]
    command: enable|disable|start|stop|relocate|status|add|remove|modify|getenv|setenv|unsetenv|config
    objects: database|instance|service|nodeapps|asm|listener
    For detailed help on each command and object and its options use:
    srvctl <command> <object> -h
    Exception in thread "main" java.lang.UnsatisfiedLinkError: haltImpl
    at java.lang.Shutdown.halt(Shutdown.java:184)
    at java.lang.Shutdown.exit(Shutdown.java:256)
    at java.lang.Runtime.exit(Runtime.java:123)
    at java.lang.System.exit(System.java:791)
    at oracle.ops.opsctl.OPSCTLDriver.main(OPSCTLDriver.java:137)
    Why did'n running ?
    can i check system environment ?
    please help me T.T

    just reason... PATH
    before PATH
    =========================================
    ORACLE_HOME=/oracle....
    ORACLE_CRS_HOME=/oracle...
    PATH=$ORACLE_HOME/bin:$ORACLE_CRS_HOME/bin..........
    =========================================
    after PATH
    =========================================
    ORACLE_HOME=/oracle....
    ORACLE_CRS_HOME=/oracle...
    PATH=$ORACLE_CRS_HOME/bin:$ORACLE_HOME/bin..........
    =========================================
    i change
    ORACLE_CRS_HOME and ORACLE_HOME path parameter
    srvctl command is now running without error...

  • Setenv bat file

    I have downloaded J2EE SDK 1.3 in my PC. I have Windows 98. But when I try to run (in Dos window) "setenv" it gives me 'environment variable out of space' error in most of the path setting. And when I try to execute 'set JAAS_OPTIONS=-Djava.security.auth.policy=%J2EE_HOME%\lib\security\jaas.policy' it gives me 'Syntax error'. May be its not resolving two 'equal to' sign in set command. What should I do to run it in Win'98. Kindly Help. Thanks in adv.

    hai,
    The solution is you have to replace the %JAAS_OPTIONS% and all variables in the bin directory with the actual value.this is because command in win98 won't support "=" in values.Hope it will work

  • Srvctl on 11.2.0.3 does not stop and start listeners

    I recently installed the Grid software under the "grid" user on RH5. Clusterware and ASM run under GRID_HOME, the single instance database runs under ORACLE_HOME. I have created 2 listeners on non-default ports (manually using entried in listener.ora) and then added to srvctl (srvctl add listerner -l LISTENER_XPT -o /app/oracle/product/dhome_1 -p "TCP:1523" -- in ORACLE_HOME.
    When stopping the listener using:
    oracle@#####>srvctl stop listener -l LISTENER_XPT -- note starting with oracle user in ORACLE_HOME. Below is from "/app/grid/product/11.2.0/grid/log/server_name/agent/ohasd/oraagent_grid/oraagent_grid.log
    2012-06-12 12:48:00.549: [ora.LISTENER_XPT.lsnr][1125030208] {0:0:1233} [check] (:CLSN00010:) TNS-00511: No listener
    2012-06-12 12:48:00.549: [ora.LISTENER_XPT.lsnr][1125030208] {0:0:1233} [check] (:CLSN00010:) Linux Error: 111: Connection refused
    2012-06-12 12:48:00.549: [ora.LISTENER_XPT.lsnr][1125030208] {0:0:1233} [check] (:CLSN00010:)Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1523)))
    2012-06-12 12:48:00.549: [ora.LISTENER_XPT.lsnr][1125030208] {0:0:1233} [check]
    **********FROM TAILING THE listener LOG ****************************
    TNS-01190: The user is not authorized to execute the requested listener command
    12-JUN-2012 12:44:12 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=v01orarac01w)(USER=grid))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER_XPT)(VERSION=186647296)) * status * 0
    TNS-01195: Listener rejected registration of endpoint "(ADDRESS=(PROTOCOL=TCP)(HOST=10.5.87.5)(PORT=1523)(IP=FIRST))"
    12-JUN-2012 12:50:02 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=v01orarac01w)(USER=grid))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER_XPT)(VERSION=186647296)) * status * 0
    TNS-01190: The user is not authorized to execute the requested listener command
    12-JUN-2012 15:12:58 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=v01orarac01w)(USER=grid))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER_ADMIN)(VERSION=186647296)) * status * 0
    12-JUN-2012 15:12:58 * version * 0
    12-JUN-2012 15:12:58 * service_register * LsnrAgt * 1195
    TNS-01195: Listener rejected registration of endpoint "(ADDRESS=(PROTOCOL=TCP)(HOST=********)(PORT=1524)(IP=FIRST))"
    12-JUN-2012 15:12:59 * (CONNECT_DATA=(CID=(PROGRAM=)(HOST=********)(USER=grid))(COMMAND=status)(ARGUMENTS=64)(SERVICE=LISTENER_XPT)(VERSION=186647296)) * status * 0
    12-JUN-2012 15:13:05 * (CONNECT_DATA=(SID=PRDRAC01)(CID=(PROGRAM=perl)(HOST=********)(USER=oracle))) * (ADDRESS=(PROTOCOL=tcp)(HOST=*******)(PORT=41398)) * establish * PRDRAC01 * 0
    Why wouldnt the Oracle user not be able to start/stop a resource from ORACLE_HOME ? Any assistance would be helpful

    I just removed the listener out of the ORACLE_HOME and added it using srvctl to the GRID_HOME. Now I am able to stop and start.
    Still the question, why cant oracle user start an oracle_home managed resource. But the oracle user could start and stop using lsnrctl stop/start
    Below if the results from ps (note I just started listener from GRID_HOME):
    grid@PRODBLD:+ASM>ps -ef |grep lsnr
    grid 9114 1 0 09:40 ? 00:00:00 /app/grid/product/11.2.0/grid/bin/tnslsnr LISTENER_ADMIN -inherit
    grid 10348 1 0 Jun12 ? 00:00:00 /app/grid/product/11.2.0/grid/bin/tnslsnr LISTENER -inherit
    grid 20234 21990 0 09:49 pts/2 00:00:00 grep lsnr
    oracle 29926 1 0 Jun12 ? 00:00:00 /app/oracle/product/11.2.0/dbhome_1/bin/tnslsnr LISTENER_XPT -inherit

Maybe you are looking for

  • Viewing Animated GIF files in Preview

    Hello... I'm trying to figure out why I cannot view animated GIF files within Preview. When I search within Preview's help I get this... *1. Open the animated GIF file in Preview.* *2. If the window's drawer isn't already visible, choose View > Drawe

  • Bookmark Management

    There must be a better way to manage and organize my bookmarks! Does anyone know of an alternative way to organize the bookmarks? I've tried exporting them to html, and importing them into another browser (IE7 and firefox), but when I import them bac

  • Can't import pictures into iPhoto!

    I have a problem: Pictures taken with my iPhone don't show up in iPhoto when connected. I can "see" the pictures (gray, no pics actually) but i can't import them. iPhoto gives me the error that the images aren't readable! Sam I have 1.1.3 installed!

  • Is there new n95 firmware

    hey guys i got a txt today from my nokia is there an update or not ive not checked but its for the n95-1 im sure 21 is the latest any ideas thanks and sorry if this has been asked already J Nokia N95 v31.0.017 16GB Nokia N91 4GB Nokia N80 2GB Sony Er

  • HT4915 My iPod touch will not let me turn off automatic downloads and match is clogging up everything will downloads that I don't want. Help!

    After getting the match program my iPod is trying to download my entire library from the cloud. I have too much music and not enough space so it is constantly running trying to download and I haven't figured out a way to stop the downloads so that I