System Administration Guide: Printing

Managing Network Printing Services

The FMRI descriptions for the SMF services for the IPP, RFC-1179, and the SMB protocols are as follows:

ProcedureHow to Enable the IPP Network Listening Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To enable the IPP network service, type:


    # svcadm enable application/print/ipp-listener
    

ProcedureHow to Disable the IPP Network Listening Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To disable the IPP network service, type:


    # svcadm disable application/print/ipp-listener
    

ProcedureHow to Restart the IPP Network Listening Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To restart the IPP network service, type:


    # svcadm restart application/print/ipp-listener
    

ProcedureHow to Enable the RFC-1179 Network Listening Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To enable the RFC-1179 network listening service, type:


    # svcadm enable application/print/rfc1179
    

ProcedureHow to Disable the RFC-1179 Network Listening Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To disable the RFC-1179 network service, type:


    # svcadm disable application/print/rfc1179
    

ProcedureHow to Restart the RFC-1179 Network Listening Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To restart the RFC-1179 network service, type:


    # svcadm restart application/print/rfc1179
    

ProcedureHow to Enable the SMB Network Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To enable the SMB network service, type one of the following commands:


    # svcadm enable application/print/samba
    

    # svcadm enable application/print/wins
    

ProcedureHow to Disable the SMB Network Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To disable the SMB network service, type one of the following commands:


    # svcadm disable application/network/samba
    

    # svcadm disable application/network/wins
    

ProcedureHow to Restart the SMB Network Service

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. To restart the SMB network service, type:


    # svcadm restart application/network/samba
    

    # svcadm restart application/network/wins