- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: UNIX spool organizer software.
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
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
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
тАО04-19-2002 12:04 AM
тАО04-19-2002 12:04 AM
UNIX spool organizer software.
FYI, AS/400 system hv the software call Broderick Spool Organizer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-19-2002 12:14 AM
тАО04-19-2002 12:14 AM
Re: UNIX spool organizer software.
1) HP distributed print services
2) HP openspool print services*
* obsolete
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 06:56 PM
тАО04-29-2002 06:56 PM
Re: UNIX spool organizer software.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 07:11 PM
тАО04-29-2002 07:11 PM
Re: UNIX spool organizer software.
You can write your own script in place of the lp executable and renaming the executable to lp.bin.
# mv /usr/bin/lp /usr/bin/lp.bin
Crude example (/usr/bin/lp script):
=====================================
#!/sbin/sh
cp $1 /archive/$1.`date +%Y%m%d`.`date +%H%M`
/usr/bin/lp.bin $1
=====================================
This is a crude example (assuming the user uses the filename to be printed as the 1st parameter and there are no other options specified on the command line) which copies every file that is printed to the /archive directory with the timestamp appended to it. Subsequently, the file is printed.
You need to finetune to suit your needs and take care of all exceptional conditions.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 07:34 PM
тАО04-29-2002 07:34 PM
Re: UNIX spool organizer software.
As far as I know the software can do all you require. It runs on HP-UX, as well as many other OS's if you care, and there is a windows point-and-click type interface available as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-29-2002 11:11 PM
тАО04-29-2002 11:11 PM
Re: UNIX spool organizer software.
It depends what level you want
I like Markvision.
http://www.lexmark.com.tr/products/management_software/mv.html
Steve Steel