Operating System - Tru64 Unix
1753851 Members
9615 Online
108808 Solutions
New Discussion юеВ

Adding a scsi device with hwmgr command

 
SOLVED
Go to solution
WilliamSmith11
Super Advisor

Adding a scsi device with hwmgr command

Hi
I have a system running Tru64 5.1B.I want add a scsi device Without powering off the system.

I know that with the hwmgr command is possible but I cant find out the right command , somebody may help me please.

Thank you

W.S
rperez
2 REPLIES 2
Mark Poeschl_2
Honored Contributor
Solution

Re: Adding a scsi device with hwmgr command

After physically connecting the device (assuming it supports hot-swapping), execute:

# hwmgr -scan scsi

This should detect the new device and get all the necessary /dev special files set up for you. After a short delay try:

# hwmgr -view device

and your new device should be visible.
Ralf Puchner
Honored Contributor

Re: Adding a scsi device with hwmgr command

Have a look into the admin guide, it will describe in detail hardware management.
Help() { FirstReadManual(urgently); Go_to_it;; }