zoukankan      html  css  js  c++  java
  • qdaemon not running after system boot AIX 5.2

    http://www.archivum.info/comp.unix.aix/2006-01/00336/qdaemon-not-running-after-system-boot-AIX-5.2.html


    qdaemon的详解https://www.ibm.com/support/knowledgecenter/ssw_aix_71/com.ibm.aix.cmds4/qdaemon.htm

    qdaemon Command

    Purpose

    Schedules jobs enqueued by the enq command.

    Syntax

    qdaemon

    Description

    The qdaemon command is a background process (usually started by the startsrc command) that schedules printing jobs enqueued by the enq command.

    Recommendation
    To edit the /etc/qconfig file, use the chque, mkque, rmque, chquedev, mkquedev, and rmquedev commands or SMIT. Further, it is recommended to run these commands during slow or off-peak time.
    If manual editing of the /etc/qconfig file is necessary, you can first issue the enq -G command to bring the queuing system and the qdaemon to a halt after all jobs are processed. Then you can edit the /etc/qconfig file and restart the qdaemon with the new configuration.

    Security

    Privilege Control: Only the root user and members of the printq group should have execute (x) access to this command.

    Auditing Event Information
    ENQUE_exec Queue name, job name, host name, file name, user name

    Files

    Item Description
    /usr/sbin/qdaemon Contains the qdaemon daemon.
    /var/spool/lpd/qdir/* Contains the job description files.
    /var/spool/lpd/pio/@local/fullmsg Contains a flag file whose existence activates qdaemon messages to contain complete information.
    /var/spool/lpd/stat/* Contains information on the status of the devices.
    /var/spool/qdaemon/* Contains the temporary copies of enqueued files.
    /etc/qconfig Contains the configuration file.
    /etc/qconfig.bin Contains the digested, binary version of the /etc/qconfig file.


  • 相关阅读:
    线程间的通信 与 线程池
    线程同步
    静态代理模式
    多线程状态
    线程、进程、多线程
    Java面向对象之泛型
    ConstraintLayout 用法
    搞NDK开发
    Linux基础命令【记录】
    c# 的一些基本操作或属性
  • 原文地址:https://www.cnblogs.com/jonathanyue/p/9301226.html
Copyright © 2011-2022 走看看