Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 11.1 Administration: Devices and File Systems Oracle Solaris 11.1 Information Library |
1. Managing Removable Media (Tasks)
2. Writing CDs and DVDs (Tasks)
What's New in Device Management?
Where to Find Additional Device Management Tasks
Managing Devices in Oracle Solaris
x86: Identifying Device Support
How to Customize a Driver Configuration
Automatic Configuration of Devices
Features and Benefits of Autoconfiguration
What You Need for Unsupported Devices
Displaying Device Configuration Information
How to Display System Configuration Information
How to Resolve a Faulty Device
How Device Information Is Created
Specifying the Disk Subdirectory
Direct and Bus-Oriented Controllers
Disks With Bus-Oriented Controllers
Logical Removable Media Device Names
4. Dynamically Configuring Devices (Tasks)
5. Managing USB Devices (Tasks)
6. Using InfiniBand Devices (Overview/Tasks)
9. Administering Disks (Tasks)
11. Configuring Storage Devices With COMSTAR (Tasks)
12. Configuring and Managing the Oracle Solaris Internet Storage Name Service (iSNS)
13. The format Utility (Reference)
14. Managing File Systems (Overview)
15. Creating and Mounting File Systems (Tasks)
16. Configuring Additional Swap Space (Tasks)
17. Copying Files and File Systems (Tasks)
Adding a new peripheral device that is not hot-pluggable usually involves the following:
Shutting down the system
Connecting the device to the system
Rebooting the system
Use How to Add a Peripheral Device to add the following devices that are not hot-pluggable to a system:
DVD drive
Secondary disk drive
Tape drive
In some cases, you might have to add a third-party device driver to support the new device.
For information on hot-plugging devices, see Chapter 4, Dynamically Configuring Devices (Tasks).
For more information, see How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.
# shutdown -i0 -g30 -y
Brings the system to the 0 init state, which is the appropriate state for turning the system power off for adding and removing devices.
Shuts the system down in 30 seconds. The default is 60 seconds.
Continues the system shutdown without user intervention. Otherwise, you are prompted to continue the shutdown process.
For SPARC platforms, it is safe to turn off power if the ok prompt is displayed.
For x86 platforms, it is safe to turn off power if the type any key to continue prompt is displayed.
For the location of power switches on any peripheral devices, refer to the hardware installation guides that accompany your peripheral devices.
Refer to the hardware installation guide that accompanies the peripheral device for information on installing and connecting the device.
The system boots to multiuser mode, and the login prompt is displayed.
For information on accessing the device, see Accessing Devices.
In the Oracle Solaris 11 release, the pkg commands are used to add packages to the system. Device driver packages might still be in SRV4 package format so the steps below use the pkgadd command instead of the pkg install command.
This procedure assumes that the device has already been added to the system. If not, see How to Add a Peripheral Device.
For more information, see How to Use Your Assigned Administrative Rights in Oracle Solaris 11.1 Administration: Security Services.
# pkgadd [-d] device package-name
# pkgchk package-name #
The system prompt returns with no response if the package is installed correctly.
Example 3-2 Adding a Device Driver
The following example shows how to install and verify a package called XYZdrv.
# pkgadd XYZdrv (licensing messages displayed) . . . Installing XYZ Company driver as <XYZdrv> . . . Installation of <XYZdrv> was successful. # pkgchk XYZdrv #