Servermgrd: servermgr_dns: no name available via DNS

Like most others here, I started receiving the following error message after upgrading to 10.4.6:
Jul 1 14:37:53 pagecentral servermgrd: servermgr_dns: no name available via DNS for 66.111.243.236
Actually I had other issues first, my hostname was improperly set. After fixing that I started getting this. I've scoured the boards, read the update from Apple, and I'm still confused. I'm running web, mail, and firewall through OSX Server and QuickDNS for DNS. everything is configured properly, at least I thought it was. I have rDNS records setup, and I have a PTR setup at the parent server that points to pagecentral.com
If I do "host pagecentral.com" in terminal it returns the proper ip.
What am I missing? Should I update the PTR record at the parent to include the subdomain? ns1.pagecentral.com instead of just pagecentral.com? I was originally told it should just be the domain... but that was quite a while ago, I'm sure things have changed since then.

Dig -x 66.111.243.236 returns:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 11189
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;236.243.111.66.in-addr.arpa. IN PTR
;; ANSWER SECTION:
236.243.111.66.in-addr.arpa. 3600 IN PTR pagecentral.com.
;; AUTHORITY SECTION:
243.111.66.in-addr.arpa. 3600 IN NS ns2.webhostplus.net.
243.111.66.in-addr.arpa. 3600 IN NS ns1.webhostplus.net.
;; ADDITIONAL SECTION:
ns1.webhostplus.net. 11835 IN A 66.111.229.36
ns2.webhostplus.net. 11835 IN A 66.111.250.180
;; Query time: 50 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Jul 4 21:59:43 2006
;; MSG SIZE rcvd: 157
<snip>
Did you use the following when correcting your hostname info ?
http://docs.info.apple.com/article.html?artnum=303495
</snip>
Yes I did
<snip>
I agree with Leif, you should point the server at itself for DNS,
use 127.0.0.1
And I also agree that ou may wish or need to create forwarders entries for
ns1 and ns2.webhostplus.net.
</snip>
I'm little confused by this. can you explain more? Are you saying all the virtual domains should return 127.0.0.1 as their A record? If so, how would other machines know where to look for the domain? or am I missing this entirely? I cant control what is listed on the webhostplus servers as they are not mine. I beleive they will only provide me with the current record.
<snip>
When changing the entry for the DNS server(s) used,
don't just change it in the System Preference, you need to use the command-line tool, networksetup - this will ensure the change propagates to all necessary places.
</snip>
I use QuickDNS to handle DNS, how will doing this affect QuickDNS?
<snip>
I have no experience with QuickDNS, you should contact them as well since they should support their product and you paid for it. I would hope their support is excellent, based on one of the VP of R&D being Cricket Liu !
http://www.oreilly.com/catalog/dns4/
</snip>
I use QuickDNS 5.03, unfortunately this products support ran out in June I believe, so I am relegated to the Knowledge base until I upgrade.
<snip>
Now then, looking at menandmice's own articles,
http://www.menandmice.com/knowledgehub/dnsqa/40
suggests that you may need to alter your dns entries so that the first ptr listing is for pagecentral.com.
</snip>
Pagecentral.com is the first listing in the record, but I took something different from that little article, to me, it says that only pagecentral.com should be listed there.
Mac Mini. 2 xServes   Mac OS X (10.4.6)  

Similar Messages

  • DNS question and no name available via DNS and no reverse DNS errors

    We are running an OS X server, 10.4.11, OD Master. We are getting some error messages, and we have setup DNS to forward requests for example.com. (our website) to our web developer's external web server where our website is being hosted.
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no name available via DNS for 192.168.0.5
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly
    Oct 15 10:31:48 [server name omitted] /usr/sbin/PasswordService: incorrect digest response
    - and -
    Oct 15 09:54:00 [server name omitted] DirectoryService[103]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    Some Background:
    We are running internal DNS services only. We have a domain, example.com. and our OS X Server, server.example.com. We have a website that is being hosted offsite by our web developer. Long ago when they were setting up the SSL certificate for the site, they obtained a certificate for example.com INSTEAD of www.example.com. So, our web developer setup a redirect to redirect web requests to www.example.com to example.com.
    Now, this brings us to our OS X server (server.example.com). We are hosting internal DNS with the same domain, example.com. When employees inside our LAN would put in our web address, example.com, or www.example.com, it would take them to our OS X server. As a workaround, in the DNS settings for the zone in server Admin, I set the Server IP address for the zone to "Other" and specified the external address to the server where the site is hosted by our developer then setup an A record for our server. (We cannot forward requests to www.example.com since our web developer automatically redirects these requests to example.com since that is where the SSL certificate and the search engines are linked to).
    Well obviously this had serious repercussions for server stability. So, I set the server IP address back to the address of our OS X server itself, 192.168.0.5.
    Now, I then went into command line and manually edited the zone files. Here's part of our zone file:
    $TTL 3600
    example.com. IN SOA server.example.com. sysadmin.example.com. (
    2008031015 ; serial
    3h ; refresh
    1h ; retry
    1w ; expiry
    1h ) ; minimum
    example.com. IN NS server.example.com.
    example.com. IN A [external IP address of web server]
    server IN A 192.168.0.5
    We are getting the following error messages regularly:
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no name available via DNS for 192.168.0.5
    Oct 15 10:29:05 [server name omitted] servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly
    Oct 15 10:31:48 [server name omitted] /usr/sbin/PasswordService: incorrect digest response
    - and -
    Oct 15 09:54:00 [server name omitted] DirectoryService[103]: GSSAPI Error: Miscellaneous failure (Server not found in Kerberos database)
    Questions:
    Do I need to go back to our zone file and change the A record for example.com. to match our OS X server's address: 192.168.0.5?
    Secondly, is there anything I can do in DNS or elsewhere on the server to redirect web requests to example.com to our web developer's offsite server since the developer's server redirects www.example.com to example.com?
    Thanks in advance? I am stumped.
    Thanks,
    Tyler

    Problem was resolved.
    All I ended up doing was edition my reverse lookup file, db.192.168.0. It was correct, and I simply re-saved it without making any changes. Strangely enough, that did it. No idea why. Maybe a permissions issue with the file?
    I'm still running the server with address record for the domain (example.com.) mapped to our external web server. no problems.
    Tyler

  • Getting this error, need help: No Name Available via DNS

    Hello,
    i was wondering if someone can help me out. i m being getting this error message xserver servermgrd: servermgr_dns: no name available via DNS for 192.168.0.XXX . The server is set up stand alone server, only being use to host Filemaker Pro Databases. i type hostname to see what it show me, it show me fmserver.local. the internal ip assign to it, it is static and the WAN IP is also static.
    any help would be appreciate it.
    thank you
    victor

    if you change your network interface's DNS to point to yourself, then you should add your isp's nameservers to the "fowarders" options in your /etc/named.conf file, so your nameserver, when it can't find a local or cached record to answer the query, can still use your ISPs nameserver to lookup the information...
    Dual G4 colocated xserve   Mac OS X (10.4.2)  

  • No Name Available / No Reverse DNS Entry in System Log

    On our network, we have two Macs running different versions of OSX Server software. Our "main" server is a G5 dual 2GHz (2.5 Gb RAM) running Leopard Server 10.5.6, and it runs most of our major services such as Open Directory (it’s designated an OD Master), Mail, Web, FTP and DNS. Our "secondary" server is an XServe dual 2.3GHz (G5) (2 Gb RAM) running Tiger Server 10.4.11. It only runs the AFP service and exists solely as our company’s fileserver. Both of its ethernet ports are connected to our company’s 10/100 switch, and the ports are configured as follows: Built-in Ethernet 2 (BSD Device Name en1) IP addr. 10.1.10.154; Built-in Ethernet 1 (BSD Device Name en0) IP addr. 10.1.10.152. In the Network control panel’s Network Port Configurations, Built-in Ethernet 2 (IP address 10.1.154) is moved to the top of the configuration window and as a result, Network Status indicates that that XServe "is connected to the Internet via Built-in Ethernet 2."
    That said, I see the following every 30 minutes in the System log:
    Apr 20 11:01:51 NAGXServe2 servermgrd: servermgr_dns: no name available via DNS for 10.1.10.154
    Apr 20 11:01:51 NAGXServe2 servermgrd: servermgr_dns: no reverse DNS entry for server, various services may not function properly
    This doesn’t cause any apparent problems in daily operation but if it’s something I could fix myself, I’d be willing to try. In the TCP/IP configuration for both ports, the DNS Server entry points to our "main" G5 server (which has a static IP address) and the Search Domain entry is that "main" G5 server’s domain name.
    In the DNS setup on the "main" G5 server, its domain name is entered in the "Primary Zone" field and its static IP address is entered in the Reverse Zone field; Whois lookups work successfully both forward and backward. But there is no mention of our "secondary" server anywhere in the "main" G5 server’s DNS setup.
    Thanks for any help!

    I am going to assume that the IP addresses you have given are REAL.
    You have to add an entry for NAGXServe2 in the DNS server's (NAGXServe1?) configs.
    First, what you need to enter are hostnames. The zone/domainname (example.com) should resolve to one representative server (your main server) for www service's sake, but otherwise, even your main server should have its own hostname (hostname.example.com).
    Let's say you already have an entry for your domain, example.com. This zone should already have one (or even two) A record, nagxserve1.example.com (and maybe example.com, without any hostname). You need to add another A record for nagxserve2.example.com with the IP address 10.1.10.154.
    You do this buy selecting "Computer (A) record" from the "Add record" dropdown button. A new A record called "newMachine" should appear under the zone record. If you can't see it, try clicking on the little triangle next to the zone/domain name.

  • Servermgrd: servermgr_dns: no hostname set.....

    Getting this in Console...a lot.
    Jun 7 10:32:35 G5Server servermgrd: servermgr_dns: no name available via DNS for 192.168.1.102
    Jun 7 10:32:35 G5Server servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    This is a standalone server behind router. It's local ip is 192.168.1.102, Not sure what to do here, trolled the forms already looking for answers. MOst seem to say that unless i'm running DNS (Which i'm not) there shouldn't be a problem.

    As of 10.4.6, Mac OS X server uses a slightly different method for discovering and setting the local hostname:
    http://docs.info.apple.com/article.html?artnum=303697
    This will attempt a reverse DNS lookup, and log any failures, which is what you're seeing. If it's a standalone box, and you're not running DNS, you'll be fine. Just know you'll have to set up DNS if you ever want to promote the machine to an OD master.
    MacBook Pro   Mac OS X (10.4.6)  

  • Problem: no hostname set and unable to detect via DNS

    Hi!
    I spotted the following message in my server's system log today. I don't know if it's after 10.4.6 update or not.
    Apr 4 19:50:50 xserver servermgrd: servermgr_dns: no name available via DNS for XXX.XXX.XXX.XXX
    Apr 4 19:50:50 xserver servermgrd: servermgr_dns: no hostname set and unable to detect via DNS, services may not function properly - use changeip to repair
    XXX.XXX.XXX.XXX - public IP address
    xserver - name of my server
    Besides my LDAP keeps saying in the log:
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=computers, )\n
    Apr 4 15:04:32 xserver slapd[77]: do_search: invalid dn (cn=computers, )\n
    Apr 4 15:05:43 xserver slapd[77]: do_search: invalid dn (cn=config, )\n
    Apr 4 15:05:43 xserver slapd[77]: do_search: invalid dn (cn=neighborhoods, )\n
    Apr 4 15:05:43 xserver slapd[77]: do_search: invalid dn (cn=neighborhoods, )\n
    Is it kinda one problem? Did I do smth wrong?
    I don't have a slightest idea what to do with that. Any help would be much appreciated.
    Rgrds,
    Maxim
    PowerBook G4 1GHz 12" 40GB SD   Mac OS X (10.4.6)   also have Xserve G4 10.4.6

    Err... You only want to point the server to itself (127.0.0.1), IF you configure it (the server) to run DNS.
    I tried to be clear about that, sorry if it was not.
    You will continue to have a problem, if you point the server at the DynDNS name servers. I'll try to explain again.
    You have an external IP that keeps shifting. DynDNS is a workaround for that. Normally, a server has a static IP. (I'm simplifying ALOT here for the purpose of illustration):
    When someone "out there" on the 'Net tries to find "www.yourserver.dyndns.com", it queries DNS, the first server doesn't know the answer but passes the request onto DynDNS dns servers , and a reply is sent, "that server is at this IP address" and then the person's web browser loads the webpage served up by at IP address 6x.10x.xx.x (some publicly available IP, the one dynamically assigned by your ISP) which is where your server "ww.yourserver.dyndns.com", which is actually to be found. And hopefully your router is properly forwarding http requests (port 80) on to your server.
    So then, if you point your server at the DynDNS servers, it will try to "find itself," and the answer is going to be that external, dynamic IP. Whatever it might be that day, is what the DynDNS server(s) will respond with. And that is not going to be a match, since your server is behind a Router doing NAT, and has an IP address of 192.168.123.1 for example. And nothing is going to do a reverse lookup for 192.168.123.1 either.
    One way to resolve this, is to setup internal DNS on the server itself. Which is beyond the scope of this thread, I suggest searching this forum and reading up on it, after having read the Apple doc
    http://images.apple.com/server/pdfs/NetworkServicesv10.4.pdf
    starting on page 37.
    Further thoughts: to change the hostname, you can use the changeip command, see page 50 of the command-line manual:
    http://www.apple.com/server/documentation/
    and download the Command Line Administration PDF.
    in the Terminal: man changeip
    for example, all on one line, if running as an Open Directory master:
    sudo changeip /LDAPv3/127.0.0.1 192.168.123.1 192.168.123.1 oldhost newhost
    The IP address is identical on purpose, if the IP is not changing, list it twice, that's the syntax. Old = new, in this case is all.
    If running as Standalone, and changing the IP:
    sudo changeip - 192.168.123.1 192.168.123.2 oldhostname newhostname
    You can use (this is described in the Command Line Administration PDF)
    serversetup -setHostname hostname
    You could also edit /etc/hostconfig and change
    HOSTNAME=-Automatic-
    to =-your.servername.com-
    To change the DNS server(s) used by your Xserve, use:
    networksetup
    man networksetup
    on the server itself.
    PS:
    If you're charging a client for anything related to this, you need to learn about all of what we've been discussing in a real hurry, you should know it already (if charging for it), I mean this in a friendly (but steadfast) way. Start by reading the Apple documentation, it's a good place to begin.
    And perhaps DynDNS has a way to handle "internal" (RFC1918) private IPs and external, publicly available IPs. I won't claim to know, first step I'd take would be to check their docs.

  • OS X 10.4.11 Server - configured name and reverse DNS do not match / DNS

    Hi all,
    I have looked for similar posts but all seem to have different scenarios, hoping to get an answer from someone more experienced than myself before I do anything silly.
    Help much appreciated!
    Scenario:
    We run a 10.4.11 OS X Server on an XServe, hosted at an ISP. ISP provides all DNS services, incl. the reversed DNS entry.
    I am currently only running the following services (based on the display in ServerAdmin):
    AFP
    Firewall
    iChat
    Mail
    QuickTimeStreaming
    Web
    All others (incl. DNS) are grayed out. (As ISP instructed us not to add a DNS service on our box, that's "normal" according to my experiences with dedicated /co-location server hosting).
    We never used changeip after the initial setup, meaning the server's
    Current Hostname = somename.local and
    DNS Hostname = mail.ourdomainname.net
    So in system.log I find this re-occuring entry:
    Jul 8 11:41:22 somename servermgrd: servermgr_dns: configured name and reverse DNS name do not match (somename.local != mail.ourdomainname.net), various services may not function properly - use changeip to repair and/or correct DNS
    Finally, my question:
    As Mail and Web services etc. are currently running OK from what I can tell,
    1) do I HAVE to change this at all?
    2) Would it be much better / why?
    3) Could I change this using the following command
    (111.11.111.1 indicating the server's IP address)
    changeip 111.11.111.1 111.11.111.1 somename.local mail.ourdomainname.net
    4) without running a DNS server on the machine, i.e. DNS service is not required for this to work?
    5) obviously I want to be able to use Server Admin after I issue this command...
    6) can I fall back easily in case this would screw it up, or is there no risk whatsoever doing this in my case?
    THANK YOU so much for any help!

    Hi Jonas
    If port 443 is already being used on the same box as KMS then it will complain and probably not start the service? I've seen this with LDAP port 636. This is when Kerio is installed on a server configured as an OD Master. Clearly the port can't be used by both servers.
    It might be easier to change the port your sites are currently using to something else? Although don't do anything yet. Pose the question to Kerio Support and see what advice they offer.
    Yes moving the mail to a local folder on the mail client will do it.
    Is Kerio going on the same box? If its a different box (presumably different IP address?) Then what you can do is to port forward to the new server's IP address instead of disabling it. This way while you are bringing the new server on line users can still send mail right up until the time you give instructions on changing their inbound/outbound mail server details. Of course they won't be able to receive but if you time it right they may not even get an error message? Depends on what their schedules are.
    If it was me I would choose IMAP every time. As the mail admin you have full control and a central location for easy backup. KMS has a built in archiving feature that makes this a simple process. This is an easier option than going round individual client machines and making sure mail held locally in POP accounts are backed up. Besides there is always someone who falls through the loop and I'm not taking into account drive failures. It makes good sense anyway as there is talk of legislation being introduced to make this a requirement for businesses who run their own mail servers. This is certainly true for certain parts of the US and what usually happens there is generally taken up in the UK and most parts of Europe.
    Kerio's WebMail Client means users don't even have to have their own computer. Just as long as they have access to one that has access to the internet they can send/receive mail. No need for dedicated mail applications such as Apple Mail, Thunderbird, Entourage etc. How mail is uses remains consistent for all users.
    Yes. I did this not so long ago with Leopard's built in Mail Server. I sent an e-mail defining a time when no inbound mail would be received. Disabled port forwarding for SMTP port 25 and approx 30 minutes after that another mail stating no outbound mail should be sent. Once everything was swopped over (we were changing from a G4 10.4 server to a G5 10.5 Server) port 25 was enabled, new server brought online and everyone was mailing again with no appreciable downtime.
    These boxes were to have the same IP address hence the slightly different approach.
    Does this help?
    Tony

  • 5800 (NAM RM-428) v40 available via NSU

    Saw the other thread which indicated that v40 was available via FOTA.
    Now v40.2.005 for 5800 XpressMusic (NAM RM-428, product code: 0577454) is available via NSU as well.  132MB download went quite smoothly.
    Firmware is dated Mar 17, 2010 & I'm not sure when it became available via NSU...I haven't been checking lately.  Even though I've registered with Nokia for updates, I never actually get email when an update is available.  I do get their occasional "newsletter" email though.
    Lumia 920, Lumia 800
    Nokia N8-00 (NAM, Product Code: 059C8T6), Symbian Belle, Type RM-596, 111.030.0609
    Nokia 5800 XpressMusic (NAM, Product Code: 0577454) Software v51.2.007, Type RM-428

    Howdy.
    Phones in US apparently don't get shipped with a server configuration for software updates, which is weird.  Call Nokia support to see if they will give you the configuration.  I tried the info that's posted on these forums (search for server update).
    What I do is use NSU, which stands for Nokia Software Updater, a package you have to install on your PC.  Do you have either PC Suite or Ovi Suite installed?  If so you NSU should have been installed.  Connect your phone and run that.  Heed the warnings about making backups before updating!
    [Update]
    Saw in another thread that you may be using a Mac? In that case I don't know about NSU availability on the Mac.  In case you're in an area where there's a Nokia Care Center (I believe that's only NYC and Chicago in the US, though I haven't checked lately), then you could go to them & have it updated, or find a PC where you can install NSU for updating your phone.
    You might want to put your phone model and firmware in your signature so people can tell which 5800 you've got.  Also if it's T-mobile branded, you may want to check with them about the update.  My phone was unbranded and v40 is available via NSU.  I'm now looking forward to v50.
    Lumia 920, Lumia 800
    Nokia N8-00 (NAM, Product Code: 059C8T6), Symbian Belle, Type RM-596, 111.030.0609
    Nokia 5800 XpressMusic (NAM, Product Code: 0577454) Software v51.2.007, Type RM-428

  • J2EE database not available via test

    Hi Experts,
    I have installed NW 7.0 portal Ehp2 system on Solaris cluster with logical name  . Now when I try to start SAP with the startsap script . it is not starting the database (Oracle) . It just checks whether DB is running and giving message J2EE database not available via test , and asking to check JdbCon.log .
    This is Bootstrap log
    com.sap.engine.frame.core.configuration.ConfigurationException: Error while connecting to DB.
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.createConnection(DBConnectionPool.java:384)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.DBConnectionPool.<init>(DBConnectionPool.java:132)
            at com.sap.engine.core.configuration.impl.persistence.rdbms.PersistenceHandler.<init>(PersistenceHandler.java:38)
            at com.sap.engine.core.configuration.impl.cache.ConfigurationCache.<init>(ConfigurationCache.java:150)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.init(ConfigurationManagerBootstrapImpl.java:214)
            at com.sap.engine.core.configuration.bootstrap.ConfigurationManagerBootstrapImpl.<init>(ConfigurationManagerBootstrapImpl.java:46)
            at com.sap.engine.bootstrap.Synchronizer.<init>(Synchronizer.java:76)
            at com.sap.engine.bootstrap.Bootstrap.initDatabaseConnection(Bootstrap.java:474)
            at com.sap.engine.bootstrap.Bootstrap.<init>(Bootstrap.java:156)
            at com.sap.engine.bootstrap.Bootstrap.main(Bootstrap.java:946)
            at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
            at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:331)
            at com.sap.engine.offline.OfflineToolStart.main(OfflineToolStart.java:81)
    Caused by: java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory
    If I start db manually , then runnig startsap , it runs fine . And also stopsap script , wont stop database .
    I checked listener.ora,tnsnames.ora, user profiles, environment variables, permissions etc , nothing found wrong .
    When I execute startj2eedb as sidadm , it starts db .
    Can you please throw some light on this issue
    Regards,
    Nibu Antony

    Yes, it is all logical hostname .
    For more clarification on the issue
    bash-3.2$ startsap <logical hostname>
    Checking <SID> Database
    J2EE Database is not available via  test
    See logfile /usr/sap/<SID>//JdbcCon.log
    Starting Startup Agent sapstartsrv
    Instance Service on host hostname<SID>p1 started
    Starting SAP Instance SCS00
    Startup-Log is written to /usr/sap/<SID>//startsap_SCS00_hostname<SID>p1.log
    Instance on host hostname<SID>p1 started
    Starting Startup Agent sapstartsrv
    Instance Service on host hostname<SID>p1 started
    Starting SAP Instance JC01
    Startup-Log is written to /usr/sap/<SID>//startsap_JC01_hostname<SID>p1.log
    Instance on host hostname<SID>p1 started
    Starting SAP-Collector Daemon
    12:38:20 13.03.2014     LOG: Using PerfDir (DIR_PERF) = /usr/sap/tmp
    * This is Saposcol Version COLL 21.04 720 - V3.83 64Bit
    * Usage:  saposcol -l: Start OS Collector
    *         saposcol -k: Stop  OS Collector
    *         saposcol -d: OS Collector Dialog Mode
    *         saposcol -s: OS Collector Status
    * Starting collector (create new process)
    saposcol on host hostname<SID>p1 started
    bash-3.2$ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Mar 13 12:38:34 2014
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to an idle instance.
    here is the logs
    JdbcCon.log
    Start: Thu Mar 13 12:36:48 AST 2014
    Error: Couldn't connect to DB
    java.sql.SQLException: ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    SVR4 Error: 2: No such file or directory

  • Can not start instance SAP - ABAP Database is not available via R3trans

    Dear all !
    My OS : Linux RHEL 4U7 32bit
    Oracle 10G R2 32bit 10.2.0.2
    when system running but  power off suddenly
    and when power on ->
    i am having problem as below when i start instance SAP (Databse Oracle Started)
    Step 1 : I login user (ora<sid>) of Oracel to start up database
    Database startup -> OK
    then i tried to shutdown database -> OK too
    and start up again -> OK
    Query -> OK
    I think Database do not problem
    Step 2: start listener -> OK
    Step 3: i login user (<sid>adm) and startup instance SAP (command : startsap r3) with error:
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    11:11:48 10.02.2010   LOG: Effective User Id is root
    This is Saposcol Version COLL 20.90 700 - Intel x86 with Linux, PL:75, Aug 29 2006
    Usage:  saposcol -l: Start OS Collector
            saposcol -k: Stop  OS Collector
            saposcol -d: OS Collector Dialog Mode
            saposcol -s: OS Collector Status
    The OS Collector (PID 6870) is already running .....
    saposcol already running
    ABAP Database SED must be started first
    Please help me to resolve this problem
    Thanks for your advice

    Dear all !
    1. output of tnsping SED :
    TNS Ping Utility for Linux: Version 10.2.0.2.0 - Production on 11-FEB-2010 13:51:24
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    /oracle/SED/102_32/network/admin/sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (COMMUNITY = SAP.WORLD)(PROTOCOL = TCP)(HOST = sapsed)(PORT = 1527))) (CONNECT_DATA = (SID = SED) (GLOBAL_NAME = SED.WORLD)))
    OK (0 msec)
    2. output startsap_.log
    Checking SED Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    saposcol already running
    ABAP Database SED must be started first
    ---> output above repeats many
    3. output trans.log
    4 ETW000 R3trans version 6.14 (release 700 - 18.09.06 - 09:35:00).
    4 ETW000 unicode enabled version
    4 ETW000 ===============================================
    4 ETW000
    4 ETW000 date&time   : 11.02.2010 - 13:49:36
    4 ETW000 control file: <no ctrlfile>
    4 ETW000 R3trans was called as follows: R3trans -d
    4 ETW000  trace at level 2 opened for a given file pointer
    4 ETW000  [dev trc     ,00000]  Thu Feb 11 13:49:36 2010                             159  0.000159
    4 ETW000  [dev trc     ,00000]  db_con_init called                                    27  0.000186
    4 ETW000  [dev trc     ,00000]  create_con (con_name=R/3)                             55  0.000241
    4 ETW000  [dev trc     ,00000]  Loading DB library '/usr/sap/SED/SYS/exe/run/dboraslib.so' ...
    4 ETW000                                                                              63  0.000304
    4 ETW000  [dev trc     ,00000]  load shared library (/usr/sap/SED/SYS/exe/run/dboraslib.so), hdl 0
    4 ETW000                                                                           16430  0.016734
    4 ETW000  [dev trc     ,00000]  Library '/usr/sap/SED/SYS/exe/run/dboraslib.so' loaded
    4 ETW000                                                                              56  0.016790
    4 ETW000  [dev trc     ,00000]  function DbSlExpFuns loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              41  0.016831
    4 ETW000  [dev trc     ,00000]  Version of '/usr/sap/SED/SYS/exe/run/dboraslib.so' is "700.08", patchlevel (0.73)
    4 ETW000                                                                              94  0.016925
    4 ETW000  [dev trc     ,00000]  function dsql_db_init loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              38  0.016963
    4 ETW000  [dev trc     ,00000]  function dbdd_exp_funs loaded from library /usr/sap/SED/SYS/exe/run/dboraslib.so
    4 ETW000                                                                              68  0.017031
    4 ETW000  [dev trc     ,00000]  New connection 0 created                              44  0.017075
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = -000000001 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              46  0.017121
    4 ETW000  [dev trc     ,00000]  db_con_connect (con_name=R/3)                         38  0.017159
    4 ETW000  [dev trc     ,00000]  find_con_by_name found the following connection for reuse:
    4 ETW000                                                                              37  0.017196
    4 ETW000  [dev trc     ,00000]  0: name = R/3, con_id = 000000000 state = DISCONNECTED, perm = YES, reco = NO , timeout = 000, con_max = 255, con_opt = 255, occ = NO
    4 ETW000                                                                              39  0.017235
    4 ETW000  [dev trc     ,00000]  Oracle Client Version: '10.2.0.2.0'                  480  0.017715
    4 ETW000  [dev trc     ,00000]  -->oci_initialize (con_hdl=0)                         42  0.017757
    4 ETW000  [dev trc     ,00000]  Client NLS settings: AMERICAN_AMERICA.UTF8          3789  0.021546
    4 ETW000  [dev trc     ,00000]  Logon as OPS$-user to get SAPSR3's password           48  0.021594
    4 ETW000  [dev trc     ,00000]  Connecting as /@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              51  0.021645
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              43  0.021688
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              40  0.021728
    4 ETW000  [dev trc     ,00000]  Allocating service context handle for con_hdl=0       40  0.021768
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      52  0.021820
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              88  0.021908
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            4712  0.026620
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              49  0.026669
    4 ETW000  [dev trc     ,00000]  Try to connect with default password                  62  0.026731
    4 ETW000  [dev trc     ,00000]  Connecting as SAPSR3/<pwd>@SED on connection 0 (nls_hdl 0) ... (dbsl 700 110706)
    4 ETW000                                                                              39  0.026770
    4 ETW000  [dev trc     ,00000]  Nls CharacterSet                 NationalCharSet              C      EnvHp      ErrHp ErrHpBatch
    4 ETW000                                                                              56  0.026826
    4 ETW000  [dev trc     ,00000]    0 UTF8                                                      1  0x9511ea0  0x951750c  0x9516d94
    4 ETW000                                                                              47  0.026873
    4 ETW000  [dev trc     ,00000]  server_detach(con_hdl=0,stale=0,svrhp=0x9528504)
    4 ETW000                                                                              37  0.026910
    4 ETW000  [dev trc     ,00000]  Detaching from DB Server (con_hdl=0,svchp=0x9516d20,srvhp=0x9528504)
    4 ETW000                                                                              37  0.026947
    4 ETW000  [dev trc     ,00000]  Deallocating server context handle 0x9528504          45  0.026992
    4 ETW000  [dev trc     ,00000]  Allocating server context handle                      48  0.027040
    4 ETW000  [dev trc     ,00000]  Attaching to DB Server SED (con_hdl=0,svchp=0x9516d20,svrhp=0x9528504)
    4 ETW000                                                                              60  0.027100
    4 ETW000  [dboci.c     ,00000]  *** ERROR => OCI-call 'OCIServerAttach' failed: rc = 12505
    4 ETW000                                                                            1538  0.028638
    4 ETW000  [dbsloci.    ,00000]  *** ERROR => CONNECT failed with sql error '12505'
    4 ETW000                                                                              41  0.028679
    4 ETW000  [dblink      ,00431]  ***LOG BY2=>sql error 12505  performing CON [dblink#3 @ 431]
    4 ETW000                                                                             131  0.028810
    4 ETW000  [dblink      ,00431]  ***LOG BY0=>ORA-12505: TNS:listener does not currently know of SID given in connect descriptor [dblink#3 @ 431]
    4 ETW000                                                                              39  0.028849
    2EETW169 no connect possible: "DBMS = ORACLE                           --- dbs_ora_tnsname = 'SED'"
    thansk for your help
    Edited by: myfriend280985 on Feb 11, 2010 7:53 AM

  • Get Gateway name / url via JSP

    Anyone say what is the method to get the Gateway name / url via JSP?
    Thanks
    Fausto

    Alex, in the normal case you have reason the client host is the gateway host.
    A simple code:
    <%
    InetAddress inet = InetAddress.getByName( request.getRemoteHost() );
    String gateway = inet.getHostName();
    String portal="http://" + gateway + "/portal/dt";
    gateway="https://" + gateway + "/";
    String url=request.getParameter("url");
    if ( url != null) {
    response.sendRedirect(gateway + url);;
    }else{
    responde.sendRedirect(gateway + portal);
    %>
    I put a jsp in the web container, I contact the jsp trough an url
    http://www.mydomain/portal/desktop/redirect.jsp without the method get for the url variable, if I call the jsp directly without gateway from my client the gateway variable is my dns hostname and the jsp cannot redirect my in the portal login page
    If I take the localhost, it works fine but if a particular case when the gateway and the platform are the same host.
    There is not a HTTP enviroment variable to get the gateway name or a simple java method to ask the correct host?
    Thank you again
    Fausto
    http://www.mydomain/portal/desktop/redirect.jsp
    i

  • Automated Proxy detection via DNS and wpad.dat

    Safari for Windows 4.0.4
    Windows XP SP3
    How can I have Safari automatically detect Proxy LAN Settings via our in house DNS Server.
    1. I have successfully implented wpad options via DHCP which works well with IE.
    2. I have successfully created a CNAME DNS record that points our in house web server which hosts wpad.dat which works well with Firefox.
    3. How can we make this work for Safari without having to manually configure it. On laptops and mobile devices it can be a real pain having to configure it from Network Proxy to Network Proxy on different networks. I would prefer not to have to type a URL to different wpad.dat files everytime.
    Any Suggestions?

    I do not have those options set in DHCP because we do not use these as PIN-authenticated phones.  The phone is registering fine and is learning the correct URL:
    BaseURL = http://xyz-lyncfe-02.xyz.net/RequestHandler/Files/UCPhone/POLYCOM/CX600/Rev-5/ENU/4.0.7577.4444/CPE
    Are you saying that the phone will bypass the proxy if it learns the server name via DHCP but it will use the proxy (and ignore the local names list in wpad.dat) if it learns the name via DNS-based discovery and SIP registration?

  • BT Sport No Longer Available via Aerial...

    I'm guessing this is old news but I never saw any announcements.
    My parents have received a letter saying BT Sport is no longer available via the aerial and now has to come via Broadband. The letter says future BT Sport viewing needs to be either by an ethernet connection or via the powerline adaptors. My folks currently have their Vision box connected by the latter means - but BT Sport doesn't work. The message on the TV says a direct connection via Ethernet is needed (unlike the letter, the on-screen message doesn't mention power adaptors).
    Reading a few posts here I get the impression that there's another factor - BT Infinity. If they aren't on Infinity will this mean they can't get BT Sport via the TV anyway, even if they were to run a gert long ethernet cable round the house?
    Next question - were they on Infinity (I suspect they won't go this far and BT will lose a customer back to Sky) will they be able to use Powerline Adaptors? Their router / phone socket in is nowhere near the TV.
    I assume all of this is going to apply to me, too, though I'm yet to receive a letter and, unlike my parents, can still see BT Sport on channel 58.
    I also see there's now a charge for Net Protect Plus. It's starting to feel like a screw is turning...
    Cheers
    Derek

    Derek_R wrote:
    My folks contacted BT and were told they needed new Powerline Adaptors but also needed to be signed up for BT TV.
    So, they signed up, despite being existing Broadband customers and despite having enjoyed BT Sport via the aerial for the last six months or more.
    mmm... I'm not sure I would have been quite so quick to rush into signing up to any new contract.
    In normal circumstances you do need to have your account registered for the BT TV service in order to receive the BT Sport channels on the BT TV box. New customers have to sign up to either TV Essential (£5) or TV Entertainment (£7.45).
    However, some existing customers are on older TV packages. Some are even on an old package that was effectively TV PAYG and had fixed costs of £0 per month. I'm not sure if there were any limitations on who could add the free BT Sport via the TV aerial.
    It would be strange to be able to receive the BT Sport channels via the TV aerial and viewing card without being on some sort of TV package and hence the BT TV service being registered for the account. Is it possible that was an old TV PAYG type deal?
    I think you really need to identify exactly what the situation was before the new contract was started. It's possible the new contract was unnecessary, but I can't really give an answer to that. 
    I would also go back and look over the original e-mail. Did it give any small print or links to terms and conditions saying that some customers would have to take out a new BT TV contract at additional cost? The change was being driven by BT and the customer wasn't asking for any change.

  • URGENT :ABAP Database is not available via R3trans

    Checking ADA db Database
    ABAP Database is not available via R3trans
    Starting SAP-Collector Daemon
    11:47:14 13.03.2008 LOG: Effective User Id is root
    This is Saposcol Version COLL 20.95 700 - v2.00, Intel x86 with Linux, 2007/02/16
    Usage: saposcol -l: Start OS Collector
    saposcol -k: Stop OS Collector
    saposcol -d: OS Collector Dialog Mode
    saposcol -s: OS Collector Status
    The OS Collector (PID 17267) is already running .....
    saposcol already running
    Running /usr/sap/DEV/SYS/exe/run/startdb
    Trying to start database ...
    Log file: /home/devadm/startdb.log
    Database already running
    /usr/sap/DEV/SYS/exe/run/startdb completed successfully
    Starting SAP Instance SCS00
    Startup-Log is written to /home/devadm/startsap_SCS00.log
    Instance Service on host sap-devel started
    Instance on host sap-devel started
    Starting SAP Instance DVEBMGS01
    Startup-Log is written to /home/devadm/startsap_DVEBMGS01.log
    Instance Service on host sap-devel started
    Instance on host sap-devel started.
    checked with command r3trans -d-v.
    the following error is displayed.
    This is R3trans version 6.14 (release 700 - 10.09.07 - 09:57:00).
    unicode enabled version
    2EETW169 no connect possible: "maybe someone set invalid values for DIR_LIBRARY ('/usr/sap/DEV/SYS/exe/run') or dbms_type ('ADA')"
    R3trans finished (0012).
    any suggestions
    thnx and regards

    Hi,
    can you please show us the content of the R3trans logfile, created by the R3trans -x command?
    Please note that if you're an official SAP customer you should open a OSS message for your issue, if not already done so. Please read [this thread|MaxDB/liveCache Forum: target audience and relevant support;.
    Additionally, please refrain from using things like 'URGENT'. More on this can be read [here|Welcome and Rules of Engagement;.
    Thanks & regards,
    Roland

  • IOS 8.0.2 available via OTA

    The new firmware is available via OTA

    IOs8 slowed and glitched many Apple devices from newer iPhones to the ipad2.  My iPad suffered connectivity issues, and odd mail and airplane mode problems.  The 8.0.2 patch was just released, and I made the error of installing it.  USE CAUTION if you do this.  My iPad2 crashed while installing the patch for the troublesome ios8 and is now frozen in recovery mode.  I do not have an Apple computer to synch it to, thus negating the restore mode / iTunes option.  It won't accept a hard reset.  I have a cloud backup but without a USB / lightning cord and a computer synched to my ipad2 I cannot solve this.  Apple support is closed, and in any case will charge a fee to simply open a service *conversation* with no guarantee it will solve the issue.  I am sadly disappointed in Apple for this rollout, especially in light of their recent problems regarding security and neglecting known issues.

Maybe you are looking for

  • Cannot reduce file size with PDF X

    Hi, have created a 1 page document in pages that has some hi-res digital SLR shots, so 5pics has pushed file size to 21mb. I cannot email this around, so went help hunting and determined that pdfx was the answer to my dreams. It all works in principl

  • How to print incoming payment receipt !

    Dear all, I am now want to print incoming payment receipt. work-flow is : end-user will use Cash journal (FBCJ) or incoming payment (F-28) to enter incoming payment. during posting and after posted document, they want to print out payment receipt. fr

  • Frequency of signal

    Hi friends, the signal is formed with a hardware. in VI, I would like to change frequency of the signal. For this, what can I do? Have a nice work

  • Templates on BC

    Hi I am building a site and i am putting a blog in it, I've created a blog page template for it and i have added this template to the blog page, they problem comes when i go to click on the headings in the main blog page the posts for these heading a

  • What could "other" on my Macbook Pro be?

    In my "About This Mac" section is says "other" is taking up 278.24 GB. What could that be? I have little to no space. I don't know what that could be! And I know for sure I haven't filled this computer up seeing as a majority of the time I use it for