Q:x4270_m2 reconfigure PCI card to slot 5?


 
Thread Tools Search this Thread
Operating Systems Solaris Q:x4270_m2 reconfigure PCI card to slot 5?
# 1  
Old 02-04-2011
Q:x4270_m2 reconfigure PCI card to slot 5?

Hello all,

I have a problem with my x4270_m2 server. I have a GBE lan built into the back of my server and I have a QGE pci card in slot 2 to be used as a redundant.
My server is not picking up the QGE lan card in slot2. From investigation of the /etc/path_to_inst, which shows:

Code:
#grep e1000 /etc/path_to_inst
"/pci@0,0/pci8086,3410@9/pci111d,806e@0/pci111d,806e@4/pci111d,8018@0/pci111d,8018@2/pci108e,11bc@0"  0  "e1000g"
"/pci@0,0/pci8086,3410@9/pci111d,806e@0/pci111d,806e@4/pci111d,8018@0/pci111d,8018@2/pci108e,11bc@0,1"  1  "e1000g"
"/pci@0,0/pci8086,3410@9/pci111d,806e@0/pci111d,806e@4/pci111d,8018@0/pci111d,8018@4/pci108e,11bc@0"  2  "e1000g"
"/pci@0,0/pci8086,3410@9/pci111d,806e@0/pci111d,806e@4/pci111d,8018@0/pci111d,8018@4/pci108e,11bc@0,1"  3 "e1000g"
#

A collegue has informed me that the file shows that the card is in slot2.

My question is:
1. How can you tell which slot the pci card is inserted into from the above file, and
2. What are the changes I need to make if I needed the card to be in slot 5 (besides physically moving it)?

If anyone can help, I would really appreciate it Smilie
/Kerry

Moderator's Comments:
Mod Comment please use code tags

Last edited by DukeNuke2; 02-04-2011 at 06:30 AM..
# 2  
Old 02-04-2011
First try:
Code:
devfsadm -v

If it doesn't help, do reconfiguration reboot:
Code:
touch /reconfigure
init 6

This User Gave Thanks to bartus11 For This Post:
# 3  
Old 02-11-2011
Still not working

Hi,

I've moved the LAN card from Slot2 to the correct spot (Slot5)
and done the touch / reconfigure and devfsadm, however the strange thing that happens is that im able to configure e1000g7 with an ip address (192.168.0.1) but if i plug my laptop (set with static ip address of 192.168.0.10) to the back of the server on port e1000g7 with a straight cable, i am not able to ping that IP address...i get 'unreachable host'

Can you help me further please?

/Kerry
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

how to register ISR for PCI slot???

:wall::wall::wall:how to register ISR for PCI slot using callback registery (in c programing) i am using fedora 10 os.:wall::wall::wall::wall::wall: (0 Replies)
Discussion started by: powyama
0 Replies

2. Programming

How to register ISR for PCI slot???

how to register callback function in unix?? (0 Replies)
Discussion started by: powyama
0 Replies

3. Solaris

Can't ping new PCI LAN card x4270_m2

Hi, I've recently moved my pci LAN card from Slot2 Slot5 on my sun x4270_m2 server (solaris 10). I've done the touch / reconfigure and devfsadm, however my issue is that im able to configure the e1000g7 port with an ip address (192.168.0.1) but if i plug my laptop (set with static ip... (7 Replies)
Discussion started by: kerrygold
7 Replies

4. Linux

PCI Card recognized

I installed PCI Card HP SC44Ge - SAS1068E on my linux CentOS 5.4 is there a way to find out if the PCI is properly installed and recognized by linux. lspci is enough? just to add that PCI card is connected to a tape... also how can I find out driver and firmware version? thanks a... (1 Reply)
Discussion started by: karlochacon
1 Replies

5. Solaris

PCI slot info on V480/V490

Hi, How can I know slot wise info on a sun v480 box. I want to have the details like which slot has which card (slot 1- HBA, slot 2 - quad NIC) .. I know that sysdef, prtconf or prtdiag outputs will help to get this. But I dont know how to conclude from those outputs. Can anybody help me to... (4 Replies)
Discussion started by: vasu2020
4 Replies

6. UNIX for Dummies Questions & Answers

disable power management to a PCI card

I have a US Robotics USR5416 wireless networking card and everytime after hours of inactivity the cardseems to shutdown. I read somewhere the it does not support power management. Is there a way to disable power management to that particular PCI card? (0 Replies)
Discussion started by: diesel440
0 Replies

7. UNIX for Dummies Questions & Answers

bad pci slot?

Hi, im having a problem installing my pci wireless card. Im using knoppix, but my problem is with the mobo i think. im using an older laptop, toshiba satellite 2540 and when i plug in the card i get lights on sometimes. this means its getting power right. so then to install the card into the... (0 Replies)
Discussion started by: jestra
0 Replies

8. AIX

Add PCI ethernet card?

Hi everyone, I recently inherited an IBM RS/6000 43P 150, and it appears that the on board ethernet is dead. Can I put in a PCI ethernet card and use that as the default ethernet connection (as opposed to the one on the motherboard)? If so, what type of card can I use and how does one configure... (2 Replies)
Discussion started by: Jwoollard
2 Replies

9. Solaris

rs232 pci-card

hello mates, do you know a manufactor for rs232 serial pci cards for the sparc architecture? it seems that there is no original product from sun for that purpose. strange, isn't it? problem is that i have a V250 with only one db9 rs232 serial port, and i need it for a modem connection, but i also... (1 Reply)
Discussion started by: pressy
1 Replies
Login or Register to Ask a Question