Recognizing storage from server


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory Recognizing storage from server
Prev   Next
# 2  
Old 07-02-2017
You can review the "List of OUIs commonly seen as WWN Company Identifiers" in Wikipedia

in your case

Code:
00:60:B0 Hewlett-Packard - Integrity and HP9000 servers. WWIDs begin with 5006.0b0
00:11:0A Hewlett-Packard - ProLiant servers. Formerly Compaq. WWIDs begin with 5001.10a
00:01:FE Hewlett-Packard - EVA disk arrays. Formerly Digital Equipment Corporation. WWIDs begin with 5000.1fe1 or 6000.1fe1
00:17:A4 Hewlett-Packard - MSL tape libraries. Formerly Global Data Services. WWIDs begin with 200x.0017.a4
00:60:16 EMC Corporation, for CLARiiON/VNX
00:60:48 EMC Corporation, for Symmetrix DMX
00:00:97 EMC Corporation, for Symmetrix VMAX

the code 01FE have references to EVA storage, the rest of WWN must be related the system serial number and the port used to map storage to servers, only need review these values on the administration console or may be in the SAN Switches.

I hope that this can be useful for you
 
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. Red Hat

Advice on allocating SAN storage to a virtual database server on VMware

I am relatively new to Linux and we are getting ready to convert our current oracle database servers from the AIX platform to RHEL7 servers on VMWare. I would appreciate any advice on how best to allocate storage to these machines. I plan on using LVM to maintain the disks/filesystems but am... (9 Replies)
Discussion started by: dkmartin
9 Replies

2. Post Here to Contact Site Administrators and Moderators

AIX server do not detect LUN from HP storage

ssssssssssss (0 Replies)
Discussion started by: sampathenjoy
0 Replies

3. Homework & Coursework Questions

How to mount a 79TB SAN storage to another server?

Hi Team, How do i mount or connect the SAN storage to a specific folder. I have tried to mount it but each time i can only mount 900GB of the storage to the folder: ipmi1 ~]# df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/VolGroup-root_vol ... (0 Replies)
Discussion started by: ElVista
0 Replies

4. Solaris

Storage Migration on Solaris server

Hi All, I need your help urgently. Below I have given the brief description of the Architecture and the Problem. The brief details of the architecture: We have 5 Containers(Non-Global Zones) running on one T5220 Box. The Global Zone is running Solaris 10. The Non-global Zones are... (6 Replies)
Discussion started by: kamaldeep1986
6 Replies

5. Solaris

SAN Storage to solaris 10 server

Hi, I have configured our SAN Storage to be connected to our new SUN T5220. On the SAn it looks all fine on the server I do not see any connection: cfgadm -al Ap_Id Type Receptacle Occupant Condition c1 scsi-bus connected ... (4 Replies)
Discussion started by: manni2
4 Replies
Login or Register to Ask a Question
DPM-MODIFYFS(1) 					    DPM Administrator Commands						   DPM-MODIFYFS(1)

NAME
dpm-modifyfs - modify the parameters of a disk pool filesystem SYNOPSIS
dpm-modifyfs --server fs_server --fs fs_name [ --st status ] [ --weight weight ] [ --help ] DESCRIPTION
dpm-modifyfs modifies the parameters of a disk pool filesystem. This command requires ADMIN privilege. OPTIONS
server specifies the host name of the disk server where this filesystem is mounted. fs specifies the mount point of the dedicated filesystem. status New status of this filesystem. It can be set to 0 (enabled read/write) or DISABLED or RDONLY. This can be either alphanumeric or the corresponding numeric value. weight specifies the weight of the filesystem. This is used during the filesystem selection. The value must be positive. It is recommended to use a value lower than 10. EXAMPLE
dpm-modifyfs --server sehost --fs /data --st RDONLY EXIT STATUS
This program returns 0 if the operation was successful or >0 if the operation failed. SEE ALSO
dpm(1), dpm_modifyfs(3) LCG
$Date$ DPM-MODIFYFS(1)