RAC DB -Querying other nodes

Provided one DB node in a cluster, how we can get the information (Host Name,Port Number) of other nodes in RAC? Is there some tables in each node which i can query ?

"user will provide the DB Conn Info (Host,Port,User,Pass,SID) of one node , a query will fetch the remaining nodes DB Conn Info. "
One thing not sure if your trying to deploy in your application you need not to worry which node is serving you and which node is down. you wiil have a load balencing TNS entry for your RAC environment which will take care of connection and retrieval of data.
I am just pasitng a sapmple TNS entry of 2 node rac. it may be help full for you
Service_name =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = HOST_NAME01-vip)(PORT = 1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = HOST_NAME02-vip)(PORT = 1521))
(LOAD_BALANCE = yes)
(CONNECT_DATA =
(SERVER = DEDICATED)
(SERVICE_NAME = <SID)
Regards,
Anil Malkai

Similar Messages

  • Create RAC db on other nodes

    Hi there,
    Is possible to create a RAC db on the non primary nodes? I have 4 nodes (node1,node2,node3and node4). The primary node is node1. When I use "dbca" to create the database it appear to me "node1" is a must. I can't create the databas just on node3 and node4.
    Noted, I tried dbca on node2, node3 or node4 to create the database.

    In RAC there is no such thing as a primary node so I am left not sure what you are doing or in what version you are trying to do it.
    No insult intended but first off you seem to have no concept of what RAC is in terms of basic architecture and concepts. When you build a RAC cluster you are building a single database (one) and multiple instances (in your case 4). One database can only be created once and it doesn't matter where you run dbca.
    What is missing from your statement is any sense that you understand the requirements for shared storage (ASM, CFS, or RAW) and whether you have configured a cache fusion memory interconnect.
    I would suggest, beginning with full version information, you start at the beginning and properly describe your hardware, your operating system, and what you have done so far.

  • When one node reboot other node in RAC

    Hi Friends,
    I faced one situation where one node of RAC cluster had been rebooted by other node. This happen due to network interconnect link fluctuation.
    Sep 13 16:23:48 kkvs1a su: [ID 810491 auth.crit] 'su admin' failed for wipro1 on /dev/pts/3
    Sep 14 00:22:17 kkvs1a ixgbe: [ID 611667 kern.info] NOTICE: ixgbe3: link down
    Sep 14 00:22:21 kkvs1a ixgbe: [ID 611667 kern.info] NOTICE: ixgbe3: link up, , full duplex
    Sep 14 00:22:31 kkvs1a ixgbe: [ID 611667 kern.info] NOTICE: ixgbe1: link down
    Sep 14 00:22:31 kkvs1a ixgbe: [ID 611667 kern.info] NOTICE: ixgbe3: link down
    /opt/oracle/product/10.2.0/crs/log/node1/alertkk1a.log
    ==============================================
    2013-09-14 00:22:05.180
    [cssd(12561)]CRS-1612:node kk1b (2) at 50% heartbeat fatal, eviction in 14.251 seconds
    2013-09-14 00:22:12.180
    [cssd(12561)]CRS-1611:node kk1b (2) at 75% heartbeat fatal, eviction in 7.251 seconds
    2013-09-14 00:22:13.180
    [cssd(12561)]CRS-1611:node kk1b (2) at 75% heartbeat fatal, eviction in 6.251 seconds
    2013-09-14 00:22:17.179
    [cssd(12561)]CRS-1610:node kk1b (2) at 90% heartbeat fatal, eviction in 2.251 seconds
    2013-09-14 00:22:18.180
    [cssd(12561)]CRS-1610:node kkvs1b (2) at 90% heartbeat fatal, eviction in 1.251 seconds
    This clearly shows CSSD of node kkvs1a has given node eviction message to kkvs1b node.
    I got following messages on the instance which got rebooted:
    ASM alert log:
    Sat Sep 14 00:22:25 IST 2013
    Error: KGXGN aborts the instance (6)
    Sat Sep 14 00:22:25 IST 2013
    Errors in file /opt/oracle/admin/+ASM/bdump/+asm2_lmon_8527.trc:
    ORA-29702: error occurred in Cluster Group Service operation
    LMON: terminating instance due to error 29702
    A network fluctuation shouldn't give reboot like this. Then why oracle design like this way? Is this a bug? My oracle version is: 10.2.0.5.0
    Could you tell me the other possible situations when 1 RC instance reboots other RAC instacne.

    What you are describing is the expected behaviour: if your interconnect fails, you will have a node eviction. Releases < 11.2.0.2 evict a node by reboot, which can fix the problem: the NIC may come up correctly when the machine re-starts. Releases >= 11.2.0.2 can often evict without a re-boot. But either way, if your interconnect goes down, a node must be evicted to prevent uncoordinated disc writes.
    If you are interested, you can find some discussion and demos of this in a series of webcasts I've recorded,
    Free Oracle Database Tutorials for Administration and Developers
    If you really don't like this behaviour and the problems are transient, you can try 'raising the CSS MISSCOUNT parameter.
    John Watson
    Oracle Certified Master DBA

  • Strange issue in Oracle ASM on Two node RAC where in one ASM node shows all diskgroup while other node shows  missing node.

    We have Oracle datbase 11gR1 in RAC node with Oracle ASM.Recently our database server got crashed and we are trying to restore back services.
    Using Snapshot technologyBusiness copy we had synced all our disk on storage level. Post this when we are trying to start ASM instance on node 1 it is coming and showing all diskgroups but on other node it is throwing errot with missing e diskgroup.
    ORA-15032: not all alterations performed
    ORA-15040: diskgroup is incomplete
    ORA-15042: ASM disk "5" is missing
    Expert please share your views.
    Thanks,
    Tushar

    The I/O fabric layer on the other node failed to mount all storage LUNs - resulting in ASM being unable to mount a diskgroup as there are missing disks in that group.
    Rebooting is exactly what could be needed to reset the h/w and infrastructure used by that node, in order for it to see all the storage disks again. As node 1 sees all storage disks (and is working), the disk itself on the storage system is intact and usable.
    What is the o/s? What is the fabric layer? What is used on o/s for dealing with the I/O fabric layer?

  • Starting a node while you are in other node in RAC

    Hi,
    Any idea how to start a node while you are in other node in RAC?

    Hi,
    Not sure what is your database version. However, you can start/stop the instance via srvctl and/or sql*plus.
    Note: 753516.1 - The difference between using srvctl vs using sqlplus for start/stop one or more database nodes
    Oracle® Database Oracle Clusterware and Oracle Real Application Clusters Administration and Deployment Guide
    http://www.oracle.com/technology/documentation/database.html
    Regards,
    Hussein

  • Oracle RAC 10.2G reboots node every 45 minutes

    Hello:
    - We have installed Oracle RAC 10.2G for Solaris X86 ( 64 bit ).
    - On one node, there are no issues. But the other node ( I think )
    is being rebooted by CRS every 45 minutes or so.
    - Is this issue caused by some misconfiguration I did during the install ?
    - Or is there a patch available to fix this ?
    - Has anyone else encountered this problem ?
    Thanks
    jlem

    Hello:
    - I re-installed Oracle RAC. The nodes were only rebooted once so far.
    So, the second install may be ok. If not, I have provided answers to the first email reply.
    - Any help given is most welcome. In meantime, I will continue searching the oracle forums
    for solutions.
    - My environment is:
    - both nodes are running under vmware ESX server version 3.0.1
    - the shared storage for OCR and Voting Disk is a raw shared device under vmware
    - both nodes are using Solaris X86 5.10 update 5
    - Oracle version is: 10.2.0.3 ( patched from version 10.2.0.1 )
    - My public network configuration is:
    node 1:
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.20.1.74 netmask ffff0000 broadcast 10.20.255.255
    ether 0:c:29:3a:45:a9
    e1000g0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.20.1.77 netmask ffff0000 broadcast 10.20.255.255
    node 2:
    e1000g0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.20.1.75 netmask ffff0000 broadcast 10.20.255.255
    ether 0:c:29:2b:db:90
    e1000g0:1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
    inet 10.20.1.78 netmask ffff0000 broadcast 10.20.255.255
    - My private network configuration is:
    node 1:
    e1000g1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 192.168.0.1 netmask ffffff00 broadcast 192.168.0.255
    ether 0:c:29:3a:45:b3
    node 2:
    e1000g1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
    inet 192.168.0.2 netmask ffffff00 broadcast 192.168.0.255
    ether 0:c:29:2b:db:9a
    - My storage solution is:
    - 3 virtual shared SCSI hard disks ( each 500 MB in size )
    - My log files are:
    - /var/adm/messages
    - doesn't report much only the following:
    Nov 12 10:57:05 saucer nfs4cbd[328]: [ID 867284 daemon.notice] nfsv4 cannot determine local hostname binding for transport
    tcp6 - delegations will not be available on this transport
    Nov 12 10:57:21 saucer savecore: [ID 570001 auth.error] reboot after panic: forced crash dump initiated at user requestNov 12 10:57:21 saucer savecore: [ID 748169 auth.error] saving system crash dump in /var/crash/saucer/*.2Nov 12 10:57:41 saucer root: [ID 702911 user.error] Oracle Cluster Ready Services disabled by administrator.Nov 12 10:57:54 saucer rootnex: [ID 349649 kern.info] xsvc0 at rootNov 12 10:57:54 saucer genunix: [ID 936769 kern.info] xsvc0 is /xsvc
    - ocssd.log file for node1 indicates that node2 was evicted for impeding a reconfig. Details are:
    [    CSSD]2008-11-12 10:55:43.700 [15] >TRACE: clssnmPollingThread: node saucer (2) is impending reconfig
    [    CSSD]2008-11-12 10:55:43.700 [15] >WARNING: clssnmPollingThread: node saucer (2) at 90% heartbeat fatal, eviction in 0
    .973 seconds
    [    CSSD]2008-11-12 10:55:44.679 [15] >TRACE: clssnmPollingThread: node saucer (2) is impending reconfig
    [    CSSD]2008-11-12 10:55:44.679 [15] >TRACE: clssnmPollingThread: Eviction started for node saucer (2), flags 0x000d, s
    tate 3, wt4c 0
    [    CSSD]2008-11-12 10:55:44.690 [17] >TRACE: clssnmDoSyncUpdate: Initiating sync 3
    [    CSSD]2008-11-12 10:55:44.690 [17] >TRACE: clssnmDoSyncUpdate: diskTimeout set to (27000)ms
    [    CSSD]2008-11-12 10:55:44.691 [17] >TRACE: clssnmSetupAckWait: Ack message type (11)
    [    CSSD]2008-11-12 10:55:44.691 [17] >TRACE: clssnmSetupAckWait: node(1) is ALIVE
    [    CSSD]2008-11-12 10:55:44.691 [17] >TRACE: clssnmSetupAckWait: node(2) is ALIVE
    [    CSSD]2008-11-12 10:55:44.691 [17] >TRACE: clssnmSendSync: syncSeqNo(3)
    - node2 ocssd.log does not indicate the problem. See below for details:
    [    CSSD]2008-11-12 10:52:34.731 [11] >TRACE: clssgmClientConnectMsg: Connect from con(da8410) proc(dab900) pid() proto(
    10:2:1:1)
    [    CSSD]2008-11-12 10:53:37.305 [11] >TRACE: clssgmClientConnectMsg: Connect from con(da8410) proc(dab900) pid() proto(
    10:2:1:1)
    [    CSSD]2008-11-12 10:54:40.515 [11] >TRACE: clssgmClientConnectMsg: Connect from con(da8410) proc(dab900) pid() proto(
    10:2:1:1)
    [    CSSD]2008-11-12 11:18:09.997 >USER: Oracle Database 10g CSS Release 10.2.0.3.0 Production Copyright 1996, 2004 Orac
    le. All rights reserved.
    [    CSSD]2008-11-12 11:18:09.997 >USER: CSS daemon log for node saucer, number 2, in cluster crs
    [  clsdmt]Listening to (ADDRESS=(PROTOCOL=ipc)(KEY=saucerDBG_CSSD))
    [    CSSD]2008-11-12 11:18:10.016 [1] >TRACE: clssscmain: local-only set to false
    [    CSSD]2008-11-12 11:18:10.031 [1] >TRACE: clssnmReadNodeInfo: added node 1 (flying) to cluster
    [    CSSD]2008-11-12 11:18:10.042 [1] >TRACE: clssnmReadNodeInfo: added node 2 (saucer) to cluster
    [    CSSD]2008-11-12 11:18:10.057 [5] >TRACE: clssnm_skgxnmon: skgxn init failed
    [    CSSD]2008-11-12 11:18:10.057 [1] >TRACE: clssnm_skgxnonline: Using vacuous skgxn monitor
    - ORACLE VERIFY: cluvfy was run on node2 resulting with the following:
    bash-3.00$ ./cluvfy comp ocr -n all -verbose
    Verifying OCR integrity
    Checking OCR integrity...
    Checking the absence of a non-clustered configuration...
    All nodes free of non-clustered, local-only configurations.
    Uniqueness check for OCR device passed.
    Checking the version of OCR...
    OCR of correct Version "2" exists.
    Checking data integrity of OCR...
    Data integrity check for OCR passed.
    OCR integrity check passed.
    Verification of OCR integrity was successful.
    bash-3.00$
    Thanks
    jlem

  • Oracle Service Bus-Outbound-Query String node

    Hi,
    i have created a proxy service and did all the message flows,the problem is that i cant see the outboud query string node. Is there any way to create the node and then assign values to it.

    There is this $header variable which you should populate before calling the BS. What is the type of BS? If it is WSDL BS , Any Soap BS then above solution will work. I assume that yours is WSDL based BS and setting $header should resolve this issue.
    AnyXML and Messaging type BS services requires that you create proper pay load (setting $header will not work).
    There is also other actions Set Transport Headers {outbound request/inbound response} which can be used to set transport related headers but not soap headers.
    Manoj

  • R12 Apps with 4 node RAC and 4 apps nodes - Post Install check list

    Hi All,
    We have a new Oracle Apps R12 instalaltion with 4 node RAC and 4 Apps nodes with load balancing and external web tier being done by an outside firm. We are assigned the responsibility of checking that everything has been configured properly both on the RAC side and Apps side. I haven't worked on RAC earlier. Please let me know what all need to be checked before approving the install done by the outside firm.
    Thank you!

    Please check below metalink notes
    RAC Assurance Support Team: RAC and Oracle Clusterware Starter Kit and Best Practices (Generic) [ID 810394.1]
    Using Oracle 10g Release 2 Real Application Clusters and Automatic Storage Management with Oracle E-Business Suite Release 12 [ID 388577.1]
    Using Oracle 11g Release 2 Real Application Clusters with Oracle E-Business Suite Release 12 [ID 823587.1]
    Oracle E-Business Suite and Oracle Real Application Clusters Documentation Roadmap [ID 745759.1]
    745759.1 Oracle E-Business Suite and Oracle Real Application Clusters Documentation Roadmap
    384248.1 Sharing The Application Tier file system in Oracle E-Business Suite Release 12
    387859.1 Using AutoConfig to Manage System Configurations with Oracle E-Business Suite Release 12
    406982.1 Cloning Oracle Applications Release 12 with Rapid Clone
    240575.1 RAC on Linux Best Practices
    265633.1 Automatic Storage Management Technical Best Practices
    Loadbalancer
    note 380489.1 Using Load-Balancers with Oracle E-Business Suite Release 12
    note 727171.1 Implementing Load Balancing On Oracle E-Business Suite - Documentation For Specific Load Balancer Hardware
    note 601694.1 How To Check Session Persistence On BigIP F5 And Cisco Ace Load Balancer Appliances
    note 603325.1 Using Cisco ACE Series Application Control Engine with Oracle E-Business Suite Release 12
    Installation R12
    note 761564.1 Oracle Applications Installation and Upgrade Notes Release 12 (12.1.1) for Linux x86
    note 402310.1 Oracle Applications Installation and Upgrade notes Release 12 (12.0) for Linux (32-bit)
    note 559518.1 Cloning Oracle E-Business Suite Release 12 RAC-Enabled Systems with Rapid Clone
    note 735276.1 Interoperability notes E-Business Suite R12 with Oracle Database 11gR1
    Shared Applications Confiugurations:
    note 380483.1 Oracle E-Business Suite Release 12 Additional Configuration and Deployment Options
    note 384248.1 Sharing The Application Tier File System in Oracle E-Business Suite Release 12
    Edited by: Amigo on Dec 20, 2010 9:58 AM

  • Data guard setup for 2 node RAC primary to 2 node RAC standby

    Hi All,
    I am going to setup data guard for 2 node RAC primary to 2 node RAC standby on Oracle 10.2.0.4. in AIX5L.
    Can you please provide the document on the above setup which is having all the steps (details).
    Also, the documents on different scenarios like
    1) If one node of standby goes down, how the redo logs will be applied. IS there any problem?
    2) If both nodes of standby are failed, how to reciver them?
    3) If one node of primary fails, is there any issue?
    4) If two nodes of primary fails, is there any issue?
    Thanks in advance,
    Mahi

    Have a look at the following location, you may find some similar documents:
    http://www.oracle.com/technology/deploy/availability/htdocs/maa.htm
    By
    http://www.oraxperts.com

  • Boot up from other node's boot disk

    Hi,at the moment I got problem to boot up one of two nodes-cluster, because its boot disk seems to be damaged. Is it possible to boot up from other node's boot disk? If yes,how to do it? If not,are there any ideas,beside replacing the damaged boot disk? Because the machines are in testbed, I think my compay doesn't want spend much money to replace the disk in this short time =)
    The version is SOLARIS 8 and SUN Cluster 3.0.

    Hi,
    Sorry to disappoint you but you cannot in Sun Cluster have one node boot from the boot disk of the other node. Do you have a backup of the boot disk?
    Your best option is to replace it I guess
    Kristien

  • Cannot see users on other nodes

    Calendar users cannot see the users on other nodes.What should I do?
    <P>
    You may not have configured your node-to-node connections. Use
    Connect Nodes or uninode -edit. Your fully qualified domain name for
    your network exceeds 16 characters. Shorten your domain name or setup
    a shorter alias.
    <P>
    Follow these instructions after you have shortened the domain name or
    created a shorter alias. These instructions are also available in the
    Release Notes. If the fully qualified domain name for your network
    exceeds 16 characters, it will be necessary to shorten the host name
    of all the servers in the Calendar Server.network . These instructions
    must be carefully followed to avoid causing problems with the network.
    Ensure that the procedure is applied to ALL nodes in the Calendar
    network.
    1) The following procedure should be carried out on each server in
    the Calendar network:
    a) Bring the Calendar services down.
    % unistop -y
    b) Run the unidbfix command in export mode.
    % unidbfix -export -n node-id
    This will create a remotenode.ini file for each node on the server.
    The file is located in the node's perm directory.
    Example:
    If you have two nodes on the server ROCK, node 1(in N1) and node
    (in N2), the files are:
    /users/unison/db/nodes/N1/perm/remotenode.ini
    /users/unison/db/nodes/N2/perm/remotenode.ini
    The remotenode.ini file will look something like this:
    [1]
    RN_NUMCONNECT = 2
    RN_SURNAME = "unison"
    RN_GIVENNAME = "unison"
    RN_ORGUNIT1 = "uni2"
    RN_ORGUNIT2 = "openmail"
    RN_ORGANIZATION = "ABC Corp"
    RN_ACCESSMETHOD = 2
    RN_SERVICENAME = "unieng"
    RN_HOSTNAME = "rock"
    [2]
    RN_NUMCONNECT = 2
    RN_SURNAME = "unison"
    RN_GIVENNAME = "unison"
    RN_ORGUNIT1 = "uni4"
    RN_ORGUNIT2 = "openmail"
    RN_ORGANIZATION = "ABC Corp"
    RN_ACCESSMETHOD = 2
    RN_SERVICENAME = "unieng"
    RN_HOSTNAME = "rock"
    2) Once you have run unidbfix in export mode on all the servers,
    proceed as follows:
    a) Compare the remotenode.ini files and verify that the
         entries are the same. In each file, you will note that
         an entry for the local node is not included.
    b) Edit one of the files (on any of the servers). This file
         will be referred to as the master file. Add the appropriate
         entries for the local node (copy the section from one of
         the other files). Modify the RN_HOSTNAME in each of
         the sections of the master file to shorten the name.
    c) Copy the master file in the perm directories of each node
         on all the servers.
    3) Once the master file is in the perm directory of all the nodes,
    proceed as follows on each server:
    a) Run the unidbfix command in the -import mode.
    % unidbfix -import -n node-id
    b) Edit the nodes.ini file on the hub server and make the
         same changes to the host names. You do not need to apply
         the changes.
    c) Edit the [UTL] section of the /users/unison/misc/unison.ini
         file and change the host name.
    d) Start up the services.
    % unistart

    If images are missing then check that you aren't blocking images from some domains.
    *Check the permissions for the domain in the current tab in "Tools > Page Info > Permissions"
    *Check the permissions for all sites on the about:permissions page, via the location bar
    *Check that images are enabled: Tools > Options > Content: [X] Load images automatically
    *Check the exceptions in "Tools > Options > Content: Load Images > Exceptions"
    *Check the "Tools > Page Info > Media" tab for blocked images (scroll through all the images with the cursor Down key).
    If an image in the list is grayed and there is a check-mark in the box "<i>Block Images from...</i>" then remove that mark to unblock the images from that domain.
    Make sure that you do not block third-party images permissions.default.images
    *http://kb.mozillazine.org/Images_or_animations_do_not_load
    There are also extensions (Tools > Add-ons > Extensions) and security software (firewall, anti-virus) that can block images.

  • 3 node Cluster Booting 1 node boots the other node

    Hi,
    I have build a 3 node cluster on Solaris x86 05/9/ u7 and using Sun Cluster 3.2.u1 ( IBM SVC 4.2.6.1 supports only 32.u1)
    Configuration is successful...but when i shutdown one node the other node also shutdown and when they come up, they panic claiming reservation conflict.
    Has anybody come across a situtation like this.
    Any help appreciated!
    Thanks in Adavance
    Raj

    what happens to the third node during this?
    what are you using as a quorum device and what's the status of quorum prior to the shutdown?

  • XLR: query other data (UDT)

    Our customer has got several data stored in user defined tables. The data rows contain the business
    partner code as assignment to a business partner. I know, that UDTs are not exposed in the XL-
    Reporter, but there is the option to query other data (Formula builder: get other data). How can I assign
    the data stored in the UDT to a row expansion in an XL Reporter report matching the business partner
    code?
    It is possible to get all data from the UDT, but not to assign it to the business partner code according the one that is in the row expansion of my report.
    It should be possible to assign data from the UDT to the expanding row in my report, matching the
    business partner code with the code in the UDT.
    Does anyone know how to handle this?
    regards,
    Markus

    Hi!
    Further for Vlook up, you get Orther Data form UDT in same sheet. After that u use Vlook up funcition of Excell in order to look for the result from orther data of UDT through row expansion of my report.
    Ex:
    BP code       condition u wantt to get                                                                              The Data of UDT
    01             =vlookup( ....)                                                                                01         XX
    02                                                                                02         YY
    03                                                                                03          ZZ
                                                                                    04          AA
                                                                                    05          BB

  • How to drag and drop user from one node to other node.

    Dear All,
    How to drag and drop user from one node to other node.I tried but no success.
    What are precautions to be taken.
    Cay anybody kindly explain it.
    Thank you.

    Hello, if you had this message you had created BP....
    Now you don't have to user USERS_GEN this transaction is used only in first action, when you create the user in R/3 and then you pass this user to EBP in the organizational structure.
    Now you have to:
    1) Go to PPOMA_BBP
    2) Double click on organizational unit that you want to put this user (purchasing organization or purchasing group box for example)
    3) Select assign button in the top of the functions in the transaction
    4) Click on incorporates -- position
    5) Put userID that you want to add in this organizational unit
    6) Click Save
    Thanks
    Rosa

  • Trouble connecting to other nodes on network

    Within the last month or so, I've noticed that I cannot connect to other nodes which are on my network from my MacBook. More specifically, I have a Buffalo Linkstation Network Attached Storage drive (wired), a Windows XP PC (wired), and my wife's MacBook (wireless), all connected via a Netgear WNR854T router. Whenever I browse to the "Network" in Finder, all of the machines display icons, however when I double-click on one, I get the following message: "The alias 'xyz' could not be opened, because the original item cannot be found." I get options to "Delete Alias" or "Fix Alias". When I attempt to delete the alias I get the error message that I do not have the appropriate privileges for the corresponding machine.
    I don't get this problem, however, when I try to connect to my wife's MacBook or when I'm connecting to my MacBook from another machine. When using the PC (or the virtual machine in Parallels), I see my MacBook and can connect and browse files to my heart's content. In addition, my wife has not experienced any of these problems when connecting. She can see the network attached drive, the PC, etc. and can connect without issue.
    One interesting thing I did notice is that if I use the "Go -> Connect to Server" and type the IP address of, say, the NAS, it will allow me to mount the volumes (folders I have on the NAS). Although interestingly enough, the folder I really want isn't displayed as an option to mount even though, once again, I can get to it from any other machine except this MacBook.
    I haven't (knowingly) changed any configuration setting and the only hardware change I've made to my network is replacing an old Netgear router with this new one last week. But as I've mentioned, I had been experiencing this problem even with the older router. Does anyone have any suggestions which will help me get back to browsing my network like I used to?
    MacBook Core Duo Black 2 GHz; 2GB RAM; 100GB HD   Mac OS X (10.4.8)  

    Firstly, a note of caution... You need to take care when editing NetInfo, because if you make a mistake, you could render your account (or someone elses) unusable.
    When you connect to a network with a Mac OS X server present, you can receive network settings via DHCP. Deleting mcx_cache wil reset all of these settings, which will hopefully restore your Mac to the way it was before. To do this, go into NetInfo Manager, which you'll find here:
    Applications/Utilities/NetInfo Manager
    Click on the padlock icon (bottom left) and autheticate as an administrator. Click on the "/" menu, which should be in the far-left column. In the sub-menu to the right, there should be an item called mcx_cache. Click on this, and then click on the Delete button, and confirm you want to delete.
    Now quit out of NetInfo Manager and restart your Mac. When you check your Network icon in the Finder, it's contents should be back to normal.
    17" MacBook Pro   Mac OS X (10.4.7)  

Maybe you are looking for

  • HP Color LaserJet CM2320nf MP scanning to a PDF

    I  have a HP Color LaserJet CM2320nf MP in my classroom. I need to to be able to scan to a PDF for my confidential documents. I have tried unistalling, reinstalling, setting up printing preferences, updating adobe, and using a different computer.It h

  • Can a PDF be changed into a format to put inside (not insert) an email?

    We want to create a PDF from an ID document, and then somehow change it into a format (like a jpeg but cleaner/clearer) that can be either inserted or pasted into an email.  Is this possible?

  • Missing IN or OUT parameter at index

    Hi, I have the following usecase. I have a lookup view object and defined a view criteria on that VO such that there is no bind variables only literal variables are specified. On another VO I defined view accessors and on one of the attributes I defi

  • Skype crashes after a few minutes

    Skype always crashes. Anywhere from 5 to 30 minutes but it never fails to crash. Even when I'm not actively using it, besides an active group chat going. I've done mulitple uninstalls, including completely cleaning registry entries and any/all files

  • Jax-ws and apache axis

    This is a newbie question. Can you tell me the difference between jax-ws and apache axis. Is it possible to build web services just using jax-ws and not apache axis. What would be advantages and disadvantages. Thanks.