<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Need Help in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867871#M821749</link>
    <description>I am not familiar with Sybase but:&lt;BR /&gt;&lt;BR /&gt;I am an expert with Software AG Adabas and we have lots of oracle databases.&lt;BR /&gt;&lt;BR /&gt;Here is what to look for if the technology is similar:&lt;BR /&gt;&lt;BR /&gt;Message Queues.  Databases use a lot of shared memory, ipcs command, see what free, whats allocated.&lt;BR /&gt;&lt;BR /&gt;Kernel.&lt;BR /&gt;&lt;BR /&gt;This is critical.  Open the Sybas manual and look for their recommended minimum Kernel configuration and redo your kernel either with sam or kmtune et al to exceed these minimums.&lt;BR /&gt;&lt;BR /&gt;If Sybase does not provide guidance, then look at the 11.00 kernel and expand on that parameter by parameter.&lt;BR /&gt;&lt;BR /&gt;Just for grins, make sure the Sybase you are using is certified 64 bit, just in case you're doing a 32 to 64 upgrade.&lt;BR /&gt;&lt;BR /&gt;Make sure the latest Quality Pack from HP is installed, and look for relavent Sybase patches.  Take the time, install those that are relavent.&lt;BR /&gt;&lt;BR /&gt;If your problem is related to IPC's it will act like there is a network problem, but there really isn't one.&lt;BR /&gt;&lt;BR /&gt;Oracle has a connectivity configuration file that relies on hostname, but can be changed manually to use IP addresses.  This saves a few microseconds anyway, and you might want to look at Sybases' equivalent to the tnsnames.ora file.&lt;BR /&gt;&lt;BR /&gt;Though this post may be useless to you, databases have a lot of commonality and its a good practice to follow these guideines even if the post does not help you solve your problem.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
    <pubDate>Fri, 20 Dec 2002 14:01:02 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2002-12-20T14:01:02Z</dc:date>
    <item>
      <title>Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867868#M821746</link>
      <description>I am trying to start Sybase database on HP UNIX 11.11.&lt;BR /&gt;I receive the following errors:&lt;BR /&gt;ninit: cannot find host&lt;BR /&gt;ninit: All master network listeners have failed. Shutting down.&lt;BR /&gt;&lt;BR /&gt;Works fine on HP UNIX 11.00</description>
      <pubDate>Thu, 19 Dec 2002 16:20:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867868#M821746</guid>
      <dc:creator>Jim Alexander_2</dc:creator>
      <dc:date>2002-12-19T16:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867869#M821747</link>
      <description>I am very interested in any responses you receive.  We are researching the move from 11.0 to 11i and we use sybase.</description>
      <pubDate>Thu, 19 Dec 2002 21:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867869#M821747</guid>
      <dc:creator>Martha Mueller</dc:creator>
      <dc:date>2002-12-19T21:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867870#M821748</link>
      <description>Jim&lt;BR /&gt;&lt;BR /&gt;Try a netstat -a to see if the ports are active/open, etc.&lt;BR /&gt;&lt;BR /&gt;Check /etc/nsswitch.conf&lt;BR /&gt;/etc/resolv.conf&lt;BR /&gt;/etc/hosts&lt;BR /&gt;and /etc/services.&lt;BR /&gt;&lt;BR /&gt;In services, verify the services are defined, the port numbers match up.&lt;BR /&gt;Verify your /etc/hosts has the name of your listener, and verify by running&lt;BR /&gt;nslookup hostname.&lt;BR /&gt;&lt;BR /&gt;Your nsswitch.conf must be set as &lt;BR /&gt;hosts: files nis dns -(for example).  however; if you are using dns as your resolver, verify that you are in the proper dns domain, as your hostname may be resolved as hostname.domain.type.&lt;BR /&gt;&lt;BR /&gt;Do you have any log files that have messages besides what you posted</description>
      <pubDate>Fri, 20 Dec 2002 13:52:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867870#M821748</guid>
      <dc:creator>Jim Butler</dc:creator>
      <dc:date>2002-12-20T13:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867871#M821749</link>
      <description>I am not familiar with Sybase but:&lt;BR /&gt;&lt;BR /&gt;I am an expert with Software AG Adabas and we have lots of oracle databases.&lt;BR /&gt;&lt;BR /&gt;Here is what to look for if the technology is similar:&lt;BR /&gt;&lt;BR /&gt;Message Queues.  Databases use a lot of shared memory, ipcs command, see what free, whats allocated.&lt;BR /&gt;&lt;BR /&gt;Kernel.&lt;BR /&gt;&lt;BR /&gt;This is critical.  Open the Sybas manual and look for their recommended minimum Kernel configuration and redo your kernel either with sam or kmtune et al to exceed these minimums.&lt;BR /&gt;&lt;BR /&gt;If Sybase does not provide guidance, then look at the 11.00 kernel and expand on that parameter by parameter.&lt;BR /&gt;&lt;BR /&gt;Just for grins, make sure the Sybase you are using is certified 64 bit, just in case you're doing a 32 to 64 upgrade.&lt;BR /&gt;&lt;BR /&gt;Make sure the latest Quality Pack from HP is installed, and look for relavent Sybase patches.  Take the time, install those that are relavent.&lt;BR /&gt;&lt;BR /&gt;If your problem is related to IPC's it will act like there is a network problem, but there really isn't one.&lt;BR /&gt;&lt;BR /&gt;Oracle has a connectivity configuration file that relies on hostname, but can be changed manually to use IP addresses.  This saves a few microseconds anyway, and you might want to look at Sybases' equivalent to the tnsnames.ora file.&lt;BR /&gt;&lt;BR /&gt;Though this post may be useless to you, databases have a lot of commonality and its a good practice to follow these guideines even if the post does not help you solve your problem.&lt;BR /&gt;&lt;BR /&gt;Steve</description>
      <pubDate>Fri, 20 Dec 2002 14:01:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/need-help/m-p/2867871#M821749</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2002-12-20T14:01:02Z</dc:date>
    </item>
  </channel>
</rss>

