Document Information
Preface
1. Introduction to Printing in the Solaris Operating System
2. Planning for Printing in the Solaris Operating System (Tasks)
3. Setting Up Printing Services (Tasks)
Setting Up Solaris Printing Services (Task Map)
Using Solaris Print Manager
Setting Up the Internet Printing Protocol
Enabling and Disabling Printing Services (Task Map)
4. Setting Up Printers (Tasks)
5. Administering Printers by Using Solaris Print Manager and LP Print Commands (Tasks)
6. Administering Printers That Use Network Printing Protocols (Tasks)
7. Customizing Printing Services and Printers (Tasks)
8. Administering Character Sets, Filters, Forms, and Fonts (Tasks)
9. Administering Printers by Using the PPD File Management Utility (Tasks)
10. Setting Up and Administering Printers From the Desktop (Tasks)
11. Printing in the Solaris Operating System (Reference)
12. Troubleshooting Printing Problems (Tasks)
A. Using the Internet Printing Protocol
Glossary
Index
|
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
- 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.
- To enable the IPP network service, type:
# svcadm enable application/print/ipp-listener
How to Disable the IPP Network Listening Service
- 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.
- To disable the IPP network service, type:
# svcadm disable application/print/ipp-listener
How to Restart the IPP Network Listening Service
- 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.
- To restart the IPP network service, type:
# svcadm restart application/print/ipp-listener
How to Enable the RFC-1179 Network Listening Service
- 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.
- To enable the RFC-1179 network listening service, type:
# svcadm enable application/print/rfc1179
How to Disable the RFC-1179 Network Listening Service
- 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.
- To disable the RFC-1179 network service, type:
# svcadm disable application/print/rfc1179
How to Restart the RFC-1179 Network Listening Service
- 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.
- To restart the RFC-1179 network service, type:
# svcadm restart application/print/rfc1179
How to Enable the SMB Network Service
- 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.
- 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
- 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.
- 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
- 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.
- To restart the SMB network service, type:
# svcadm restart application/network/samba # svcadm restart application/network/wins
|