Sponsored Content
Operating Systems Solaris Fiber Channel StorageTek Array Visible to OS Post 302242102 by Grippo on Wednesday 1st of October 2008 07:31:52 AM
Old 10-01-2008
Quote:
Originally Posted by photon
I installed a FC array for the first time and everything looks OK
in mpathadm, cfgadm, but I don't know what to do next.

Code:
# stmsboot -L
non-STMS device name                    STMS device name
------------------------------------------------------------------
/dev/rdsk/c2t1d0                /dev/rdsk/c4t600A0B80004876380000035348E0A274d0
/dev/rdsk/c3t5d0                /dev/rdsk/c4t600A0B80004876380000035348E0A274d0

Code:
# format
Searching for disks...done

c2t1d31: configured with capacity of 16.00MB
c3t5d31: configured with capacity of 16.00MB
c4t600A0B80004876380000035348E0A274d0: configured with capacity of 272.44GB


AVAILABLE DISK SELECTIONS:
       0. c1t0d0 <LSILOGIC-LogicalVolume-3000 cyl 65533 alt 2 hd 16 sec 273>
          /pci@400/pci@0/pci@8/scsi@0/sd@0,0
       1. c2t1d31 <SUN-UniversalXport-0660 cyl 8 alt 2 hd 64 sec 64>
          /pci@500/pci@0/pci@c/SUNW,qlc@0/fp@0,0/ssd@w200400a0b8487639,1f
       2. c3t5d31 <SUN-UniversalXport-0660 cyl 8 alt 2 hd 64 sec 64>
          /pci@500/pci@0/pci@d/SUNW,qlc@0/fp@0,0/ssd@w200500a0b8487639,1f
       3. c4t600A0B80004876380000035348E0A274d0 <SUN-CSM200_R-0660 cyl 34872 alt 2 hd 256 sec 64>
          /scsi_vhci/ssd@g600a0b80004876380000035348e0a274
Specify disk (enter its number):

If I select 3 it says
[disk formated]
Disk no labeled. Label it now?

I used the Common Array Manager (CAM) to set this up with a pool,
virtual disks, and hosts, but should I format the disk?

What is the next procedure here to view the 272 GB? Smilie

This is correct behavior. This disk does not currently have a label which is recognised by Solaris.

What you need to do is to choose disk 3 and tell it to label the device. If it prompts you with a menu, you choose "Auto" and write this label to the disk. Once Solaris has labelled this disk, you shouldn't have to do it again.
 

8 More Discussions You Might Find Interesting

1. HP-UX

Fiber Channel statistic & error level

I need information what maximum error level on FC card need clasification of critical level (SAN mass storidge) Please write screenshot from utility fcutil whith test option. Pawel (0 Replies)
Discussion started by: pawel_ul
0 Replies

2. Filesystems, Disks and Memory

Configure large volume on Sun StorageTek 2540 array

Hi, We have 12x1TB SATA disks in our array and I need to create 10TB volume. I defined new storage profile on array and when I tried to add volume, I faced with ~2TB limit for new volumes. I didn't find how to set another limit on my storage profile. Is there is a way to configure one large... (3 Replies)
Discussion started by: Sapfeer
3 Replies

3. Solaris

Accessing a StorageTek 2530 Disk array from SUN, SPARC Enterprise T2000

Hello, Wondering if anyone can help me with mounting a file share from my Sun T2000 server running Solaris 10 to my connected 2530 disk array? I believe I've connected the disk array correctly and I have created a volume on the array using the filesystem (Sun_SAM-FS, RAID-5). The T2000... (15 Replies)
Discussion started by: DundeeDancer
15 Replies

4. Solaris

Sun StorageTek Common Array Manager 6.0 works very slowly

Hi! I have Sun StorageTek 2540 FC array and CAM works very slowly - I can wait for software response even more than 2 minutes... I run this software on Windows machine with Firefox Web Browser but speed is terrible... How can I make it works at least a little bit faster?.. (2 Replies)
Discussion started by: Sapfeer
2 Replies

5. Filesystems, Disks and Memory

Backup Sun StorageTek Common Array Manager's configuration

In Sun manuals, I didn't find how to backup Sun StorageTek Common Array Manager's configuration. Is there a way to do it like backing up Brocade switch configuration? CAM is under Solaris 10. Thank you in advance! (0 Replies)
Discussion started by: aixlover
0 Replies

6. Filesystems, Disks and Memory

SAN questions about Sun StorageTek array

Hi, I have a question about Sun StorageTek Common Array Manager (CAM): What is the concept of 'host'? Is it the hostname of the server that has access to the managed array? If so, can I use its IP instead of its hostname? I've found a 'host' under CAM called XYZ (See below). In our... (7 Replies)
Discussion started by: aixlover
7 Replies

7. Solaris

StorageTek 2540 SAN array

Bought a Sun StorageTek 2540 SAN array a few years ago from a company that was going out of business. When we first set it up, we were able to get all the software (Common Array Manager) and firmware directly from Sun. We just upgraded the drives, but the array is too large for the firmware. Now... (6 Replies)
Discussion started by: edison303
6 Replies

8. Solaris

Issue with Fiber Channel cards in Solaris

hi everone i am experiencing disconnectivity from storage to My database machines. i have doubt on my FC cards in my sparc T4-2 machines. i want to know how should i check from my solaris that whether the cards are ok or not because once the disks get disconnect from SAN so it come back again but... (5 Replies)
Discussion started by: janakors
5 Replies
WINCACHE_RPLIST_FILEINFO(3)						 1					       WINCACHE_RPLIST_FILEINFO(3)

wincache_rplist_fileinfo - Retrieves information about resolve file path cache

SYNOPSIS
array wincache_rplist_fileinfo ([bool $summaryonly = false]) DESCRIPTION
Retrieves information about cached mappings between relative file paths and corresponding absolute file paths. RETURN VALUES
Array of meta data about the resolve file path cache or FALSE on failure The array returned by this function contains the following elements: o total_file_count - total number of file path mappings stored in the cache o rplist_entries - an array that contains the information about all the cached file paths: o resolve_path - path to a file o subkey_data - corresponding absolute path to a file EXAMPLES
Example #1 A wincache_rplist_fileinfo(3) example <pre> <?php print_r(wincache_rplist_fileinfo()); ?> </pre> The above example will output: Array ( [total_file_count] => 5 [rplist_entries] => Array ( [1] => Array ( [resolve_path] => checkcache.php [subkey_data] => c:inetpubwwwroot|c:inetpubwwwrootcheckcache.php ) [2] => Array (...iterates for each cached file) ) ) SEE ALSO
wincache_fcache_meminfo(3), wincache_fcache_fileinfo(3), wincache_ocache_fileinfo(3), wincache_ocache_meminfo(3), wincache_rplist_mem- info(3), wincache_refresh_if_changed(3), wincache_ucache_meminfo(3), wincache_ucache_info(3), wincache_scache_info(3), wincache_scache_mem- info(3). PHP Documentation Group WINCACHE_RPLIST_FILEINFO(3)
All times are GMT -4. The time now is 10:45 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy