Why do controllers differ between physical and logical names


 
Thread Tools Search this Thread
Operating Systems Solaris Why do controllers differ between physical and logical names
# 1  
Old 02-09-2011
Why do controllers differ between physical and logical names

When I look at format I can see the following info:

Code:
AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
          /pci@1c,600000/scsi@2/sd@0,0
       1. c1t1d0 <SUN72G cyl 14087 alt 2 hd 24 sec 424>
          /pci@1c,600000/scsi@2/sd@1,0


Can anyone tell me why the logical name shows the disks on controller 0 but the physical shows then on controller 2?

Thanks in advance.

Last edited by DukeNuke2; 02-09-2011 at 06:32 AM..
# 2  
Old 02-09-2011
c1 is the second controller in the system...
# 3  
Old 02-10-2011
The "2" in "scsi@2" is a bus or slot id and is a physical characteristic of the hardware. It has nothing to do with the controller number which is assigned when the hardware is detected the first time.

"scsi@2" is most likely the address of the internal scsi controller, whereas the external scsi controller would be "scsi@2,1". If you connect a storage box to the external scsi port you might get disk names like c2t0d0, c2t0d1, ...
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

AIX unreadable sector Logical or Physical

Hello Folks, I have got this message: When I contacted support, they said this is logical filesystem error and it has to do with the filesystem. How can I find out ? (1 Reply)
Discussion started by: filosophizer
1 Replies

2. Linux

Logical Volume to physical disk mapping

When installing Linux, I choose some default setting to use all the disk space. My server has a single internal 250Gb SCSI disk. By default the install appears to have created 3 logical volumes lv_root, lv_home and lv_swap. fdisk -l shows the following lab3.nms:/dev>fdisk -l Disk... (2 Replies)
Discussion started by: jimthompson
2 Replies

3. Shell Programming and Scripting

List the file names that differ

Hello, I have two directories - prev and current . They both have same multiple subdirectories and files. Now the current directory can have some updated files and some new files added that is not in prev. I want to find the list of file names that differ. I am doing this because i can not... (2 Replies)
Discussion started by: jakSun8
2 Replies

4. UNIX for Dummies Questions & Answers

Confusion Regarding Physical Volume,Volume Group,Logical Volume,Physical partition

Hi, I am new to unix. I am working on Red Hat Linux and side by side on AIX also. After reading the concepts of Storage, I am now really confused regarding the terminologies 1)Physical Volume 2)Volume Group 3)Logical Volume 4)Physical Partition Please help me to understand these concepts. (6 Replies)
Discussion started by: kashifsd17
6 Replies

5. Solaris

Physical and Logical Device Name

Dear all, Please can anybody explain me in detail what is the different between physical device name file and logical device name file. Please explain me clearly it's my request. (1 Reply)
Discussion started by: suneelieg
1 Replies

6. Solaris

How to find Total and Free Physical Memory and Logical Memory in SOLARIS 9

Hi, Im working on Solaris 9 on SPARC-32 bit running on an Ultra-80, and I have to find out the following:- 1. Total Physical Memory in the system(total RAM). 2. Available Physical Memory(i.e. RAM Usage) 3. Total (Logical) Memory in the system 4. Available (Logical) Memory. I know... (4 Replies)
Discussion started by: 0ktalmagik
4 Replies

7. HP-UX

Unmount and remove all Logical vol.Volume group and physical disk

Hi, Someone please help me with how i can unmount and remove all the files systems from a cluster. This is being shared by two servers that are active_standby. (3 Replies)
Discussion started by: joeli
3 Replies

8. AIX

Basic Filesystem / Physical Volume / Logical Volume Check

Hi! Can anyone help me on how I can do a basic check on the Unix filesystems / physical volumes and logical volumes? What items should I check, like where do I look at in smit? Or are there commands that I should execute? I need to do this as I was informed by IBM that there seems to be... (1 Reply)
Discussion started by: chipahoys
1 Replies

9. AIX

Physical and Logical IP address

Hi all I need command to give logical and physical IP Address for my machine. thank you (1 Reply)
Discussion started by: magasem
1 Replies

10. UNIX for Dummies Questions & Answers

physical and logical disc, mount etc

say i have a hard disc and like to install unix. I made two partition. plese explain what happens then how devices are created like /dev/hd2 /dev/hd9 etc how /usr/mqm is created. does the directory /usr exist? where ? aslo how we create partition in physical directorY? and link... (0 Replies)
Discussion started by: ajaya
0 Replies
Login or Register to Ask a Question