1854708 Members
12624 Online
104102 Solutions
New Discussion

hot-swap device

 
SOLVED
Go to solution
Jacques Carriere
Regular Advisor

hot-swap device

Good,

What are the steps to follow in sam to replace a defective FC HBA without causing any down time.

model: L3000-6x PA-RISC HPUX 11.11

5 REPLIES 5
Michael Steele_2
Honored Contributor

Re: hot-swap device

HBA will reside in a TURBO I/O slot. You will cause a HPMC (panic) is you remove the card while power is up. (or worse). Refer to adding I/O cards below

http://docs.hp.com/en/2454/customer_part_upgrades.pdf
Support Fatherhood - Stop Family Law
Jaime Bolanos Rojas.
Honored Contributor

Re: hot-swap device

This link should be able to show you how to do what you want:

http://docs.hp.com/en/A6434-96013/ch03s12.html

Regards,

Jaime.
Work hard when the need comes out.
Victor BERRIDGE
Honored Contributor
Solution

Re: hot-swap device

Hi
start by looking if the card is olar enable:
OLAR Fonctionality in LClass
model
9000/800/L3000-5x
rad -q
rad:ERROR:No such device
The following drivers needs to be configured into the kernel
olar_psm
olar_psm_if
dev_olar
checked into the /stand/system file if there were all drivers installed
grep olar* /stand/system
no driver is installed
I checked with sam the status about this drivers.
These drivers are not available via sam!!!
I used the kmsystem command to get all drivers printed, there are all olar
drivers with N marked!
I used the following procedure to fix that:
1. kmsystem -c y dev_olar
2. kmsystem -c y olar_psm
3. kmsystem -c y olar_psm_if
4.checked if now all drivers are inclused into the system file
used grep olar* /stand/system
dev_olar
olar_psm_if
olar_psm
5. mk_kernel -s /stand/system -o /stand/vmunix
6.kmupdate
7. shutdown -r 0
and now olar works fine
...


All the best
Victor
Jacques Carriere
Regular Advisor

Re: hot-swap device

merci Victor pour les étapes à suivre pour échanger ma carte.

Thanks Jaime and Michael for your input.
Victor BERRIDGE
Honored Contributor

Re: hot-swap device

Hi again Jacques
Do a man of rad, I did this a few times but some time ago... Im looking if I could find some documentation on what/how I did this but without success till now...
Bon je me rentre il se fait tard
Amitiés
Victor