HBA compatible on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server.


 
Thread Tools Search this Thread
Special Forums Hardware Filesystems, Disks and Memory HBA compatible on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server.
# 1  
Old 01-10-2007
HBA compatible on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server.

Hi there,
does anybody knows/info on compatiblity on Emulex Lightpulse 9000 with IBM 8840 PKU X346 server.

Regards.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. AIX

Replacing HBA in the VIO server

Hi Experts, Kind of embarrassed to ask this , it's been a while I've done this . Can anyone verify below procedure to replace HBA in the VIO server. Many client LPARs are using this HBA for NPIV . Please correct me if I am wrong . Thanks in Advanced Identify the HBA (did that) Unconfigure the... (2 Replies)
Discussion started by: JME2015
2 Replies

2. AIX

How to check if my AIX server has Dual HBA's?

Thanks I need to know if my server has dual HBA and if multipath has been configured. For Multipath I ran lspath and it shows all drives and if MPIO is configured for that drive. Thanks for any input. (2 Replies)
Discussion started by: 300zxmuro
2 Replies

3. AIX

IBM AIX on IBM Eseries & x series server

Hi, I want to know whether IBM AIX can be installed on the IBM e series and x series server hardware? Thanks & Regards Arun (2 Replies)
Discussion started by: Arun.Kakarla
2 Replies

4. Hardware

Cups-compatible PPD for IBM 6400 printers

We've inherited some IBM Infoprint 6400 printers for use with our internal warehouse management software. Now I'm looking for a driver, or a compatibility list for said printers. I found that IBM does provide drivers for it (link), but due to our policies I can't download it. (who provides drivers... (0 Replies)
Discussion started by: pludi
0 Replies

5. UNIX for Advanced & Expert Users

openSuse 10.3 , Emulex HBA

hello, i have a dell Poweredge 2950 ( Server ) and an IBM storage device DS 3000 family ( Storage ) . I am supposed to link the IBM storage device to the Dell Poweredge via "Emulex 4Gb Fibre Channel Host Bus Adapter". I have put the addapter card in my server and connected it to the storage.... (3 Replies)
Discussion started by: nux007
3 Replies

6. HP-UX

hp 9000 k class server not booting

We have an old k class server that we would like to use as a testbed for our oracle application. However, it is not booting properly - fiailing the self boot test (light at the back of server is blinking). On the little window on the front of server i see the following message about console (?). ... (9 Replies)
Discussion started by: lombard_c
9 Replies

7. HP-UX

urgent help needed on HP 9000 rp3410 server for a newbie

Hi friends i dont know whether it is the right forum to ask this or not. if its not please excuse me and please give me the link for such a forum. i am novice about HP 9000 rp3410 server and its things but i had to install and configure it. I came to know that it doesnot comes with builtin... (4 Replies)
Discussion started by: bnaravinda
4 Replies

8. UNIX for Dummies Questions & Answers

HP 9000 rp7420 server

Hi all, I'm trying to find out info on HP 9000 rp7420 server. 16-way rp7420 server - what does 16-way stand for? There is 32-way rpxxxx also. I searched www.hp.com site but no luck. Can anyone put some light in it pls. Thanks in advance (3 Replies)
Discussion started by: mhbd
3 Replies

9. HP-UX

D Class HP 9000 Server Setup

I work for a school and just received a set of HP-UX machines. I did ok with the Vizualize workstations in that they had video cards and all, but I am attempting to set up the D Class (D250) servers that we received and they are terminal only. I have the terminals and keyboards for them, but am... (11 Replies)
Discussion started by: NoHope
11 Replies
Login or Register to Ask a Question
DPM_MODIFYFS(3) 					       DPM Library Functions						   DPM_MODIFYFS(3)

NAME
dpm_modifyfs - modify the parameters of a disk pool filesystem SYNOPSIS
#include <sys/types.h> #include "dpm_api.h" int dpm_modifyfs (char *server, char *fs, int status, int weight) DESCRIPTION
dpm_modifyfs modifies the parameters of a disk pool filesystem. server specifies the host name of the disk server where this filesystem is mounted. fs specifies the mount point of the dedicated filesystem. status Initial status of this filesystem. It can be set to 0 or FS_DISABLED or FS_RDONLY. (-1 will tell the server to not change the cur- rent value). weight specifies the weight of the filesystem. This is used during the filesystem selection. The value must be positive (-1 will tell the server to not change the current value). It is recommended to use a value lower than 10. This function requires ADMIN privilege. RETURN VALUE
This routine returns 0 if the operation was successful or -1 if the operation failed. In the latter case, serrno is set appropriately. ERRORS
ENOENT Filesystem does not exist. EACCES The caller does not have ADMIN privilege. EFAULT server or fs is a NULL pointer. EINVAL The length of server exceeds CA_MAXHOSTNAMELEN or the length of fs exceeds 79. SENOSHOST Host unknown. SEINTERNAL Database error. SECOMERR Communication error. LCG
$Date$ DPM_MODIFYFS(3)