disks broke?


 
Thread Tools Search this Thread
Operating Systems AIX disks broke?
# 1  
Old 11-23-2006
disks broke?

hay

I'm new in the AIX-environment. Right now i'm testing some stuff out. But i can't test the LVM-part which is (to me) very important. I have 2 disks in my testmachine but it seems only 1 is working wel. I'll show you the output below of the disks...
hdisk0 = in good condition
hdisk2 = broke???

# lspv
hdisk0 00086939bd9ffc58 rootvg active
hdisk2 00086939fbf7df92 None

# lscfg -vl hdisk2
hdisk2 P1/Z1-A6 16 Bit LVD SCSI Disk Drive (18200 MB)

Manufacturer................IBM
Machine Type and Model......DDYS-T18350N
FRU Number..................07N3776
ROS Level and ID............53393348
Serial Number...............4EY72879
EC Level....................F79851
Part Number.................07N3811
Device Specific.(Z0)........000003029F00013A
Device Specific.(Z1)........07N4921
Device Specific.(Z2)........0933
Device Specific.(Z3)........00285
Device Specific.(Z4)........0001
Device Specific.(Z5)........22
Device Specific.(Z6)........F79851

# lsdev -Cc disk
hdisk0 Available 10-60-00-5,0 16 Bit LVD SCSI Disk Drive
hdisk1 Defined 10-60-00-4,0 Other SCSI Disk Drive
hdisk2 Available 10-60-00-6,0 16 Bit LVD SCSI Disk Drive

# lsattr -El hdisk2
pvid 00086939fbf7df920000000000000000
Physical volume identifier False
queue_depth 3 Queue DEPTH False
size_in_mb 18200 Size in Megabytes False
max_transfer 0x40000
Maximum TRANSFER Size True
unique_id 23084EY728790CDDYS-T18350N03IBMscsi Unique device identifier False
PR_key_value none N/A True
reserve_policy single_path N/A True
PCM PCM/friend/scsiscsd N/A True
dvc_support Device Support False
algorithm fail_over Algorithm True

when running diag on the disk:
A PROBLEM WAS DETECTED ON do 23 nov 14:48:11 2006 801014

The Service Request Number(s)/Probable Cause(s)
(causes are listed in descending order of probability):

63C-132: A Disk Drive hardware error occurred.
hdisk2 FRU: 07N3776 P1/Z1-A6
16 Bit LVD SCSI Disk Drive (18200 MB)

Use Enter to continue.

when trying to make a vg and include this disk:

# mkvg testvg hdisk2
0516-306 mkvg: Unable to find physical volume testvg in the Device
Configuration Database.
0516-862 mkvg: Unable to create volume group.


Is this disk really broke? Is it really the disk?

thanks for replying!

cheerz
# 2  
Old 11-23-2006
Quote:
Originally Posted by kvanelshocht
when trying to make a vg and include this disk:

# mkvg testvg hdisk2
0516-306 mkvg: Unable to find physical volume testvg in the Device
Configuration Database.
0516-862 mkvg: Unable to create volume group.
from mkvg man page:

Code:
-y VolumeGroup Specifies the volume group name rather than having the name
generated automatically. Volume group names must be unique system wide and can
range from 1 to 15 characters. The name cannot begin with a prefix already
defined in the PdDv class in the Device Configuration database for other
devices. The volume group name created is sent to standard output.

Try this:

Code:
mkvg -y newvg hdisk2

Regards.
# 3  
Old 11-23-2006
my bad... it's because i was too fast... this is the right output

# mkvg -y testvg hdisk2
0516-1182 mkvg Open Failure on hdisk2.
0516-862 mkvg: Unable to create volume group.

i think there are enough error messages in my previous post to rely on...

cheerz
# 4  
Old 11-23-2006
have you tried a "rmdev" and after that a "cfgmgr"?
# 5  
Old 11-23-2006
yes, but that was a "no go"...
it's weird that AIX can read so many details from the disk, but is not able to use it...

cheerz
# 6  
Old 11-23-2006
Yes that's weird...
- What does errpt (-a) say?
- And, what does "no go" mean? Gets "stalled" or something?
- Are there any other disk on the same controller?
- That disk already has a PVID, have you tried an importvg? (though it really looks like a HW issue Smilie)
# 7  
Old 11-24-2006
Quote:
Originally Posted by grial
Yes that's weird...
- What does errpt (-a) say?
- And, what does "no go" mean? Gets "stalled" or something?
- Are there any other disk on the same controller?
- That disk already has a PVID, have you tried an importvg? (though it really looks like a HW issue Smilie)
errpt (errpt -a -N hdisk2 > hdisk2log.log) tells me a lot. many disk operation errors it seems...

when i do a rmdev of this disk and then a cfgmgr, aix recognizes the disk and configures it properly, but it's still not possible to use the disk...

there is another disk on the controller, the hdisk0. Everything ok with this disk, so it won't be the controller i guess?

i've already tried an importvg with as result:

# importvg hdisk2
0516-024 lqueryvg: Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
0516-024 lqueryvg: Unable to open physical volume.
Either PV was not configured or could not be opened. Run
diagnostics.
0516-1140 importvg: Unable to read the volume group descriptor area
on specified physical volume.

I think that this disk is really dead... although it stays weird :-)

cheerz
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. Solaris

LDAP broke after patching

Greetings...My first post here... I am facing issue on a x86 Solaris server, running on VMWare. We have to install latest patch cluster. I took a snapshot (on VMWare side), so we have backup copy. Downloaded and installed latest patch cluster. Post patching, I am not able to login on server with... (3 Replies)
Discussion started by: ron323232
3 Replies

2. Solaris

Ssh connection broke after patching

Hi, I have a user - e3t3user on two Solaris-10 servers. We did patching source server and after that e3t3user is not able to ssh from one server to another. Passwordless ssh connection is setup between both servers (with ssh keys share). I am not able to figure out, where it is failing. Here is... (1 Reply)
Discussion started by: solaris_1977
1 Replies

3. AIX

X Forwarding broke

X Forwarding has quit working on only 2 of our AIX Servers. ssh -X -vvv host That shows it requesting the X11 forward auth spoofing. No errors. echo $DISPLAY shows the display variable However when I execute xclock.... nothing... Kinda like it just hangs and for some reasons it does... (1 Reply)
Discussion started by: Gibby13
1 Replies

4. Shell Programming and Scripting

Have a find/replace perl script thats broke

Hello Folks, #!/usr/bin/perl use File::Find; open F,shift or die $!; my %ip=map/(\S+)\s+(\S+)/,<F>; close F; find sub{ if( -f ){ local @ARGV=($_); local $^I=""; while( <> ){ !/#/ && s/(\w+)\.fs\.rich\.us/$ip{$1}/g; print; } }... (8 Replies)
Discussion started by: richsark
8 Replies

5. Solaris

GNU libjpeg broke cde-login over XDMCP

Hi all, I was building x11vnc on Solaris 10 SPARC and needed libjpeg, so I built and installed that in the right path /usr/sfw/lib. Now I can't get the dtgreet screen on my local network using XDMCP. I strongly suspect the library installation broke something (conflict with libjpeg in /lib or... (2 Replies)
Discussion started by: deSitter
2 Replies

6. UNIX for Advanced & Expert Users

i broke CDE

i honestly dont know what i did... considering i did many things... but now when i run a tightvnc session, i don't get the CDE desktop anymore, i get something that looks like an empty screen with a single terminal window... to make things worse, i can't do anything with that terminal window. it... (2 Replies)
Discussion started by: xyyz
2 Replies

7. UNIX for Dummies Questions & Answers

Changed the hostname/IP and broke it (AIX)

A buddy of mine bought an older RS/6000 CAD workstation runing AIX to learn on, and had me put it on his LAN at home. I used smit to change the hostname/IP. After a reboot I try to login, and get a message saying that DTMessage cannot start, and gives a changed hostname as one of the possible... (3 Replies)
Discussion started by: 98_1LE
3 Replies

8. UNIX for Dummies Questions & Answers

I think I broke it....

I was trying to install gcc on my solaris 2.6 box... and I kept encountering an error that was probably due to the lack of allocated space to the /var/spool/pkg... For some reason... I'm still trying to figure this out... I make symbolic links to every instace of /spool I could find... I then... (3 Replies)
Discussion started by: xyyz
3 Replies
Login or Register to Ask a Question