- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: A few questions
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 09:40 AM
06-26-2000 09:40 AM
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.
2. Can you make a copy of a printer? I want to have one printer with two names and two sets of properties.
3. Can I reset the internal modem? If so, how?
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 10:05 AM
06-26-2000 10:05 AM
Re: A few questions
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.
2. Can you make a copy of a printer? I want to have one printer with two names and two sets of properties.
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.
3. Can I reset the internal modem? If so, how?
Not certain about what your "reset" needs are. You and manipulate the device file, certainly. You can even remove and recreate it.
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.
You can configure your modem for dial out only. The easiest way is probably through sam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 10:37 AM
06-26-2000 10:37 AM
Re: A few questions
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...
I can't just add the flag to the /etc/lp/interface/model.orig driver.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 10:57 AM
06-26-2000 10:57 AM
Re: A few questions
lp -d BOCMIS4 -o landscape filename
So, wherever you have configured the printer in your application, just add the appropriate flag to the lp command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 11:08 AM
06-26-2000 11:08 AM
Re: A few questions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 11:42 AM
06-26-2000 11:42 AM
SolutionWe 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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2000 12:58 PM
06-26-2000 12:58 PM
Re: A few questions
reseting the modem and turning the auto answer off can be done inthe same manor
(im sure there is some gui to do this but here goes anyways)
you need to connect directly to you modem
cu -l /dev/cul0p1
or cu -l /dev/cul0p1 dir
(cul0p1 is the adress of the modem, best way to find this is to tail /usr/lib/uucp/Devices
ther should be an entry that says ACU cul0p1 or osme addres)
anyways connecting directly to the modem depends on your set up posibly
one of the above cu commands should work
once connected
type AT&V
this should give you your setting
AT&F will reset to factory settings
ats0=0 should turn off autoanswer on most modems
ats0=1 would turn it back on
once set you have to save
at&w&w1
then to exit type
~.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2000 02:16 AM
06-27-2000 02:16 AM
Re: A few questions
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?
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> Prompt. But this would effect the dial out to.
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
There is no way to reset an internal modem except turning the whole system off!