Ticket #6 (closed defect: fixed)
Pb under lenny
| Reported by: | l.hubon@… | Owned by: | gandalf |
|---|---|---|---|
| Priority: | major | Milestone: | 1.0.0 |
| Component: | wiki | Version: | |
| Keywords: | Cc: |
Description
1 st :
On the server "lenny" adaptec-storage-manager-agent is installed and seems ok (ps axu) :
3132 pts/0 Sl 0:16 java -cp /usr/lib/adaptec-storage-manager/RaidMan.jar com.ibm.sysmgt.raidmgr.agent.ManagementAgent?
for me it seems to be OK, no alert in the log files.
on a client, linux or winXP :
the gui find a server under WinXP but not my server "lenny"
2 nd :
on the same server "lenny" aacraid-status is installed and seems to be OK (ps (axu) :
root 3412 0.0 0.0 3484 408 ? Ss 17:50 0:00 /usr/bin/daemon /etc/init.d/aacraid-statusd check_aacraid
root 3413 0.0 0.0 3976 1340 ? S 17:50 0:00 /bin/sh /etc/init.d/aacraid-statusd check_aacraid
but at the command aacraid-status i get this message :
-- Controller informations --
-- ID | Model | Status
c0 | IBM ServeRAID 8k-l | Optimal
-- Arrays informations --
-- ID | Type | Size | Status | Task | Progress
c0u0 | RAID1 | 139G | Optimal
Traceback (most recent call last):
File "/usr/sbin/aacraid-status", line 146, in <module>
arrayinfo = returnArrayInfo(output)
File "/usr/sbin/aacraid-status", line 68, in returnArrayInfo
return [type,status,size,members]
UnboundLocalError?: local variable 'type' referenced before assignment
The server "lenny" is a IBM X3400 (model 7976KJG) with no server X installed.
Thank you for your help.
Attachments
Change History
comment:2 Changed 12 months ago by escario@…
Hello,
I'm seeing the same bug in my system :
ii arcconf 6.50.18570-1 Adaptec AACRaid HBAs command line tool
# aacraid-status
-- Controller informations --
-- ID | Model | Status
c0 | Adaptec 3405 | Optimal
-- Arrays informations --
-- ID | Type | Size | Status | Task | Progress
Traceback (most recent call last):
File "/usr/sbin/aacraid-status", line 148, in <module>
arrayinfo = returnArrayInfo(output)
File "/usr/sbin/aacraid-status", line 69, in returnArrayInfo
members.append(splitter.split(line)[1].strip('(').strip(')'))
IndexError?: list index out of range
"arcconf GETCONFIG 1" returns a correct output.
What other info may I provide ?
Regards,Julien


Hello,
All Adaptec tools have been updated to release 6.50.18570.
It works fine here. Could you please give a try and tell me if it works better ?
Regards, Adam.