Fully Qualified Hostname problem with 9iAS install on WinNT

I am working within a corporate lan and installing 9ias to a Windows NT Sp 6 PC. I am using a fixed ip address and a fixed dns server. Although in the tcp/ip properties, dns tab I specify the hostname (shashi_build) and the domain (optus.com.au) and have an entry in the hosts and lmhosts files (192.168.218.238 shashi_build.optus.com.au shashi_build), the installer keeps coming up with an error message saying:
"Installation has detected that a fully qualified hostname has not been specified for this host. Oracle 91AS installation requires a default domain name to be specified for each host where it is installed. Please consult your operating system instructions for detials on assigning a default domain name. If you are not using a DNS server, then the file c:\winnt\system32\drivers\etc\hosts must also include a line of the the form:
<IP_ADDRESS> <FULLY_QUALIFIED_HOSTNAME< <ALIASES>
After making these changes, please reboot the host and restart the install."
Unquote.
The use dns for name resolution box is checked on the wins tab. Use lmhosts is checked too.
I even tried using DHCP, but to no effect.
I have ensured that the temp directory has sufficient space, page file is a minimum 1024 mb etc.
Can someone please help urgently? Thanks in anticipation.

This is a big deal. Please search the forum for "fully qualified host name" or "fully qualified domain name." You must get this right at install because you cannot make any changes later.
I made several posts relating to this issue in detail ca. Jan. 2003.
Mike

Similar Messages

  • Fail to install 9iAS9.0.2-a fully qualified hostname has not be specified

    hello
    in order to study oracle9iAS,i download the 9iAS9.0.2 from your website,but at the first disk installation,it tell me:
    "installation has detected that a fully qualified hostname has not be specified for this host,oracle9i Application server installation need a default domain name to be specified..........................."
    and my host file under "C:\WINNT\system32\drivers\etc" is as following:
    # Copyright (c) 1993-1999 Microsoft Corp.
    # This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
    # This file contains the mappings of IP addresses to host names. Each
    # entry should be kept on an individual line. The IP address should
    # be placed in the first column followed by the corresponding host name.
    # The IP address and the host name should be separated by at least one
    # space.
    # Additionally, comments (such as these) may be inserted on individual
    # lines or following the machine name denoted by a '#' symbol.
    # For example:
    # 102.54.94.97 rhino.acme.com # source server
    # 38.25.63.10 x.acme.com # x client host
    127.0.0.1 localhost
    who can help me to solve the problem?
    thank you

    You should enter another ip-address like
    199.999.99.0 hostename.domain
    127.0.0.1 localhost
    If you don't intend to publish the website outside your own domain you can use a localdomain If you do want to be able to see the website from outside then you will need a fully qualified internet adress like web.oracle.com.
    Try a ping from a commandbox (start > run > cmd) and you can see what adress your machine has now.
    If you have windows 2000 SP 3 operating system don't even begin trying to install Portal
    Oracle Portal is not working op service pack 3.
    Regards
    Arnoud
    Senior Oracle Internet Consultant
    http://www.thedoc.nl

  • Relay Access denied /fully-qualified hostname

    hello guys,
    I have made an application that sends emails (with attachments) to different users. It works fine when I use an email account (smtp server) from my network but not otherwise.... For example if i use it from my university then uni's smtp server must be used. But when i run it from my job, my uni's server does not work (vice versa).
    I get the following exceptions:
    Thu Feb 05 12:46:40 CET 2004
    ERROR MESSAGE: javax.mail.SendFailedException: Sending failed;
    nested exception is:
         class javax.mail.SendFailedException: Invalid Addresses;
    nested exception is:
         class javax.mail.SendFailedException: 554 <[email protected]>: Recipient address rejected: Relay access denied
         at javax.mail.Transport.send0(Transport.java:218)
         at javax.mail.Transport.send(Transport.java:80)
         at MailUtil.testOutgoingSmtp(Main.java:692)
         at EmailConfigDialog.testBtActionPerformed(Main.java:1578)....
    Thu Feb 05 12:30:58 CET 2004
    ERROR MESSAGE: javax.mail.SendFailedException: Sending failed;
    nested exception is:
         class javax.mail.SendFailedException: Invalid Addresses;
    nested exception is:
         class javax.mail.SendFailedException: 504 <cube>: Helo command rejected: need fully-qualified hostname
         at javax.mail.Transport.send0(Transport.java:218)
         at javax.mail.Transport.send(Transport.java:80)
         at MailUtil.testOutgoingSmtp(Main.java:692)
         at EmailConfigDialog.testBtActionPerformed(Main.java:1578)
    my hostname is cube. Can someone please help? It is driving me crazy :::(.
    I am using windows xp
    cheers
    Awan

    Sorry, hit the post button before addressing the other problem. While your getting the DNS problem solved find the guy that is administering the SMTP server and tell him it is not relaying messages for you. He'll probably want to know the address so bring the stack trace with you and show him the 500 series error.

  • Helo command rejected: need fully-qualified hostname

    Hi,
    I am using iPlanet messaging server 5.2. My email is rejected by some mail servers with following reason:
    Helo command rejected: need fully-qualified hostname
    Could you please give me some sujjestions to fix this problem?
    Thanks in advance!
    Francis

    Without knowing what os you're on, I'll assume solaris . .
    You can address your helo/ehlo greeting two ways:
    1. Fix your /etc/hosts so that the fqdn comes before your nickname
    xx.xx.xx.xx hostname.domain hostname
    or
    2. Add the fqdn to the daemon line in the imta.cnf file:
    ! tcp_local
    tcp_local smtp mx single_sys remotehost inner \ switchchannel identnonelimited subdirs 20\
    maxjobs 20 pool SMTP_POOL maytlsserver\ maysaslserver saslswitchchannel tcp_auth\
    threaddepth 64 dequeue_removeroute
    tcp-daemon HOSTNAME.YOUR_DOMAIN

  • "need fully-qualified hostname" error

    Can someone please help me with a basic problem with setting up the mail server, I can't seem to get to first base. The following is a Terminal session using telnet to do some basic testing (with personal info substituted for generic names) -
    ==============================
    mbp-5:~ Tony$ telnet mailserver.mydomain 25
    Trying 82.7.140.46...
    Connected to mailserver.mydomain.
    Escape character is '^]'.
    220 mailserver.mydomain ESMTP Postfix
    helo me
    250 mailserver.mydomain
    Mail from:myaddress@somedomain
    250 2.1.0 Ok
    Rcpt to:[email protected]
    504 5.5.2 <me>: Helo command rejected: need fully-qualified hostname
    =============================================
    In my Server Admin/Mail/General settings I have the host name set to mailserver.mydomain
    Can anyone give me a pointer please

    Thanks for that info.
    However, is the FQDN mailserver.example.com or example.com ?
    Hey guys - old thread, but was poking about and came across this.  I'll assume you've fix this, but the reason for the behavior (in case others find this) is that Postfix's default configuration requires a FQHN at HELO.  This helps with spam and reverse DNS.  If you want to turn this behavior off, then change this line in main.cf from:
    [smtpd_helo_restrictions = reject_non_fqdn_helo_hostname reject_invalid_helo_hostname]
    To:
    [smtpd_helo_restrictions = reject_invalid_helo_hostname]
    Personally, I do NOT like changing this.  However, mail clients on Windows (Outlook, OE and maybe others) pull the hostname off the TCP/IP stack.  So if your machine is named FOO, even if you have a domain suffix of "bar.com" which is forced, or if you force it in the "Computer Name" tab with the "More" button, Win7 will only send FOO to Outlook or OE which is sloppy.  RFC1123 states you MUST send FQHN, but MSFT doesn't allways care about RFC.  And actually, it is a lack of communication between OS and Apps.
    Many people have asked how to force Outlook to send the FQHN.  This is a misnomer as it is the OS that sends it.  Regardless, once can force the hostname by editing the registry.  Note this regards the TCP/IP parameters only.  These two values can be changed:
    In [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet\services\Tcpip\Parameters]
    For the [Hostname] value, you would change [FOO] to [foo.bar.com]
    Likewise for the [NV Hostname] value, you would change [FOO] to [foo.bar.com]
    If you have many systems, you could always write a .reg file to do it for you.
    In this way, you can leave your server more secure and provide functionality to your Windows clients.
    Hope this helps.
    t

  • Configure Postfix to allow a non fully-qualified hostname to send email

    I have a Mushroom Networks Porcini box that sends notifications from email address bbna@bbna
    When I set up the Porcini to send notifications to my email address using a Mac Mini running Snow Leopard Server the email session aborts:
    macbookenet:~ pderby$ telnet red.pderby.com 25
    Trying 208.37.99.226...
    Connected to red.pderby.com.
    Escape character is '^]'.
    220 red.pderby.com ESMTP Postfix
    HELO bbna
    250 red.pderby.com
    MAIL FROM:<bbna@bbna>
    250 2.1.0 Ok
    RCPT TO:<[email protected]>
    504 5.5.2 <bbna>: Helo command rejected: need fully-qualified hostname
    I would like to configure Postfix to accept mail from this MAIL FROM address as an exception, rejecting any other addresses that are not fully-qualified.
    Is there a way to do that?
    Thanks for any help!

    Launch Terminal.app and buried in the usual postconf -n output for your host, you should find this line:
    smtpd_helo_restrictions = reject_invalid_helo_hostname reject_non_fqdn_helo_hostname
    If so, then edit it with the following two lines (that first line is one long line) to tweak that:
    sudo postconf -e "smtpd_helo_restrictions = permit_mynetworks reject_invalid_helo_hostname reject_non_fqdn_helo_hostname"
    sudo postfix reload
    That will cause local hosts (from the mynetworks setting) to bypass the SMTP HELO check that's tripping your "underpowered" box here.

  • Error: Helo command rejected: need fully-qualified hostname

    Im trying to setup a SL Server as mail server for internal and external use (company.lan and company.net).
    When I try to send to the internal (company.lan) I get the following error:
    Helo command rejected: need fully-qualified hostname.
    Here is my postconf -n output
    I guess the error is in the line with the bold letters. How can I change it and should I?
    Thanks
    Kostas
    Last login: Mon Nov 16 23:42:18 on console
    server:~ admin$ postconf -n
    biff = no
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    header_checks = pcre:/etc/postfix/customheaderchecks
    html_directory = /usr/share/doc/postfix/html
    inet_interfaces = all
    mail_owner = _postfix
    mailboxsizelimit = 0
    mailbox_transport = dovecot
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 10485760
    mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain
    mydomain = COMPANY.lan
    mydomain_fallback = localhost
    myhostname = server.COMPANY.lan
    mynetworks = 127.0.0.0/8,192.168.16.0
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    recipient_delimiter = +
    relayhost =
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = _postdrop
    smtpdclientrestrictions = permit_mynetworks permitsaslauthenticated permit
    smtpdenforcetls = no
    smtpdhelorequired = yes
    *smtpdhelorestrictions = rejectinvalid_helohostname rejectnon_fqdn_helohostname*
    smtpdpw_server_securityoptions = cram-md5
    smtpdrecipientrestrictions = permitsaslauthenticated permit_mynetworks rejectunauthdestination checkpolicyservice unix:private/policy permit
    smtpdsasl_authenable = yes
    smtpdtlsCAfile = /etc/certificates/server.COMPANY.lan.57680B96FCEC7F50F59A01D8F7DC4E841B2DB453.c hain.pem
    smtpdtls_certfile = /etc/certificates/server.COMPANY.lan.57680B96FCEC7F50F59A01D8F7DC4E841B2DB453.c ert.pem
    smtpdtls_excludeciphers = SSLv2, aNULL, ADH, eNULL
    smtpdtls_keyfile = /etc/certificates/server.COMPANY.lan.57680B96FCEC7F50F59A01D8F7DC4E841B2DB453.k ey.pem
    smtpduse_pwserver = yes
    smtpdusetls = yes
    unknownlocal_recipient_rejectcode = 550
    virtualaliasdomains = $virtualaliasmaps hash:/etc/postfix/virtual_domains
    virtualaliasmaps = hash:/etc/postfix/virtual_users
    server:~ admin$

    Παρακαλώ (you are welcome) Kostas,
    If mail is for internal use only, you can keep the .lan address as long as you authenticate to send.
    If you need to send to external addresses, then make sure you use a valid e-mail address or your mails will be rejected by other mail servers.
    HTH,
    Alex

  • [svn:bz-trunk] 14749: Change tests to use fully qualified hostname of flexteam.corp.adobe. com as flexteam was not resolving on all regression boxes.

    Revision: 14749
    Revision: 14749
    Author:   [email protected]
    Date:     2010-03-14 05:43:14 -0700 (Sun, 14 Mar 2010)
    Log Message:
    Change tests to use fully qualified hostname of flexteam.corp.adobe.com as flexteam was not resolving on all regression boxes.
    Modified Paths:
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/proxyService/202863/bug202863Doc Lit.mxml
        blazeds/trunk/qa/apps/qa-regress/testsuites/mxunit/tests/proxyService/202863/bug202863Rpc Enc.mxml

  • Change hostname: Problems with Oracles "chgip" script

    During "OracleAS_1\chgip\scripts\chgiphost.bat" script run I am asked:
    "Enter fully qualified hostname (hostname.domainname) of destination"
    What should I enter in detail to be independent from DHCP IP assignments?
    If I enter e.g.
    localhost.default
    or
    127.0.0.1.default
    or
    localhost
    or
    soa.127.0.0.1
    the script tells me either
    "Destination Hostname does not correspond to a valid host"
    or
    "Invalid hostname"
    So what else can/should I enter?
    Peter

    During "OracleAS_1\chgip\scripts\chgiphost.bat" script run I am asked:
    "Enter fully qualified hostname (hostname.domainname) of destination"
    What should I enter in detail to be independent from DHCP IP assignments?
    If I enter e.g.
    localhost.default
    or
    127.0.0.1.default
    or
    localhost
    or
    soa.127.0.0.1
    the script tells me either
    "Destination Hostname does not correspond to a valid host"
    or
    "Invalid hostname"
    So what else can/should I enter?
    Peter

  • 504 5.5.2 windows : Helo command rejected: need fully-qualified hostname

    Hello2all!
    Just try to send e-mail from PC client running Outlook 2003 clien, and can't, the returning message is *504 5.5.2 <windows>: Helo command rejected: need fully-qualified hostname*
    From other e-mail client e-mail's sending and recieving very well, but Outlook 2003 return this message.
    Anybody has idea?

    I am so sorry, found great answer from Apple.
    May be someone will be interested.
    http://support.apple.com/kb/TS3023

  • Installation problems with 9iAS Developer KIT

    I have 9iAS installed on one machine with 9iAS infrastructure in it's own home and 9iAS components it's own home.
    The Big problem I am having is that each time I try to install the 9iAS developer KIT in 9iAS component home an error about saying cannot install.
    So should the 9iAS developer KIT have it's own home? That is different from 9iAS component home on the same maching

    I have 9iAS installed on one machine with 9iAS infrastructure in it's own home and 9iAS components it's own home.
    The Big problem I am having is that each time I try to install the 9iAS developer KIT in 9iAS component home an error about saying cannot install.
    So should the 9iAS developer KIT have it's own home? That is different from 9iAS component home on the same maching

  • Problem with 9iAS and Day Communiquh 3

    Hi,
    i have a problem with the deployment of Day Communiquh 3 web application (a tool for content management) on Oracle 9iAS (not on the OC4J stand-alone..).
    As explained on Day guide, i've disabled the following services in the delivery.xml of publish/system/conf directory (the file is put in attachment for a better comprehension):
    - ServletEngineService;
    - ShoutService.
    Moreover, i've updated the following tags:
    - fakeurls, with <redirect from="/" to="/cq3/playground/en.html" />;
    - loopback, with the port i use (7778).
    Then i have packed up the CQ3 webapp in a WAR file (cq3-web.war): i give you in attachment the WEB-INF/web.xml used.
    Finally i have packed up the WAR file in a EAR file, using the Enterprise Manager of 9iAS: i've put "cq3" as name of the deployed application, and "/cq3" as context root, so that users can access the application typing in a browser "http://<server_address>:<port>/cq3".
    Then i've found the following problems:
    - firstly, "http://<server_address>:<port>/cq3" doesn't redirect to "http://<server_address>:<port>/cq3/playground/en.html" as specified in delivery.xml: a "404 not found" error raises; so i have to type "http://<server_address>:<port>/cq3/playground/en.html" manually to view the Communiquh Playground;
    - anyway, the Communiquh Playground isn't shown correctly: every link and every image refers to an address like, for example, "http://<server_address>:<port>/playground/en/my_image.gif", i.e. without the "/cq3" context root in front of "/playground..".
    Anyone that could help me to resolve this issue is welcome. Please answer to [email protected]

    Hi,
    i have a problem with the deployment of Day Communiquh 3 web application (a tool for content management) on Oracle 9iAS (not on the OC4J stand-alone..).
    As explained on Day guide, i've disabled the following services in the delivery.xml of publish/system/conf directory (the file is put in attachment for a better comprehension):
    - ServletEngineService;
    - ShoutService.
    Moreover, i've updated the following tags:
    - fakeurls, with <redirect from="/" to="/cq3/playground/en.html" />;
    - loopback, with the port i use (7778).
    Then i have packed up the CQ3 webapp in a WAR file (cq3-web.war): i give you in attachment the WEB-INF/web.xml used.
    Finally i have packed up the WAR file in a EAR file, using the Enterprise Manager of 9iAS: i've put "cq3" as name of the deployed application, and "/cq3" as context root, so that users can access the application typing in a browser "http://<server_address>:<port>/cq3".
    Then i've found the following problems:
    - firstly, "http://<server_address>:<port>/cq3" doesn't redirect to "http://<server_address>:<port>/cq3/playground/en.html" as specified in delivery.xml: a "404 not found" error raises; so i have to type "http://<server_address>:<port>/cq3/playground/en.html" manually to view the Communiquh Playground;
    - anyway, the Communiquh Playground isn't shown correctly: every link and every image refers to an address like, for example, "http://<server_address>:<port>/playground/en/my_image.gif", i.e. without the "/cq3" context root in front of "/playground..".
    Anyone that could help me to resolve this issue is welcome. Please answer to [email protected]

  • I'm having problems with the install of iTunes 10.7 it seems to be going well and then at the very end of the blue bar it doesnt seem to complete? All of my software is up to date and plenty of space on the mini?

    I'm having problems installing iTunes 10.7. It seems to be going well and then at the last part of the blue bar it just doesn't complete. All software is up to date and there is plen of room on the mini? I have tried like 4 times and am ready to throw it out the window.

    I noticed some problems with the Apple Support sites here the last day or so.
    Try again using > Apple - iTunes - Download iTunes Now

  • Metalink SR category for problem with CRS install

    HI
    Can You please tell me , where I find in SR category to create request on metaling about problem with install/start crs :
    I wont to create RAC env where host is ORACLE VM and clusterware is OCFS2 and wit Oracle Enterprise linux 5 , but after istal ai have problem with start crs (root.sh) and I don't know to find relevant category
    [root@lin1 bin]# ./crsctl start cluster
    CRS-2672: Attempting to start 'ora.gipcd' on 'lin1'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'lin1'
    CRS-2676: Start of 'ora.mdnsd' on 'lin1' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'lin1'
    CRS-2676: Start of 'ora.gpnpd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'lin1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'lin1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'lin1'
    CRS-2676: Start of 'ora.diskmon' on 'lin1' succeeded
    CRS-2674: Start of 'ora.cssd' on 'lin1' failed
    CRS-679: Attempting to clean 'ora.cssd' on 'lin1'
    CRS-2681: Clean of 'ora.cssd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'lin1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'lin1'
    CRS-2674: Start of 'ora.cssd' on 'lin1' failed
    CRS-2679: Attempting to clean 'ora.cssd' on 'lin1'
    CRS-2681: Clean of 'ora.cssd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.diskmon' on 'lin1'
    CRS-2676: Start of 'ora.diskmon' on 'lin1' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'lin1'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'lin1' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    [root@lin1 bin]# ./crsctl check cluster
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    CRS-4534: Cannot communicate with Event Manager
    [root@lin1 bin]# ./crsctl check cluster -all
    lin1:
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    CRS-4534: Cannot communicate with Event Manager
    Thank You Brano

    HI
    Can You please tell me , where I find in SR category to create request on metaling about problem with install/start crs :
    I wont to create RAC env where host is ORACLE VM and clusterware is OCFS2 and wit Oracle Enterprise linux 5 , but after istal ai have problem with start crs (root.sh) and I don't know to find relevant category
    [root@lin1 bin]# ./crsctl start cluster
    CRS-2672: Attempting to start 'ora.gipcd' on 'lin1'
    CRS-2672: Attempting to start 'ora.mdnsd' on 'lin1'
    CRS-2676: Start of 'ora.mdnsd' on 'lin1' succeeded
    CRS-2676: Start of 'ora.gipcd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.gpnpd' on 'lin1'
    CRS-2676: Start of 'ora.gpnpd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'lin1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'lin1'
    CRS-2672: Attempting to start 'ora.diskmon' on 'lin1'
    CRS-2676: Start of 'ora.diskmon' on 'lin1' succeeded
    CRS-2674: Start of 'ora.cssd' on 'lin1' failed
    CRS-679: Attempting to clean 'ora.cssd' on 'lin1'
    CRS-2681: Clean of 'ora.cssd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssdmonitor' on 'lin1'
    CRS-2676: Start of 'ora.cssdmonitor' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.cssd' on 'lin1'
    CRS-2674: Start of 'ora.cssd' on 'lin1' failed
    CRS-2679: Attempting to clean 'ora.cssd' on 'lin1'
    CRS-2681: Clean of 'ora.cssd' on 'lin1' succeeded
    CRS-2672: Attempting to start 'ora.diskmon' on 'lin1'
    CRS-2676: Start of 'ora.diskmon' on 'lin1' succeeded
    CRS-2673: Attempting to stop 'ora.cssdmonitor' on 'lin1'
    CRS-2677: Stop of 'ora.cssdmonitor' on 'lin1' succeeded
    CRS-4000: Command Start failed, or completed with errors.
    [root@lin1 bin]# ./crsctl check cluster
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    CRS-4534: Cannot communicate with Event Manager
    [root@lin1 bin]# ./crsctl check cluster -all
    lin1:
    CRS-4535: Cannot communicate with Cluster Ready Services
    CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
    CRS-4534: Cannot communicate with Event Manager
    Thank You Brano

  • Problems with new instalation of Photoshop Elements 12

    Windows 7
    I have had continual problems with PE 9 with error messages to uninstall and reinstall Error 16.
    So I thought buy version 12 that should do the trick BUT NO I uninstalled version 9 and installed 12 from disk on the 20th August.
    Updated with Application Manager and all was well. Yesterday will not load and Error 16 as before. Tried run as administrator and was told I needed a newer version of Update Manager. Downloaded and installed version 8 still no joy and this then updated to Adobe Creative Cloud. The Application still will not open and I am getting fed up with Adobe applications, when they work their fine but I have no luck getting them to work long term.
    Having bought this I am reluctant to move on and incur the cost of an alternative but I am fast running out of patience with Adobe 
    Any Hep Would Be Appreciated

    Barbara B
    Thanks for link. Worked through Windows Vista/7 settings got to Set permissions but no Adobe PCD folder. Uninstalled and reinstalled PE 12 software 5/9, PCD now there and application running OK as was the initial installation.
    6/9 on start-up,  Creative Cloud identified update for PE 12, Application Manager appeared and I run update, after, application running OK and Adobe PCD still there. Checked settings and permissions against link document permissions not as suggested but application working so made no changes.Will the application continue to work, that’s the next question, from previous experience with the initial installation and with PE 9, I have my doubts.
    If the loss of Adobe PCD is the cause of the problem, what makes it disappear ? 
    Les

Maybe you are looking for

  • Two Question

    My ability to delete photo's by using command-delete, for some reason has stopped working. Any ideas? Second question - My camera is set on jpg/raw. When I import or drag photos from iphoto, the only designation that seems to transfer is jpg. How do

  • Mac Book Pro space bar issue...

    I just received my MBP and the space bar is very difficult to engage. This small thing makes typing an extreme test of patience. I got it at Future Shop Canada two days ago. Should I call Apple Support or deal with Future Shop? It has taken a while t

  • MyAccount registration and login support 24/7

    If you have trouble registering or logging in to MyAccount, try our Live Chat support team, these guys are there 24/7 and are specialized on these tasks, so they're pretty good at it Consumer Link: http://livechat.telstra.com/TCOM:ContactUsnlineServi

  • How to open, edit, and save XML

    I hav a problem in creating jsp file that can open, edit, and save xml!Anyone can help me?!!!

  • Active Directory integration with Service Desk and Busines Partners

    We have populated the business partners in Service Desk with data from Windows Active Directory, but this was a one-time import. At the moment if there are any changes to Active Directory then the business partner records need to be updated manually.