Operating System - Tru64 Unix
1752399 Members
5555 Online
108788 Solutions
New Discussion юеВ

Re: Show devices

 
SOLVED
Go to solution
Isaac_4
Frequent Advisor

Show devices

Hi every body:

I need to know if in DS10 o ES40 exist some command like Search in BCH on RP Hp models RP where you can made a rescan for scsi devices where you add a new disk with out reboot all server

Thks

The time is gold
6 REPLIES 6
Ivan Ferreira
Honored Contributor

Re: Show devices

I don't fully understand your question but, to rescan devices in tru64 v5, you use:

hwmgr scan scsi

To display the devices you can use:

hwmgr v d
hwmgr show scsi
hwmgr view hierarchy
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Isaac_4
Frequent Advisor

Re: Show devices

The scan that i need to made is in firmware >>> prompt
The time is gold
Ivan Ferreira
Honored Contributor
Solution

Re: Show devices

You normally don't need to rescan devices at >>> prompt, but if you need to do it, you must issue the INIT command.
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
Steven Schweda
Honored Contributor

Re: Show devices

> [...] with out reboot [...]

> [...] firmware >>> prompt

Huh?

Is there some actual problem you're trying
to solve?
Hein van den Heuvel
Honored Contributor

Re: Show devices

> The scan that i need to made is in firmware >>> prompt

Just say ">>> SHOW DEVICE"
Or ">>> SHOW CONFIG" ?

Optionally use INIT or Power-cycle ?

fwiw,
Hein.
Brendan Murphy_5
Frequent Advisor

Re: Show devices

All the above is true, unless you count SAN devices as SCSI attached. If that's the case then they will not show up at the SRM >>> prompt. You'll need to run wwidmgr to view SAN connected devices.

To show HBA Adapters
>>> wwidmgr -show ada

To show all presented LUN's
>>> wwidmgr -show wwid

To set a particular LUN as a volume visible at the SRM >>> level (4 max I think)
>>> wwidmgr -quickset -udid

Once you have used the wwidmgr command, you will have to run the "init" command in order for the SRM >>> to reset correctly, otherwise you will not see consistent information. something to do with memory I think.

regards,

Brendan