Operating System - Tru64 Unix
1752678 Members
5501 Online
108789 Solutions
New Discussion

How to recognise LUNs from UNIX side

 
SOLVED
Go to solution
swarup kundu
Advisor

How to recognise LUNs from UNIX side

After assigning LUNs from storage (EVA 8000 or EMC DMX ) how i will detect those LUNs from OS side....I run ioscan in HPUX to recognise the LUNs ...Plesae let me know what is the counterpart command in Tru64 Unix.
1 REPLY 1
Rob Leadbeater
Honored Contributor
Solution

Re: How to recognise LUNs from UNIX side

Hi,

You probably want to run...:

# hwmgr scan scsi

To rescan the SCSI bus. You should view the devices with

# hwmgr view devices

or maybe

# hwmgr show scsi

Hope this helps,

Regards,

Rob