- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- lpstat -o memory fault
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-15-2005 03:41 AM
11-15-2005 03:41 AM
after I enter the command lpstat -o or lpstat -t I get the message memory fault, even
when I have deleted all printers with lpadmin -x PRINTER. The spool subsystem semms ok. I can start and stop the spooler (lpsched lpshut )and the lp is running. So we can print out the system HP-UX (11.11) but I can see how many spool request on the system with lpstat -o.
Any idea are welcome!
best regards
Tom
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 04:01 AM
11-15-2005 04:01 AM
Re: lpstat -o memory fault
If you are getting with lpstat with any flag then looks like the executable is having some corruption,maybe you want to rename this and ftp the samefile from a different system and try (same version of OS) this may help.
Rgds
HGN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 04:02 AM
11-15-2005 04:02 AM
Re: lpstat -o memory fault
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 04:10 AM
11-15-2005 04:10 AM
SolutionYou can try removing the output queue file assuming currently outstanding requests are not more important and could be removed.
Do the following
Stop the scheduler by invoking lpshut
# /usr/lib/lpshut
Remove the line-printer spooler output queue file
# rm -f /usr/spool/lp/outputq
Restart the line-printer spooler by
# /usr/lib/lpsched
Try running
# lpstat -t
# lpstat -o
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 05:01 AM
11-15-2005 05:01 AM
Re: lpstat -o memory fault
first I have installed the patch PHCO_33401
but I got always the error message. After I have deleted the file /usr/spool/lp/outputq
I can see again the spool request with lpstat -o . The problem is has fixed now.
best regards
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 05:02 AM
11-15-2005 05:02 AM
Re: lpstat -o memory fault
# /usr/lib/lpshut
Remove the line-printer spooler output queue file
# rm -f /usr/spool/lp/outputq
Restart the line-printer spooler by
# /usr/lib/lpsched