<?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: HP-UX spl command for print in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731595#M386505</link>
    <description>&amp;gt;&amp;gt; You will get much better results using "type spl", not "which spl".&lt;BR /&gt; &lt;BR /&gt;&amp;gt; It gives the path to the spl command.&lt;BR /&gt; &lt;BR /&gt;Actually, it would be more helpful if you showed the result. /usr/contrib/bin/spl? /opt/abcProg/bin/spl?  Knowing where it is located may help in tracking down why it exists. spl is not a part of HP-UX. Are you referring to spl as part of an Informix database?</description>
    <pubDate>Wed, 05 Jan 2011 16:07:33 GMT</pubDate>
    <dc:creator>Bill Hassell</dc:creator>
    <dc:date>2011-01-05T16:07:33Z</dc:date>
    <item>
      <title>HP-UX spl command for print</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731591#M386501</link>
      <description>We have several HP machines.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;spl command is a printing command for on small fonts and landscape.&lt;BR /&gt;&lt;BR /&gt;somehow the spl command changed and now it is print large and portrait.&lt;BR /&gt;&lt;BR /&gt;which spl brings that it is aliased to &lt;BR /&gt;lp -dp -onb -olandscape.&lt;BR /&gt;&lt;BR /&gt;Even when I linked (ln -s) it to other HP machine the printing results where the same.&lt;BR /&gt;&lt;BR /&gt;1. Where can I reconfigure the spl command?&lt;BR /&gt;2. How can I unaliase the spl? (I did it but its good only for the local shell)&lt;BR /&gt;&lt;BR /&gt;Please advice.</description>
      <pubDate>Wed, 29 Dec 2010 10:00:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731591#M386501</guid>
      <dc:creator>Yarok</dc:creator>
      <dc:date>2010-12-29T10:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX spl command for print</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731592#M386502</link>
      <description>&amp;gt;HP-UX spl command for print&lt;BR /&gt; &lt;BR /&gt;HP-UX? What version? (uname -r)&lt;BR /&gt; &lt;BR /&gt;&amp;gt; We have several HP machines.&lt;BR /&gt; &lt;BR /&gt;HP? Machines like printers, scanners, switches, PCs, disk arrays, or several HP-UX servers such as...? &lt;BR /&gt; &lt;BR /&gt;&amp;gt; which spl brings that it is aliased to lp -dp -onb -olandscape.&lt;BR /&gt; &lt;BR /&gt;You will get much better results using "type spl", not "which spl". &lt;BR /&gt; &lt;BR /&gt;&amp;gt; Even when I linked (ln -s) it to other HP machine the printing results where the same.&lt;BR /&gt; &lt;BR /&gt;I have no idea what this means. ln -s is normally used to link filenames, not machines.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 1. Where can I reconfigure the spl command?&lt;BR /&gt; &lt;BR /&gt;Reconfigure? Didn't you say that it is simply an alias as in:&lt;BR /&gt; &lt;BR /&gt;alias spl="lp -dp -onb -olandscape"&lt;BR /&gt; &lt;BR /&gt;The option -olandscape will rotate the text and use a smaller font. This is done in the printer script, but only if the printer is locally attached (such as a parallel or serial cable), or connected using hppi (JetDirect) software.&lt;BR /&gt; &lt;BR /&gt;There is nothing useful as far as the printer problem is concerned. Many printers have front panels that allow changing the defaults such as font size and landscape/portrait. If your printer has been setup as a remote printer connected to another computer or a non-HP print server module, then the options such as -onb and -olandscape are ignored and your text is printed in the printers default mode.&lt;BR /&gt; &lt;BR /&gt;&amp;gt; 2. How can I unaliase the spl? (I did it but its good only for the local shell)&lt;BR /&gt; &lt;BR /&gt;Find the alias command in your startup profiles, typically /etc/profile and .profile, like this:&lt;BR /&gt; &lt;BR /&gt;grep alias /etc/profile $HOME/.profile&lt;BR /&gt;</description>
      <pubDate>Wed, 29 Dec 2010 12:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731592#M386502</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2010-12-29T12:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX spl command for print</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731593#M386503</link>
      <description>&amp;gt;HP-UX spl command for print&lt;BR /&gt;&lt;BR /&gt;HP-UX? What version? (uname -r) &lt;BR /&gt;B.10.20&lt;BR /&gt;&lt;BR /&gt;&amp;gt; We have several HP machines.&lt;BR /&gt;&lt;BR /&gt;HP? Machines like printers, scanners, switches, PCs, disk arrays, or several HP-UX servers such as...?&lt;BR /&gt;HP-UX servers (about 10)&lt;BR /&gt;&lt;BR /&gt;&amp;gt; which spl brings that it is aliased to lp -dp -onb -olandscape.&lt;BR /&gt;&lt;BR /&gt;You will get much better results using "type spl", not "which spl".&lt;BR /&gt;It gives the path to the spl command.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Even when I linked (ln -s) it to other HP machine the printing results where the same.&lt;BR /&gt;&lt;BR /&gt;I have no idea what this means. ln -s is normally used to link filenames, not machines.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; 1. Where can I reconfigure the spl command?&lt;BR /&gt;&lt;BR /&gt;Reconfigure? Didn't you say that it is simply an alias as in:&lt;BR /&gt;&lt;BR /&gt;alias spl="lp -dp -onb -olandscape"&lt;BR /&gt;&lt;BR /&gt;The option -olandscape will rotate the text and use a smaller font. This is done in the printer script, but only if the printer is locally attached (such as a parallel or serial cable), or connected using hppi (JetDirect) software.&lt;BR /&gt;The printer is an HP laserjet 2420 connected to the ethernet via netcable (serial) and it configures to the HP-UX machine as a remote printer and difines as the default printer.&lt;BR /&gt;&lt;BR /&gt;There is nothing useful as far as the printer problem is concerned. Many printers have front panels that allow changing the defaults such as font size and landscape/portrait. If your printer has been setup as a remote printer connected to another computer or a non-HP print server module, then the options such as -onb and -olandscape are ignored and your text is printed in the printers default mode.&lt;BR /&gt;&lt;BR /&gt;Thats the point - the printer is remote connected to another HP-UX machines. The print results (font, rotate) are defrent between the 2 HP-UX machines... how? &lt;BR /&gt;&lt;BR /&gt;&amp;gt; 2. How can I unaliase the spl? (I did it but its good only for the local shell)&lt;BR /&gt;&lt;BR /&gt;Find the alias command in your startup profiles, typically /etc/profile and .profile, like this:&lt;BR /&gt;&lt;BR /&gt;grep alias /etc/profile $HOME/.profile&lt;BR /&gt;No results - no spl aliace found.</description>
      <pubDate>Wed, 05 Jan 2011 09:09:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731593#M386503</guid>
      <dc:creator>Yarok</dc:creator>
      <dc:date>2011-01-05T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX spl command for print</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731594#M386504</link>
      <description>&amp;gt;No results - no spl alias found.&lt;BR /&gt;&lt;BR /&gt;Aliases can also be found in your .kshrc files.&lt;BR /&gt;Also look for any files sourced in your ~/.profile.</description>
      <pubDate>Wed, 05 Jan 2011 15:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731594#M386504</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2011-01-05T15:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX spl command for print</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731595#M386505</link>
      <description>&amp;gt;&amp;gt; You will get much better results using "type spl", not "which spl".&lt;BR /&gt; &lt;BR /&gt;&amp;gt; It gives the path to the spl command.&lt;BR /&gt; &lt;BR /&gt;Actually, it would be more helpful if you showed the result. /usr/contrib/bin/spl? /opt/abcProg/bin/spl?  Knowing where it is located may help in tracking down why it exists. spl is not a part of HP-UX. Are you referring to spl as part of an Informix database?</description>
      <pubDate>Wed, 05 Jan 2011 16:07:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-ux-spl-command-for-print/m-p/4731595#M386505</guid>
      <dc:creator>Bill Hassell</dc:creator>
      <dc:date>2011-01-05T16:07:33Z</dc:date>
    </item>
  </channel>
</rss>

