1754022 Members
7008 Online
108811 Solutions
New Discussion юеВ

hwmgr delete

 
George R. White
Advisor

hwmgr delete

Running 5.1b on a AlphaServer8200. What would prevent /sbin/hwmgr delete -id to fail?
getting error code 95 - cannot start operation

Thanks
George White
2 REPLIES 2
amrelsayed
Frequent Advisor

Re: hwmgr delete

hi George,

can you send to me the output of your hwmgr command, and from where you boot the system. also if you please, check what is the last patch kit you installed in your system.

Best regards,

Amr
Try To Be Smart
Ralf Puchner
Honored Contributor

Re: hwmgr delete

Problem:

# hwmgr -delete scsi -did 23
hwmgr: Error (95) Cannot start operation.

Solution:

Done a hwmgr -show scsi
Check the DRIVER OWNER column to see if its zero before you can delete it. Its zero.

Next tried the 'hwmgr -delete component -id' method.

hwmgr -delete component -id 23 still failed.

ask to make sure not using the scsi id.
Use the HWID instead, which is 92
hwmgr -delete component -id 92 that work and deleted device fine.

Use the -did (scsi decvice id) with the -delete scsi command.
Use the (HWID) with the -delete component component command.

conclusion: problem exists between ears ;-)
Help() { FirstReadManual(urgently); Go_to_it;; }