Integrity Servers
1752781 Members
6008 Online
108789 Solutions
New Discussion юеВ

Re: Breaking the SAS IR on integrity server

 
SOLVED
Go to solution
Akram Shaik
Frequent Advisor

Breaking the SAS IR on integrity server

Dear,

How do I break the Internal raid of SAS disks on a Integrity server .

I need them as two individual disks


Thanks and regards,
Akram
when everyting is coming your way then you are in the wrong lane
7 REPLIES 7
Matti_Kurkela
Honored Contributor

Re: Breaking the SAS IR on integrity server

Boot from the Offline Diagnostic Environment (ODE) CD that was supplied with the server. Go to EFI shell, and find the cfggen.efi tool from the ODE CD.

Run "cfggen list" to see the controller number(s) of the internal SAS controller(s).
Typically the first (or only) controller will be number 0.

Example: to delete the internal RAID configuration from controller 0, run:

cfggen 0 delete

MK
MK
Tim Nelson
Honored Contributor

Re: Breaking the SAS IR on integrity server

boot to EFI shell and use drvcfg to manage SAS controller.

something like drvcfg ├в s 22 25

depending on your configuration.

Tim Nelson
Honored Contributor

Re: Breaking the SAS IR on integrity server

Another option.

From HPUX
sasmgr get_info -D /dev/sasd0

man sasmgr for more details.



George Genov
Frequent Advisor

Re: Breaking the SAS IR on integrity server

Hi,

You can go in EFI shell and start drvcfg -s adn it should start SAS cfg utility and from there you can delete the IR volume.

But doing that you will destroy all your data.

BR

George
kris rombauts
Honored Contributor
Solution

Re: Breaking the SAS IR on integrity server

Akram,

the complete and correct order to make sure the drvcfg command is given the right driver instance id is run these commands:

- from EFI shell run the 'drivers' command
This is to find the controller id of the
LSI SAS controller. It will look simmilar
to this output (depends on server and
config) The number next to the LSI SAS
controller (in this case 22) is what you
need to look after.

Shell> drivers
T D
D Y C I
R P F A
V VERSION E G G #D #C DRIVER NAME IMAGE NAME
== ======== = = = == == =================================== ===================
16 00000020 B - - 6 18 PCI Bus Driver PciBus
22 02010400 B X X 1 2 LSI Logic Fusion MPT SAS Driver PciROM:02:01:00:001


- run drvcfg 'xx' -s
'xx' is the number you found in the first
step. The utility will start then.


As mentioned before, this will destroy your data, there is no method on this controller to split a mirror disk and go back to one single disk while keeping the data.


HTH, Kris
Akram Shaik
Frequent Advisor

Re: Breaking the SAS IR on integrity server

Hi Kris,Tim..

Apologies for late reponse
Thanks for the information.. destroying the data in the disks is not a problem as I am already booting the server form SAN storage. So safe on that aspect

The breaking of the IR volumes is scheduled next week.. I will let know once done succesfully..


thanks for the inputs..

TC..

regards,
Akram



when everyting is coming your way then you are in the wrong lane
Torsten.
Acclaimed Contributor

Re: Breaking the SAS IR on integrity server

You should be able to remove the RAID online if no longer in use via the sasmgr utility, see

http://docs.hp.com/en/J6369-90070/index.html

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!