科学の箱

科学・IT・登山の話題

IT

Printer MIBで印刷総量をカウントする時の注意点

投稿日:

SNMPプロトコル経由でPrinter MIBを利用するとプリンターからいろいろな情報を取得できる。日常の業務に影響がないようにするためプリンターを監視するとしたら以下の項目については連絡が自動で来るようにした方がよい。

  • プリンタ総量
  • 用紙残枚数
  • トナー残量
  • エラー

Printer MIBについては標準部分はRFC1759とRFC3805を参考にするとよい。

  • http://www.ietf.org/rfc/rfc1759.txt
  • http://srgia.com/docs/rfc3805j.html

問題となるのは各社独自で対応しているMIBである。これはログインなしで利用できるパブリックなサポートページからは利用できない。個別に連絡をしてアカウントを作成してMIBのドキュメントをダウンロードする。

さて印刷総量について調べていたところ、枚数の取得にはまずUnitを取得すると記載されていた。単位というので倍数(x10とか)かと思っていたがどうやら違い、印刷時の両面印刷および白黒カラーにおけるカウントの違いを示しているらしい。大きく分けるとSheetsとimpressionsがある。

下記はHPのドキュメントからの抜粋である。

Counting Impressions vs. Counting Sheets
HP printers have traditionally counted pages printed as sheets. Sheet counting can monitor paper
consumption and the physical wear and tear on the print engine components because every sheet that
passes through the print engine is counted. As one sheet (or one piece of media) passes through
the
engine print cycle in simplex mode, it is counted as one simplex sheet
.
A simplex page is counted as
either one mono sheet or one color sheet depending
on
whether color toner was present on the sheet
.
As one sheet passes through the engine print cycle in duplex mode, it is counted as one duplex sheet
.
However, the most costly side of the usage is counted for a duplex page, which means that if color
exists only on one side of the duplex page, the printer meters two color pages. Blank sides of a
duplex page are counted as printed pages and are metered as the usage on the printed side. Duplex
1 Image page counts are incremented for the blank side of the last page of a duplex print job but are
not tracked as color or mono.
HP has developed firmware that implements an impression page counting method that
is
more
aligned with today’s job accounting needs. An impression is defined as a side of a page that
contains toner. Only the printed image is counted regardless of the number of sheets the print engine
processes. Impression counts eliminate the concept of duplex pages and separate the pairing of color
counts and duplex counts. Each side of a page is counted as an impression based upon whether
toner is on the page. An impression is color if color toner is used, otherwise the impression is mono.
Both color and mono are used for billing, but color is billed at a higher rate (because of the higher
cost) than mono. Under the new impression counting technique, toner usage is more accurately metered

http://h10032.www1.hp.com/ctg/Manual/c02607842.pdf

count

これをみるとsheetsだと直感的な印刷総量からはずれていることがわかる。現在はデフォルトではimpressionsになっているので、一般的に予測される印刷総量と等しいことがわかる。

メタ情報

inarticle



メタ情報

inarticle



-IT

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

Chefでhelloを実行してみる。

前提 Rubyがインストールされている VagrantがインストールされていてVirtualboxが起動している Chef, Knifeがインストールされている 手順 knifeコマンドを使ってcoo …

no image

syslogでERS4548のメッセージをキャプチャする。

ERS4548とRiverbed Steelhead間でリンクのフラッピングが発生する。切り替えに200秒以上かかるとIPフォンのウォッチドッグがサーバー不達と判断してPABXサーバーからログオフして …

no image

複数の端末でブックマークを共有する方法

会社で利用しているIBMパソコン、家で利用しているDELLのラップトップ、会社支給のiPhone、自分のiPhoneと普段使いの端末だけで4台ある。 またそれぞれの端末で使っているブラウザも複数種類あ …

no image

cmderでとりあえず覚えておくショートカット

ctrl + @  : cmderを最小化<->画面呼び出し ctrl + t : 新しいtab呼び出し画面表示 ctrl + tab : タブの移動 ctrl + w : タブを閉じる …

no image

VagrantでPrivate keyエラーが出たときの対処方法

Vagrantをsudo経由で利用しているとフォルダパーミッションの矛盾から、セキュリティエラーが出ることがある。 sudo vagrant ssh The private key to connec …

2014年7月
« 6月   8月 »
 123456
78910111213
14151617181920
21222324252627
28293031  

side bar top



アーカイブ

カテゴリー