Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

System Administration Guide: Solaris Printing
Previous Next

Administering Network Printing Services

Network services for the IPP, RFC-1179, and the SMB protocols are managed by SMF.

The FMRI descriptions for these printing services are as follows:

  • For the IPP listening service, the FMRI is svc:/application/print/ipp-listener.

  • For the RFC-1179 listening service, the FMRI is svc:/application/print/rfc1179-listener.

  • For the SMB network service (server-side support), the FMRI is svc:/network/samba or svc:/network/wins. This service is available through Samba.

    For more information about SMF services and using the svcadm command, see Chapter 16, Managing Services (Overview), in System Administration Guide: Basic Administration.

How 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

How 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

How 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

How 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

How 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

How 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

How 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

How 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

How 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
Previous Next

 
 
  Published under the terms fo the Public Documentation License Version 1.01. Design by Interspire