- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: HPUX 10.20
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
11-27-2000 06:47 PM
11-27-2000 06:47 PM
HPUX 10.20
(that was the easy part).
the problem is that as soon as I created
a new printer on the system, the default printer name on the Unix host were lost. (ie: no more default printer existed....
I've set up the default printer again for all 20 hosts, but I'm wondering if anyone else has come across this problem and is it a normal to expect a default printer config to disappear each time I need to create a new queue.
NB: Not using Jetadmin or SAM to create these. I'm creating them using a script to create the lp queue, etc and the print jobs are sent to an NT Server which handles the actual print requests.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 04:27 AM
11-28-2000 04:27 AM
Re: HPUX 10.20
Please, send me the script.
j.nagel@planorg-jena.de
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 04:46 AM
11-28-2000 04:46 AM
Re: HPUX 10.20
Specifically I am refering to data files such as pstatus and qstatus.
What does your script do, exactly?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 03:20 PM
11-28-2000 03:20 PM
Re: HPUX 10.20
Basically all the script does is to ask for the local printer queue name, remote printer
queue and Server name then it creates the queue, uses the lp stop command, creates the printer queue and restarts the lp scheduler..
I have attached the file in case it can help explain why the default printer keeps dropping out, after adding a new printer into the system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 05:47 PM
11-28-2000 05:47 PM
Re: HPUX 10.20
A good alternative is to never declare a default printer which forces the user to either use lp -d
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2000 06:41 PM
11-28-2000 06:41 PM
Re: HPUX 10.20
The HP workstation users will be configured to a particular printer (which they are informed has been configured). The applications group determine which host is to be used.
I'm aware of the LPDEST option that can be used
but with approx 200 odd users, for each application, I believe thats' a lot of
wasted time just to configure a default printer, (as most of our users don't move around work location), so its faster just to have it set with the lp -d on a server by server basis. Most Servers are dedicated to run about 2 apps anywway. If we end up merging more apps/system then I agree that LPDEST would be a better way to configure user print queues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 12:51 AM
11-29-2000 12:51 AM
Re: HPUX 10.20
I can not find a error in your script. On my server it works faultless. I can not reptile the error.
e little improvment
SCHED=`ps -ef | grep lpsched | wc -l`
better
SCHED=`ps -ef | grep lpsched | grep -v grep | wc -l`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 02:04 PM
11-29-2000 02:04 PM
Re: HPUX 10.20
I'm going to live with the problem for the next few months and investigate thoroughly later on.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2000 02:09 PM
11-29-2000 02:09 PM