SAN questions about Sun StorageTek array


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory SAN questions about Sun StorageTek array
# 8  
Old 05-06-2011
Everything is clear now.

Under CAM, map initiators to hosts, and map hosts to volumes. The so-call host is just a name to connect initiators (FC ports) to the disk volumes.

initiators <> hosts <> volumes

Thanks everyone again!
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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
Login or Register to Ask a Question
RARPD(8)						      System Manager's Manual							  RARPD(8)

NAME
rarpd - reverse address resolution protocol daemon SYNOPSIS
rarpd [-v] [-i interface ] DESCRIPTION
Rarpd listens on the ethernet for broadcast packets asking for reverse address resolution. These packets are sent by hosts at boot time to find out their IP address. Rarpd looks up the six octet ethernet number in the ethers map finding a host name. This name is translated to the IP address of the host by a DNS lookup. The IP address is then sent to the host. Before rarpd can start its service it first finds out what the IP address and hardware address of the ethernet is. Warning! Sun diskless workstations assume that the first RARP server that answers is the host they are to boot from. For this to work all other Sun RARP servers delay their answer if they are not also the requestors boot server. This rarpd does not have this kludge so it will happily engage the Sun boot server to see who can answer the client first. Unless your host can actually serve a Sun diskless client, it is better not to list any more hosts in the ethers file than necessary. OPTIONS
-v Be verbose. Show requests which the daemon is responding to. -i Bind to the named interface. By default rarpd binds to the default interface for the local system type, if available. SEE ALSO
ifconfig(8), ethers(5), hosts(5), AUTHOR
Derrick J. Brashear (shadow@dementia.org) The man page is mostly from the Minix version, by Kees J. Bot (kjb@cs.vu.nl) RARPD(8)