<?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: A few questions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427630#M1892</link>
    <description>But the users are the ones printing.  They don't see/use the command line.  They have a GUI interface.  They don't even know they are using HP-UX.  All they know is that when they click on the Banner icon they get to what they want.  And once inside, all they do is select the desired printer and it prints.  I can't add that command to the application because some users prefer to print portrait to the same printer, depending on the report they are printing.</description>
    <pubDate>Mon, 26 Jun 2000 18:08:35 GMT</pubDate>
    <dc:creator>SUZANNE CANNON</dc:creator>
    <dc:date>2000-06-26T18:08:35Z</dc:date>
    <item>
      <title>A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427626#M1888</link>
      <description>I have come across these questions in working with our HP-UX 10.20 K370.  If anyone has a solution for any of them, please help.&lt;BR /&gt;&lt;BR /&gt;1.  Can you make a remote Lexmark printer print landscape without using jetadmin?  I set the printers up, but ALL of the printers use the default driver.  I can't make any changes to that.  &lt;BR /&gt;2.  Can you make a copy of a printer?  I want to have one printer with two names and two sets of properties.&lt;BR /&gt;3.  Can I reset the internal modem?  If so, how?&lt;BR /&gt;4.  Is there a way to keep people from dialing into our modem?  People are continuously trying to dial into our modem.  When you're office is the server room, it gets to be irritating.</description>
      <pubDate>Mon, 26 Jun 2000 16:40:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427626#M1888</guid>
      <dc:creator>SUZANNE CANNON</dc:creator>
      <dc:date>2000-06-26T16:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427627#M1889</link>
      <description>1. Can you make a remote Lexmark printer print landscape without using jetadmin? I set the printers up, but ALL of the printers use the default driver. I can't make any changes to that. &lt;BR /&gt;Yes, depending upon the driver you are using.  lp -o landscape is a common flag.  Check the driver script in /etc/lp/interface/model.orig for the flag appropriate ot your driver.&lt;BR /&gt;&lt;BR /&gt;2. Can you make a copy of a printer? I want to have one printer with two names and two sets of properties. &lt;BR /&gt;You can define as many queues as you wish to address the same printer.  A queue is simply a logical connection to the physical device.&lt;BR /&gt;&lt;BR /&gt;3. Can I reset the internal modem? If so, how? &lt;BR /&gt;Not certain about what your "reset" needs are.  You and manipulate the device file, certainly.  You can even remove and recreate it.&lt;BR /&gt;&lt;BR /&gt;4. Is there a way to keep people from dialing into our modem? People are continuously trying to dial into our modem. When you're office is the server room, it gets to be irritating. &lt;BR /&gt;You can configure your modem for dial out only.  The easiest way is probably through sam.</description>
      <pubDate>Mon, 26 Jun 2000 17:05:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427627#M1889</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-26T17:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427628#M1890</link>
      <description>I guess I should have made myself even clearer on the first question.&lt;BR /&gt;We are using an application on Windows to access a database on our HP.  The users then print from the database.  I setup the printer to print directly from the application to the printer.  The users never see the flags or commands.  I need to set it so they can print from other applications portrait and from this particular application landscape...&lt;BR /&gt;I can't just add the flag to the /etc/lp/interface/model.orig driver.</description>
      <pubDate>Mon, 26 Jun 2000 17:37:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427628#M1890</guid>
      <dc:creator>SUZANNE CANNON</dc:creator>
      <dc:date>2000-06-26T17:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427629#M1891</link>
      <description>You don't need to add the command to the driver.  The driver will tell you the appropriate flag to add to the command line you access through your application.  For instance:  I have a print queue BOCMIS4, which uses an HP LJIII driver.  To print landscape on that printer I issue the command:&lt;BR /&gt;&lt;BR /&gt;lp -d BOCMIS4 -o landscape filename&lt;BR /&gt;&lt;BR /&gt;So, wherever you have configured the printer in your application, just add the appropriate flag to the lp command.</description>
      <pubDate>Mon, 26 Jun 2000 17:57:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427629#M1891</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-26T17:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427630#M1892</link>
      <description>But the users are the ones printing.  They don't see/use the command line.  They have a GUI interface.  They don't even know they are using HP-UX.  All they know is that when they click on the Banner icon they get to what they want.  And once inside, all they do is select the desired printer and it prints.  I can't add that command to the application because some users prefer to print portrait to the same printer, depending on the report they are printing.</description>
      <pubDate>Mon, 26 Jun 2000 18:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427630#M1892</guid>
      <dc:creator>SUZANNE CANNON</dc:creator>
      <dc:date>2000-06-26T18:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427631#M1893</link>
      <description>Well, there has to a configuration of printers in the application at some point, right?  You have to tell the application what command to issue to the system when the user clicks the icon.  You should be able to add another printer icon in the application which issues the lp command with the -o landscape flag.  &lt;BR /&gt;&lt;BR /&gt;We use Baan (unfortunately) as an erp package.  Our solution is to define two "Baan printers" for each print queue.  (BOCMIS4a BOCMIS4b, for instance).  One prints landscape, one prints portrait.</description>
      <pubDate>Mon, 26 Jun 2000 18:42:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427631#M1893</guid>
      <dc:creator>Alan Riggs</dc:creator>
      <dc:date>2000-06-26T18:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427632#M1894</link>
      <description>to keep your modem from accepting dial in connections you need to turn the auto answer off&lt;BR /&gt;&lt;BR /&gt;reseting the modem and turning the auto answer off can be done inthe same manor&lt;BR /&gt;(im sure there is some gui to do this but here goes anyways)&lt;BR /&gt;you need to connect directly to you modem&lt;BR /&gt;cu -l /dev/cul0p1  &lt;BR /&gt;or cu -l /dev/cul0p1 dir&lt;BR /&gt;(cul0p1 is the adress of the modem, best way to find this is to tail /usr/lib/uucp/Devices&lt;BR /&gt;ther should be an entry that says ACU cul0p1 or osme addres)&lt;BR /&gt;anyways connecting directly to the modem depends on your set up posibly&lt;BR /&gt;one of the above cu commands should work&lt;BR /&gt;&lt;BR /&gt;once connected&lt;BR /&gt;type AT&amp;amp;V&lt;BR /&gt;this should give you your setting&lt;BR /&gt;AT&amp;amp;F will reset to factory settings&lt;BR /&gt;ats0=0 should turn off autoanswer on most modems&lt;BR /&gt;ats0=1 would turn it back on&lt;BR /&gt;once set you have to save&lt;BR /&gt;at&amp;amp;w&amp;amp;w1&lt;BR /&gt;then to exit type&lt;BR /&gt;~.&lt;ENTER&gt;&lt;/ENTER&gt;</description>
      <pubDate>Mon, 26 Jun 2000 19:58:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427632#M1894</guid>
      <dc:creator>James Odak</dc:creator>
      <dc:date>2000-06-26T19:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: A few questions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427633#M1895</link>
      <description>Suzanne,&lt;BR /&gt;&lt;BR /&gt;What is your point in preventing people from dialing into you modem? Is it a matter of security or are you just annoyed by the noise?&lt;BR /&gt;In case you are unsure about the security it's a good idea to set the S0 register to 0 (like James mentioned) or set the getty to off. If it's an internal modem (K- or D-Class) or modem connected to the remote access port on any other HP9000/800 you can 'cut' the serial connection between the server and the modem by pressing 'Ctrl B' on the console and type 'lr' at the CM&amp;gt; Prompt. But this would effect the dial out to.&lt;BR /&gt;If you are simply annoyed by the noise of the modem I would prefer to switch the sound off. Usually this is handled by atMx. M0 would turn the speaker off, M1 turns it on as long as the modems do the sync&lt;BR /&gt;&lt;BR /&gt;There is no way to reset an internal modem except turning the whole system off!&lt;BR /&gt;</description>
      <pubDate>Tue, 27 Jun 2000 09:16:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/a-few-questions/m-p/2427633#M1895</guid>
      <dc:creator>Patrick Wessel</dc:creator>
      <dc:date>2000-06-27T09:16:25Z</dc:date>
    </item>
  </channel>
</rss>

