Active IQ Unified Manager Discussions
Active IQ Unified Manager Discussions
Hi.
The server does not have the a internet connection to asup.
When the user has added some new disks shelves.
Now it comes back with an error.
I know that you have to ad a line to the New_diskmodels.txt file.
But the problem is that i need the numbers for those disks.
Any one that has a good way of getting the numbers without looking in the disk management console?
Web page ?
I know that OCI connects to Netapp to fetch this info if you have internet connection.
Can one fetch information form there manualy?
Regards
Jonas.
Solved! See The Solution
You have a lucky day today. I already have one model in our environment and I modified another based on the similar model here. Add these lines in new_disk_models.txt file:
DKR2D-H3R0SS,Hitachi,DKR2D-H3R0SS,,7200,3000,SAS,,,,
DKR5D-J600SS,Hitachi,DKR5D-J600SS,10000,600,SAS,,,,
Force acquisition the data source and let me know the result.
Hi Jonas,
If you know the missing disk models (which you probably get from OCI server event log), you can google the same to get the required info (assuming that you have internet connection on some other system/laptop) or you that mention that model here. I am sure anyone from this community will provide you required info to fill into that text file.
Thanks
Sunil
Yes i tyed to google it , but nothing matches.
The diskmoddels ar:
New Disk Model : DKR2D-H3R0SS
New Disk Model : DKR5D-J600SS
Regards
Jonas
You have a lucky day today. I already have one model in our environment and I modified another based on the similar model here. Add these lines in new_disk_models.txt file:
DKR2D-H3R0SS,Hitachi,DKR2D-H3R0SS,,7200,3000,SAS,,,,
DKR5D-J600SS,Hitachi,DKR5D-J600SS,10000,600,SAS,,,,
Force acquisition the data source and let me know the result.
Many thanks.
Regards
Jonas
Hi Sunil,
i try to add this line in me server:
X308_HMARK03TSSM,Hitachi,X308_HMARK03TSSM,,7200,3000,SAS,,,,
this disk infomation is:
46X9931
Hitachi: 3TB 7.2K rpm
X308_HMARK03TSSM
NA00
i take this from the google,
and i get this error on the OCI:
can you assist ???
The correct entry is:
Here is the entry that is in the latest diskmodel.jar file.
X308_HMARK03TSSM,HITACHI,X308_HMARK03TSSM,7200,3000,SATA,,200.0,750.0,# 22397 http://now.netapp.com/NOW/download/tools/diskqual/
you have one too many commas between the the model and 7200.
Thanks all for the info.
@Kerick how can you read something from the Diskmodel.jar File?
if there is , this is the way i was looking for originaly.
Regards
Jonas
Hi Jonas,
You can extract (using winzip or 7zip) the jar file and you will get a text file. Open that with some advanced notepads like notepad++ to read the content.
Note: Copy the .jar to some temporary location then perform above step. Also editing the original content is not advisable.
Thanks