Ask a Question related to Linux / Unix Administration, Design and Development.
-
pinslayer22@hotmail.com #1
Lost volume group on aix 4.3.3
After a weekly reboot of the server we received the following error:
----------------------------------------------------------------------
LABEL: SCSI_ERR10
IDENTIFIER: 0BA49C99
Date/Time: Sun Aug 1 01:05:54
Sequence Number: 39621
Machine Id: 00078F1F4C00
Node Id: xxxxxxxx
Class: H
Type: TEMP
Resource Name: scsi1
Resource Class: adapter
Resource Type: sym896
Location: 10-88
Description
SCSI BUS ERROR
-----------------------------------------------------------------------
No immediate cause for the error was found and the server was rebooted
again. The original hdisk2 was flagged as "defined" and a new hdisk4
was added. The location and serial numbers for hdisk2 and hdisk4 are
the same. hdisk4 is flagged as available. Now I cannot mount a
filesystem that was contained on the volume group on hdisk2. When I
try to mount the filesystem a get the following message:
mount: 0506-324 Cannot mount /dev/sourcelv on /source: There is a
request to a device or address that does not exist.
I am no longer seeing the scsi error in the error and it appears that
the physical drive is fine. There is data in the volume group that I
need to recover and I would like to try and do it without resorting to
an old backup.
Any suggestions?
Thanks.
pinslayer22@hotmail.com Guest
-
Add a disk to rootvg - error: unable to extend volume group
I install several new SCSI disk on my AIX5.2 machine. My aim is to add 2 of these disks to rootvg. (by using extendvg) I already got hdisk0 to... -
Cloning a user Volume Group
I have 2 B80's running AIX5.2, each with a disk array(same number of same size disks). One machine has been setup with 2 VG's rootvg and datavg. The... -
when volume changes a beep sounds at the new volume
A beep sounds every time a change the volume. I have turned off all the windows sounds in control pannel -> Sounds. I've looked in every other... -
Volume Group Migration Question
Hello all, We have a p6000 e server running AIX 5.1.0.0 patch 5100-03. We have a large Volume Group consisting of multiple smaller logical volumes... -
mksysb restore fails: Could not copy volume group information to the disk
Hi everybody, we have a problem restoring from mksysb system backup on a 7026-6M1. The restore starts normally but at 83% appears a message ... -
Doug Freyburger #2
Re: Lost volume group on aix 4.3.3
[email]pinslayer22@hotmail.com[/email] wrote:
importvg hdisk4>
> After a weekly reboot of the server we received the following error:
>
> ----------------------------------------------------------------------
> LABEL: SCSI_ERR10
> IDENTIFIER: 0BA49C99
>
> Date/Time: Sun Aug 1 01:05:54
> Sequence Number: 39621
> Machine Id: 00078F1F4C00
> Node Id: xxxxxxxx
> Class: H
> Type: TEMP
> Resource Name: scsi1
> Resource Class: adapter
> Resource Type: sym896
> Location: 10-88
>
> Description
> SCSI BUS ERROR
> -----------------------------------------------------------------------
>
> No immediate cause for the error was found and the server was rebooted
> again. The original hdisk2 was flagged as "defined" and a new hdisk4
> was added. The location and serial numbers for hdisk2 and hdisk4 are
> the same. hdisk4 is flagged as available. Now I cannot mount a
> filesystem that was contained on the volume group on hdisk2.
It should restore the logical volumes that were on hdisk2 to hdisk4.
The problem will occur again. Order a replacement drive before it> I am no longer seeing the scsi error in the error and it appears that
> the physical drive is fine.
fails permanently. Schedule an outage to move the data and replace
the drive that has already failed. Using importvg is only a
stopgap until then.
Doug Freyburger Guest
-
Steve Nottingham #3
Re: Lost volume group on aix 4.3.3
[email]pinslayer22@hotmail.com[/email] wrote in message news:<b213c76a.0408011811.40d84f54@posting.google. com>...
Are any filesystems mounted that exist on hdisk2 or hdisk4 ? If not, run:> After a weekly reboot of the server we received the following error:
>
> ----------------------------------------------------------------------
> LABEL: SCSI_ERR10
> IDENTIFIER: 0BA49C99
>
> Date/Time: Sun Aug 1 01:05:54
> Sequence Number: 39621
> Machine Id: 00078F1F4C00
> Node Id: xxxxxxxx
> Class: H
> Type: TEMP
> Resource Name: scsi1
> Resource Class: adapter
> Resource Type: sym896
> Location: 10-88
>
> Description
> SCSI BUS ERROR
> -----------------------------------------------------------------------
>
> No immediate cause for the error was found and the server was rebooted
> again. The original hdisk2 was flagged as "defined" and a new hdisk4
> was added. The location and serial numbers for hdisk2 and hdisk4 are
> the same. hdisk4 is flagged as available. Now I cannot mount a
> filesystem that was contained on the volume group on hdisk2. When I
> try to mount the filesystem a get the following message:
>
> mount: 0506-324 Cannot mount /dev/sourcelv on /source: There is a
> request to a device or address that does not exist.
>
> I am no longer seeing the scsi error in the error and it appears that
> the physical drive is fine. There is data in the volume group that I
> need to recover and I would like to try and do it without resorting to
> an old backup.
> Any suggestions?
> Thanks.
rmdev -dl hdisk2
rmdev -dl hdisk4
cfgmgr
mount all
Steve Nottingham Guest



Reply With Quote

