|
|||
|
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) 4. Setting Up Printers (Tasks) 5. Administering Printers by Using Solaris Print Manager and LP Print Commands (Tasks) 6. Administering Printers by Using 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 by Using GNOME Desktop Tools (Tasks) Setting Up Newly Discovered Printers in the GNOME Desktop Environment (Task Map) Overview of Automatic Printer Discovery and Configuration GNOME Desktop Support for Directly Attached USB Printer Discovery GNOME Desktop Support for Network Attached Printer Discovery Administering the Network Device Discovery Service by Using SMF How to Initiate the Network Device Discovery Services by Using SMF How to Initiate a Single Scan of the Network for Newly Discovered Devices Setting Up Newly Discovered Printers in the GNOME Desktop Environment How to Add a Newly Discovered Printer in the GNOME Desktop Environment Modifying Printer Preferences in the GNOME Desktop Environment How to Modify Printer Preferences and Notifications in the GNOME Desktop Environment How to Modify Printer Preferences for How Documents are Shown Obtaining Information About Discovered Printers How to Obtain Information about Discovered Printers by Using the Command Line How to Obtain Additional Details About Discovered Printers by Using the Command Line 11. Printing in the Solaris Operating System (Reference) 12. Troubleshooting Printing Problems (Tasks) |
Administering the Network Device Discovery Service by Using SMFThe HAL network device-discovery/printers service is controlled by SMF. You can enable, disable and refresh this service by using the svcadm command. For more information about using the svcadm command, see the svcadm(1M) man page. How to Initiate the Network Device Discovery Services by Using SMFThis procedure describes how to initiate the network device-discovery/printers service (the HAL add-on module) by using the svcadm command. To initiate the HAL network discovery add-on module by using GNOME Desktop tools, see Initiating the HAL Network Device Discovery Add-On Module.
How to Initiate a Single Scan of the Network for Newly Discovered Devices
How to Disable the SMF Network Device Discovery Service
See AlsoTo enable and disable the HAL network device discovery services by using printing tools in the GNOME Desktop Environment, see How to Initiate the HAL Network Device Discovery Add-On Module in the GNOME Desktop Environment. Modifying the Network Device Discovery Service PropertiesUse the svccfg command to add or modify the config/interval property of the svc:/network/device-discovery/printers:snmp service instance. This property can be modified to specify how often (in seconds) the system should scan the network for devices. For more information about using the svccfg command, see the svccfg(1M) man page. For more information about the SMF properties that are associated with this service, see the smf(5) man page. Example 10-1 Using the svccfg Command to Modify SMF Network Discovery PropertiesThis example shows how to change the config/interval property to scan the network for devices every 30 seconds. # svccfg svc:> select printers:snmp svc:/network/device-discovery/printers:snmp> setprop config/interval = integer: 30 svc:/network/device-discovery/printers:snmp> quit |
||
|