Maultier,
I thought possibly the same thing. Here is all the configuration and even me trying to remove the raid groups 0 and 1. The only two raid groups on here.
----------------------------
fcli> sg -h
setgroup/sg - Create or change the configuration of a RAID GROUP.
Usage: setgroup -h
setgroup raid_group_id <option> <disk-names>
setgroup raid_group_id <option>
<-l> Show raid group layout
setgroup raid_group_id <option> disk-names
<-exp> Start an expansion
<-defrag> Start a defragmentation
<-crg> Create a RAID Group
<-rrg> Remove a RAID Group
<-xl> Increase capacity on expansion
<-r> (0,1,2) Set expansion rate
<-er> (0,1) Remove/Set the explicit removal flag
<-o override-prompting>
08/11/2005 15:45:18
fcli>
fcli> sg 0
SP B LOOP ID 0x1 (1.)
Raid Group (hex): 0x00
State: RAID Group Valid without Explicit Removal
Number of LUNs: 1
LUNs: 0
Unit Type of LUNs: RAID-5 Group (Individual Access Array)
Number of Disks: 9
Disks: 0_0 0_1 0_2 0_3 0_4 0_5 0_6 0_7 0_8
Expansion Rate: 0
Free space: 0x17AB96FF sectors/fru, 1551254 MB total
Largest Contiguous Free space: 0x17AB96FF sectors/fru, 1551254 MB total
08/11/2005 15:45:31
fcli>
08/11/2005 15:45:31
fcli> sg 1
SP B LOOP ID 0x1 (1.)
Raid Group (hex): 0x01
State: RAID Group Valid without Explicit Removal
Number of LUNs: 1
LUNs: 1
Unit Type of LUNs: RAID-5 Group (Individual Access Array)
Number of Disks: 9
Disks: 1_0 1_1 1_2 1_3 1_4 1_5 1_6 1_7 1_8
Expansion Rate: 0
Free space: 0x1BDF3F7F sectors/fru, 1826623 MB total
Largest Contiguous Free space: 0x1BDF3F7F sectors/fru, 1826623 MB total
08/11/2005 15:45:43
fcli>
fcli> sg 1 -l
Layout of raid group 1:
LUN Size(mb) Logical Address Range Physical Addr. Range (per fru)
--- -------- --------------------- ------------------------------
PRI 286 FRU_PRIVATE SPACE 0x0000000 - 0x008EFFF
1 268240 0x0000000 - 0x20BE83FF 0x008F000 - 0x420C07F
08/11/2005 15:45:57
fcli>
08/11/2005 15:45:57
fcli> sg 0 -l
Layout of raid group 0:
LUN Size(mb) Logical Address Range Physical Addr. Range (per fru)
--- -------- --------------------- ------------------------------
PRI 286 FRU_PRIVATE SPACE 0x0000000 - 0x008EFFF
0 543609 0x0000000 - 0x425BC7FF 0x008F000 - 0x85468FF
08/11/2005 15:46:10
fcli>
fcli> sg 0 -rrg
Configuring RAID Group 0
08/11/2005 15:46:53
fcli> RB error full 0x50230101
part category 0x5 code 0x5023 error num 0x23 status 0x1 type 0x1
Raid Group configuration ERROR: Category 0x5 Num 0x23 Type 0x1
Sunburst Code: HOST_REMOVE_RG_ERROR_VALID_LUNS
Status recv'd opcode 0x8D status 0x50230101
08/11/2005 15:47:09
fcli> sg 1 -rrg
Configuring RAID Group 1
08/11/2005 15:47:12
fcli> RB error full 0x50230101
part category 0x5 code 0x5023 error num 0x23 status 0x1 type 0x1
Raid Group configuration ERROR: Category 0x5 Num 0x23 Type 0x1
Sunburst Code: HOST_REMOVE_RG_ERROR_VALID_LUNS
Status recv'd opcode 0x8D status 0x50230101
---------------------------------
Trying to remove the RAID groups gives me these errors. I have no idea what they mean. Almost as if because its a valid LUN it wont let me remove them. But I cannot remove the LUN's either. That gives me some where error I posted on the previous post.
Dave