REM_DRV(8) | Maintenance Commands and Procedures | REM_DRV(8) |
rem_drv - remove a device driver from the system
rem_drv [-b basedir] device_driver
The rem_drv command informs the system that the device driver device_driver is no longer valid. If possible, rem_drv unloads device_driver from memory. rem_drv also updates the system driver configuration files.
If rem_drv has been executed, the next time the system is rebooted it automatically performs a reconfiguration boot (see kernel(8)).
The following options are supported:
-b basedir
Note -
-C
Example 1 Removing the sd Driver
The following example removes the sd driver from use:
example% rem_drv sd
Example 2 Removing a Diskless Client
The following example removes the driver from the sun1 diskless client. The driver is not uninstalled or unloaded until the client machine is rebooted.
example% rem_drv -b /export/root/sun1 sd
Note the caveat on the use of the -b option in the description of that option, above.
devfs(4FS), attributes(7), zones(7), add_drv(8), kernel(8), update_drv(8)
August 13, 2007 | OmniOS |