[Joy Share] - Replace an unknown status controller on HP FC60 disk array


 
Thread Tools Search this Thread
Operating Systems HP-UX [Joy Share] - Replace an unknown status controller on HP FC60 disk array
# 1  
Old 11-24-2009
[Joy Share] - Replace an unknown status controller on HP FC60 disk array

Replace an unknown status controller on HP FC60 disk array

Author:JoyOnline JoyChangLu@gmail.com
Trouble description:
The users detected that the status of controller at A is unknown.
Analysis and diagnostic:
Physical observed all leds on enclosure of disk array is normal.
The controller may be causing problem but can not return the true state itself.
Recommendation:
Replace a new controller.

Announcement:
=====================================================================
According to HP official Service Guide, the controller of HP FC60 is a Hot-Swappable component,so it could be replaced online.

To maintain data integrity and reduce risk during array controller replacement, we highly recommend that the users backup the whole data of array before replacement.
=====================================================================

THE PROCEDURE OF HP FC60 CONTROLLER REPLACEMENT:
1. Check the states of array and locate the unknown or failed controller
# su - root

# amdsp -i /* get array id*/
# amdsp -a <array id>



2. Change the LUNs ownership to the normal controller
If the controller state is unknown,you must change LUN ownership to the normal controller.
# amdsp -l <array id> /*list status of all LUNs on array*/

# amcfg -M <LUN id> -c <controller id> <array id> /*To change LUN ownership to another controller*/

3. Set state of unknown controller to failed
# amutil -C <controller id> <Array id> /*To change a controller state to failed*/


4. Physical remove and replace the failed controller

5. Change Failed controller to Unfailed
# amutil -c A <array id>


6. Change the LUNs ownership to the replaced controller
# amcfg -M <LUN id> -c <controller id> <array id> /*To change Lun ownership to the replaced controller*/
# 2  
Old 11-24-2009
Thanks for sharing!

All the best
# 3  
Old 11-24-2009
thankyou vbe!
i have a question about why I checked LUNs status after replaced that all luns only run on the controller A,no LUN runs on the controller B.

Can FC60 transfer LUNs to a normal controller when detected another controller failed or not normal itself.

Thank you!
# 4  
Old 11-24-2009
Not sure I understood...
If you were thinking of High availability capacities, though I dont dont know how (I always used XP/HDS subsystems...) it can be done If you believe (extract...):
Quote:
For high availability the hosts and disk arrays can be connected in any of the following
ways, with each connection of adapter and controller module creating a separate 2-node
Fibre Channel-AL:
• One disk array with two controller modules with each controller module connected to
a separate adapter in a single host
from http://h20000.www2.hp.com/bc/docs/su...5/lpg28375.pdf
page 104.
# 5  
Old 11-25-2009
Thank you VBE!
i've discussed this topic with my team mates.

Thanks again!
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Filesystems, Disks and Memory

DISK ARRAY PROTECTION SUSPENDED message displayed following disk replacement

Hello, On 4/20/2018, we performed a disk replacement on our IBM 8202 P7 server. After the disk was rebuilt, the SAS Disk Array sissas0 showed a status of degraded. However, the pdisks in the array all show a status of active. We did see a message in errpt. DISK ARRAY PROTECTION SUSPENDED. ... (1 Reply)
Discussion started by: terrya
1 Replies

2. Solaris

Disk controller reassignment

Hi The scenario in the oracle t4-1 hardware with solaris 10 is as follows: 1. The initial install on the server was performed with an incorrect disk layout. 2. New disks were ordered and slot into the server. 3. The disks are allocated a controller and a disk number based on the disk or... (13 Replies)
Discussion started by: kerrygold
13 Replies

3. Solaris

SUN 6540 Array with failed controller battery

Can someone point me to a procedure detailing the replacement of a failed battery in a SUN 6540 controller. Or describe the procedure. Thanks (1 Reply)
Discussion started by: USFE
1 Replies

4. Solaris

Changed disk controller -> drops into GRUB?!

I changed disk controller. Unplugged every disk, inserted another controller card, an IBM M1015. The disks are recognized in BIOS, and the controller card's BIOS shows up. But after that, I drop into GRUB and a prompt. That is all. How shall I solve this problem? I am thinking of booting from... (2 Replies)
Discussion started by: kebabbert
2 Replies

5. SCO

Change Disk controller in SCO 6.0.0

So today I tried to upgrade a customer from a Proliant with an HPSAS controller to an Intel server with a MEGASAS controller. First, I downloaded the megasas driver from SCO and installed it on the old system. Then I created a new Microlite Edge emergency boot cd with the new driver on it. I... (2 Replies)
Discussion started by: jgt
2 Replies

6. Solaris

Help needed to find out the disk controller for veritas disks

hi all i am using vxvm 5.1 on my sun blade 150 which is running with solaris 5.10. When i give the command "vxdisk list" it gives the following output # vxdisk list DEVICE TYPE DISK GROUP STATUS c0t0d0s2 auto:none - - online... (2 Replies)
Discussion started by: kingston
2 Replies

7. SCO

SCO 5.0.7 no root disk controller found error during install

I'm "attempting" to install SCO 5.0.7 on an HP ML370 G4 server and am ready to bash the keyboard with head now. I keep getting the error message "WARNING hd: no root disk controller found" when running the bootable install cd. I have a raid 5 array with an online spare created using 4 36.3 GB... (2 Replies)
Discussion started by: FrictionBurn
2 Replies

8. SCO

Warning HD: no root disk controller was found

hi... i hav a problem to install sco unix while installing sco unix 5.0.5 in acer altos with hardware raid am getting error "Warning HD: no root disk controller was found system error 5: while getting fs type flushing controller: DAC960PRL cache done." i hav use the following... (18 Replies)
Discussion started by: mselvaprakash
18 Replies

9. Shell Programming and Scripting

test: unknown operator status

hi I get test: unknown operator status if then echo "OK." return 0 else echo "not ok" 2>&1 exit -1 fi I tried to change "A" with 'A' --> same error I tried to change if , I am getting: (3 Replies)
Discussion started by: melanie_pfefer
3 Replies

10. Solaris

Controller target disk?

Hi, I am a newbie to Solaris. I want to know how to find out the controller target and disk number on a SunFire V890 box that has 6X72GB disks. The probe-scsi output is as shown below: /pci@8,600000/SUNW,qlc@2 LiD HA LUN --- Port WWN --- ----- Disk description ----- 0 0 0 ... (1 Reply)
Discussion started by: sudhir_shet
1 Replies
Login or Register to Ask a Question