<?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: Sybase in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937833#M929441</link>
    <description>Mr. Hassell is absolutely correct.  Sybase typically mounts raw straight to the logical volume.  Although I wouldn't recommend the following on a sybase logical volume you can use the tar or dd commands to observe the contents.  "...dd..." before "...tar...".&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cXtYdZ of=/tmp/file bs=64 count=100&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;tar -cvf /dev/dsk/cXtYdZ /tmp/file.tar</description>
    <pubDate>Sun, 30 Mar 2003 17:41:06 GMT</pubDate>
    <dc:creator>Michael Steele_2</dc:creator>
    <dc:date>2003-03-30T17:41:06Z</dc:date>
    <item>
      <title>Sybase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937830#M929438</link>
      <description>hi guys,&lt;BR /&gt;i met a box with sybase installed. i noticed that everytim sysbase is started, i noticed that it was initializing a virtual device, which the path is not mounted on my FS though its configured as one of the logical volumes.&lt;BR /&gt;im planning to install a sysbase server, does this means that i have to configure a virtual device too?</description>
      <pubDate>Fri, 28 Mar 2003 06:59:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937830#M929438</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2003-03-28T06:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937831#M929439</link>
      <description>or..any idea on how to install a sybase adaptive server?...</description>
      <pubDate>Sun, 30 Mar 2003 07:31:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937831#M929439</guid>
      <dc:creator>nibble</dc:creator>
      <dc:date>2003-03-30T07:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937832#M929440</link>
      <description>Sybase is almost always installed with raw disk devices for the data files, not filesystems. This can be a big headache for the sysadmin since these raw volumes are not documented in HP-UX except as a defined lvol (and rlvol). I strongly recommend getting Sybase to define all the volumes and their purpose(s), then perhaps change the lvol names from defaults like lvol1, lvol2, etc to sybase1, sybase2, or something equally meaningful. &lt;BR /&gt;&lt;BR /&gt;Then add comment lines in /etc/fstab indicating the volume group and lvols that belong to Sybase with a warning not to use them as free space! Neither SAM nor lvm commands know what is on a raw volume (well, both understand swap usage but that's all).</description>
      <pubDate>Sun, 30 Mar 2003 15:15:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937832#M929440</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2003-03-30T15:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937833#M929441</link>
      <description>Mr. Hassell is absolutely correct.  Sybase typically mounts raw straight to the logical volume.  Although I wouldn't recommend the following on a sybase logical volume you can use the tar or dd commands to observe the contents.  "...dd..." before "...tar...".&lt;BR /&gt;&lt;BR /&gt;dd if=/dev/dsk/cXtYdZ of=/tmp/file bs=64 count=100&lt;BR /&gt;&lt;BR /&gt;-or-&lt;BR /&gt;&lt;BR /&gt;tar -cvf /dev/dsk/cXtYdZ /tmp/file.tar</description>
      <pubDate>Sun, 30 Mar 2003 17:41:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937833#M929441</guid>
      <dc:creator>Michael Steele_2</dc:creator>
      <dc:date>2003-03-30T17:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sybase</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937834#M929442</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Install notes,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://manuals.sybase.com:80/onlinebooks/group-as/asp1200e/aseinshp/@Generic__BookView" target="_blank"&gt;http://manuals.sybase.com:80/onlinebooks/group-as/asp1200e/aseinshp/@Generic__BookView&lt;/A&gt;&lt;BR /&gt;pdf:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://download.sybase.com/pdfdocs/asp1200e/aseinshp.pdf" target="_blank"&gt;http://download.sybase.com/pdfdocs/asp1200e/aseinshp.pdf&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Take a good note from Bill Hassel, add your raw filesystems in the fstab just uncomment them.&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.&lt;BR /&gt;</description>
      <pubDate>Sun, 30 Mar 2003 19:13:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sybase/m-p/2937834#M929442</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-03-30T19:13:52Z</dc:date>
    </item>
  </channel>
</rss>

