- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: JETADMIN error: "xset" command fails. Cannot...
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
05-30-2003 05:06 AM
05-30-2003 05:06 AM
I receive the following error when I try to display my printers that are configured in jetadmin (option 5).
5) Printer Status:
- show printer status, location, and contact
Just thought to let you know I have been doing a clean-up of services in /etc/services and /etc/inetd.conf so I might have unknowingly remmed a service that this command needs.
Any help is much appreciated!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 05:12 AM
05-30-2003 05:12 AM
Re: JETADMIN error: "xset" command fails. Cannot display DeviceMonitor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 05:13 AM
05-30-2003 05:13 AM
Re: JETADMIN error: "xset" command fails. Cannot display DeviceMonitor.
It is simple: you don't have a good DISPLAY variable.
Do "#export DISPLAY=my_screen_ip:0.0"
and it should be fine if you have any X display, because this menue try to launch an X application.
Cheers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 05:38 AM
05-30-2003 05:38 AM
Re: JETADMIN error: "xset" command fails. Cannot display DeviceMonitor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 06:03 AM
05-30-2003 06:03 AM
Re: JETADMIN error: "xset" command fails. Cannot display DeviceMonitor.
If that checks out and Bruno's suggestion does not resolve, look around for a core file and run file core, report back info, along with where jetadmin command is kicked off from and if the named libc patch is/is not installed.
Appologies Bruno I did not test the theory but there was a known issue that created the exact same error and was connected with the above libc patch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 06:23 AM
05-30-2003 06:23 AM
Re: JETADMIN error: "xset" command fails. Cannot display DeviceMonitor.
You can run xjdm by hand (jetadmin not needed). It's located in the /opt/hpnp/bin directory. Start the program with:
/opt/hpnp/bin/xjdm -display your_IP_addr:0
If you get an error about not being authorized, your Xwindow display device (probably a PC) is misconfigured and will not allow a remote program to display things on your PC.
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2003 06:47 AM
05-30-2003 06:47 AM
Re: JETADMIN error: "xset" command fails. Cannot display DeviceMonitor.
Thanks for all.