<p>I&#8217;ve recently found some of our systems have corrupt smit screens when looking at printer queue characteristics. When looking at any options under &#8220;smit chpq&#8221; for some of the printers, we got:<br />
</p>
<pre><code> 1800-109 There are currently no additional
SMIT screen entries available for this
item.  This item may require installation of
additional software before it can be accessed.</code></pre>
<p>
The message clearly points to missing filesets. But printers.rte, bos.rte.printers, and the printer device filesets ( like printers.hplj-4si.rte) were all installed and up to date. The problem is that the ODM stanzas for the printers aren&#8217;t correct. The queue subsystem looks a files under /var/spool/lpd/pio/@local to do the printing, but smit looks in the ODM.</p>
<p>So, there&#8217;s a quick fix. Find the files for the offending printer:</p>
<pre><code>ls /var/spool/lpd/pio/@local/custom | grep <i>queuename</i>
queuename:hp@queuename
queuenameps:hp@queuename</code></pre>
<p>Then just run the piodigest command to read in the colon file and recreates the ODM stanzas:</p>
<pre><code>/usr/lib/lpd/pio/etc/piodigest /var/spool/lpd/pio/@local/custom/queuename:hp@queuename</code></pre>
<p>After that, the smit screens were available again.</p>
{"id":737,"date":"2011-04-11T13:05:43","date_gmt":"2011-04-11T17:05:43","guid":{"rendered":"http:\/\/patrickv.info\/wordpress\/?p=737"},"modified":"2011-04-11T13:05:43","modified_gmt":"2011-04-11T17:05:43","slug":"smit-1800-109-with-printers","status":"publish","type":"post","link":"https:\/\/rootuser.ninja\/index.php\/2011\/04\/11\/smit-1800-109-with-printers\/","title":{"rendered":"Smit 1800-109 Error With Printers"},"content":{"rendered":"<p>I&#8217;ve recently found some of our systems have corrupt smit screens when looking at printer queue characteristics. When looking at any options under &#8220;smit chpq&#8221; for some of the printers, we got:<br \/>\n<\/p>\n<pre><code> 1800-109 There are currently no additional\nSMIT screen entries available for this\nitem.  This item may require installation of\nadditional software before it can be accessed.<\/code><\/pre>\n<p>\nThe message clearly points to missing filesets. But printers.rte, bos.rte.printers, and the printer device filesets ( like printers.hplj-4si.rte) were all installed and up to date. The problem is that the ODM stanzas for the printers aren&#8217;t correct. The queue subsystem looks a files under \/var\/spool\/lpd\/pio\/@local to do the printing, but smit looks in the ODM.<\/p>\n<p>So, there&#8217;s a quick fix. Find the files for the offending printer:<\/p>\n<pre><code>ls \/var\/spool\/lpd\/pio\/@local\/custom | grep <i>queuename<\/i>\nqueuename:hp@queuename\nqueuenameps:hp@queuename<\/code><\/pre>\n<p>Then just run the piodigest command to read in the colon file and recreates the ODM stanzas:<\/p>\n<pre><code>\/usr\/lib\/lpd\/pio\/etc\/piodigest \/var\/spool\/lpd\/pio\/@local\/custom\/queuename:hp@queuename<\/code><\/pre>\n<p>After that, the smit screens were available again.<\/p>\n","protected":false},"excerpt":{"rendered":null,"protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[2,1],"tags":[],"class_list":["post-737","post","type-post","status-publish","format-standard","hentry","category-aix-notes","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/posts\/737","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/comments?post=737"}],"version-history":[{"count":0,"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/posts\/737\/revisions"}],"wp:attachment":[{"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/media?parent=737"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/categories?post=737"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rootuser.ninja\/index.php\/wp-json\/wp\/v2\/tags?post=737"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}