san device information


 
Thread Tools Search this Thread
Operating Systems Solaris san device information
# 1  
Old 07-21-2008
san device information

All,

when I do a df -h on a solaris 10 servers I see these san storage filesystems.

cx-fibpool/pyp_u2 588G 151M 345G 1% /pyp/u2
cx-fibpool/pyp_u3 588G 151M 345G 1% /pyp/u3
cx-fibpool/pyp_u4 588G 166G 345G 33% /pyp/u4
cx-fibpool/pyp_u5 588G 2.0G 345G 1% /pyp/u5
cx-fibpool/pyp_u6 588G 67G 345G 17% /pyp/u6


but not able to find the details about this san device. I want to know about the details on this cx-fibpool . vendors? capactity??

any commands that can help me out

thanks in advance
pk
# 2  
Old 07-21-2008
This would depend on your SAN drivers and management software. Are you using native Solaris 10 or Veritas for instance? You'll not be able to glean much detail on the SAN itself but it may present sufficient data in the LUNs it provides to you.
If so, running format will give you a list of all disks, including SAN attached storage and the disk identity the SAN chooses to give you.
# 3  
Old 07-22-2008
moved to "solaris" forum...
@op
it could be a ZFS pool? have a look at the zfs commands...

Code:
zpool list
zpool status

also "cfgadm" can be usefull

Code:
cfgadm -alo show_SCSI_LUN

# 4  
Old 07-22-2008
I got these 2 output

Code:
root@xt33db007:/root ->zpool list
NAME                    SIZE    USED   AVAIL    CAP  HEALTH     ALTROOT
zfspool2               34.8G    870M   33.9G     2%  ONLINE     -
root@xt33db007:/root ->zpool status
  pool: zfspool2
 state: ONLINE
 scrub: none requested
config:

        NAME         STATE     READ WRITE CKSUM
        zfspool2     ONLINE       0     0     0
          emcpower8  ONLINE       0     0     0

errors: No known data errors

but somehow I do not see the emcpower0g ??

tia
pk

Last edited by DukeNuke2; 07-22-2008 at 01:35 PM.. Reason: added CODE tags...
# 5  
Old 07-22-2008
i don't understand where your problem is...?!
# 6  
Old 07-22-2008
hmm. I am not able to see the other san device disk that are attached to the system.

I know from record that there is /dev/rdsk/emcpower0g and /dev/rdsk/emcpower1g . I want to verify . will it be possible.

please let me know

thanks
pk
# 7  
Old 07-22-2008
Have a look at the luxadm and fcinfo commands and also the output from format.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

Faster way: SAN hd to SAN hd copying

hi! i got a rhel 6.3 host that already have an xfs filesystem mounted from a SAN (let's call it SAN-1) whose size is 9TB. i will be receiving another SAN (let's call it SAN-2) storage of 15TB size. this new addition is physically on another SAN storage. SAN-1 is on a Pillar storage while the new... (6 Replies)
Discussion started by: rino19ny
6 Replies

2. HP-UX

Failed to open tape device /dev/rmt/0mn:Device busy (errno = 16)

Hi, Unable to make tape backup, please help. /opt/ignite/bin/make_tape_recovery -a /dev/rmt/?mn -I -v -m tar -x inc_entire=vg00 * Creating local directories for configuration files and archive. ======= 04/25/16 16:28:08 IST Started /opt/ignite/bin/make_tape_recovery. (Mon... (4 Replies)
Discussion started by: anuragr
4 Replies

3. Red Hat

Unable To Activate Ethernet Network Device in RHEL 5.5 - e100 device eth0 does not seem to be presen

Hi All, Could anyone please help to resolve the below problem. I installed RHEL5.5 in my desktop.But when i try to activate the ethernet connection then it gives me the error. I spent 2 days for the above and go through with several suggestion found by googling. But no luck. ... (0 Replies)
Discussion started by: Tanmoy
0 Replies

4. AIX

IBM SAN TO SAN Mirroring

Has anyone tried SAN to SAN mirroring on IBM DS SAN Storage. DS5020 mentions Enhanced Remote Mirror to multi-LUN applications I wonder if Oracle High availibility can be setup using Remote Mirror option of SAN ? (1 Reply)
Discussion started by: filosophizer
1 Replies

5. UNIX for Dummies Questions & Answers

a lot of Buffer I/O error on device connected to SAN

hi guys I have a server(x3650 M2) connected to a SAN...it takes a long time to boot with a lot errors like these any idea how to fix that? Suse Enterprise 10 SP3 update as soon as I disconnect the HBAs boots up normal and fast and no messages sdi:end_request: I/O error, dev sdh,... (0 Replies)
Discussion started by: kopper
0 Replies

6. AIX

Find information for Host and SAN disconnect

Can someone point me in the right direction as to where I can find information on how to cleanly disconnect my AIX 5.3 host from our DS/4200 SAN. I have to do a firmware upgrade on the SAN. -Thanks (2 Replies)
Discussion started by: tfort73
2 Replies

7. Solaris

How to get Device id information on solaris 8

Hi friends am writing a script to get the device id of i/o devices on solaris. The command iostat -iE works well on Solaris 5.9 and 5.10 but fails on solaris 5.8 as there is no 'i' switch with iostat command on this os Can anyone suggest me an alternate way to find device id information on... (3 Replies)
Discussion started by: vikashtulsiyan
3 Replies

8. Solaris

Thoughts/experiences of SAN attaching V880 to EMC SAN

Hi everyone, I wonder if I can canvas any opinions or thoughts (good or bad) on SAN attaching a SUN V880/490 to an EMC Clarion SAN? At the moment the 880 is using 12 internal FC-AL disks as a db server and seems to be doing a pretty good job. It is not I/O, CPU or Memory constrained and the... (2 Replies)
Discussion started by: si_linux
2 Replies
Login or Register to Ask a Question