- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- jet direct printer configuration
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
09-28-2005 01:09 AM
09-28-2005 01:09 AM
I have installed 30 printers (of different models & make) in a L-class server running 11.00 OS, i used jet direct software(installed through sam) all the printers are network printers.
I want to know the location of the file where the printers model and configuration file including ipaddress of the the printers exists.
Same thing i found in sun solaris 9.0 it is printer.conf.
Any file in hpux 11.00 where i can take backup of the printer configuration file and restore in the different server so that, i can avoid reconfiguring the same.
Thanks in Advance
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:17 AM
09-28-2005 01:17 AM
Re: jet direct printer configuration
You can export the printer configuration in sam and reimport it on another machine which copies everything of setup printers.
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:18 AM
09-28-2005 01:18 AM
Re: jet direct printer configuration
grep "PERIPH=" in the files there.
BTW - please assign points to those who provide assistance - it helps determine if answers given solved your question - better for when people search the forums and find multiple solutions.
http://forums1.itrc.hp.com/service/forums/helptips.do?#28
Thanks...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:20 AM
09-28-2005 01:20 AM
Re: jet direct printer configuration
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=960651
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:20 AM
09-28-2005 01:20 AM
Re: jet direct printer configuration
1. The configuration files stored under :
/etc/lp/interface/model.orig/
2. If you have added through lpadmin :
It will be in
/etc/lp/interface/
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:24 AM
09-28-2005 01:24 AM
Re: jet direct printer configuration
i have already tried this thing, but it is not showing anything out 30 printers only one showed the ipaddress, in remaining it is not there
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:24 AM
09-28-2005 01:24 AM
Re: jet direct printer configuration
You need to do the followings:
If you want to restore the printer configuration in a different server:
-------------------------------------
1. To save the Printer configurations:
# /usr/sam/lbin/lpmgr -S -v -xsavedir=/home/donald/printers/
2. archive this directory to a single file, and ftp this to 11i server.
3. extract the file on hpux 11i system
4. Restore the configurations of the printers:
# /usr/sam/lbin/lpmgr -R -v -xsavedir=/home/donald/printers
5. check with
# lpstat -t | grep printer_name
Enjoy,
Cheers,
Raj.
- Tags:
- lpmgr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:24 AM
09-28-2005 01:24 AM
SolutionYou need to do the followings:
If you want to restore the printer configuration in a different server:
-------------------------------------
1. To save the Printer configurations:
# /usr/sam/lbin/lpmgr -S -v -xsavedir=/home/hari/printers/
2. archive this directory to a single file, and ftp this to 11i server.
3. extract the file on hpux 11i system
4. Restore the configurations of the printers:
# /usr/sam/lbin/lpmgr -R -v -xsavedir=/home/hari/printers
5. check with
# lpstat -t | grep printer_name
Enjoy,
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:28 AM
09-28-2005 01:28 AM
Re: jet direct printer configuration
Hari ,
Here is the link you need:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=960651
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:32 AM
09-28-2005 01:32 AM
Re: jet direct printer configuration
If i save the lpmgr, will this affect any configuration changes in existing production server.
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:38 AM
09-28-2005 01:38 AM
Re: jet direct printer configuration
If you save the printer configuration with this command :
#/usr/sam/lbin/lpmgr -S -v -xsavedir=/home/hari/printers
It will not make any changes to your existing configuration.
What it will do , it will create a directory name printers , under this path , and copy all config files and directories there.
So no worry !!.
You can archive this config files , i.e the entire printers dirctory , scp to other server , extract it to a place and restore them with the restore command given above.
see the thread given , mentioned how u can archive and transfer to the other server ...
Cheers,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 01:48 AM
09-28-2005 01:48 AM
Re: jet direct printer configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-28-2005 03:53 AM
09-28-2005 03:53 AM
Re: jet direct printer configuration
Now it would be a good idea to assign the points...., and make your response better and faster.
http://forums1.itrc.hp.com/service/forums/publicProfile.do?userId=CA1251522&forumId=1
"I have assigned points to 0 of 46 responses to my questions. "
Try to make it 46 of 46. And enjoy foruming..
Good day,
hth,
Raj.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2009 12:38 AM
02-17-2009 12:38 AM
Re: jet direct printer configuration
You're great!! Raj!!