access data from a new disk was assigned another rootvg


 
Thread Tools Search this Thread
Operating Systems AIX access data from a new disk was assigned another rootvg
# 1  
Old 07-05-2012
access data from a new disk was assigned another rootvg

Hello,

I try to access to data after connect a new disk (hdisk1) to a AIX 7.1 system
This new disk was assigned to a rootvg from another AIX 6.1 system.

It seem not assigned to any vg

Quote:
# lspv
hdisk0 00c80d35517d435f rootvg active
hdisk1 00c80d35577935af None
but if I tried to assigned hdisk1 to rootvg i get :

Quote:
# extendvg rootvg hdisk1
0516-1398 extendvg: The physical volume hdisk1, appears to belong to
another volume group. Use the force option to add this physical volume
to a volume group.
0516-792 extendvg: Unable to extend volume group.
Data seem to be always here ... ouf ;-)
Quote:
lqueryvg -p hdisk1 -At
0516-320 lqueryvg: Physical volume hdisk1 is not assigned to
a volume group.
Max LVs: 256
PP Size: 28
Free PPs: 1
LV count: 44
PV count: 1
Total VGDAs: 2
Conc Allowed: 0
MAX PPs per PV 1016
MAX PVs: 32
Quorum (disk): 1
Quorum (dd): 1
Auto Varyon ?: 1
Conc Autovaryo 0
Varied on Conc 0
Logical: 00c80d3500004c0000000127194dec97.1 hd5 1
00c80d3500004c0000000127194dec97.2 hd6 1
00c80d3500004c0000000127194dec97.3 hd8 1
00c80d3500004c0000000127194dec97.4 hd4 1
00c80d3500004c0000000127194dec97.5 hd2 1
00c80d3500004c0000000127194dec97.6 hd9var 1
00c80d3500004c0000000127194dec97.7 hd3 1
00c80d3500004c0000000127194dec97.8 hd1 1
00c80d3500004c0000000127194dec97.9 hd10opt 1
00c80d3500004c0000000127194dec97.10 hd11admin 1
00c80d3500004c0000000127194dec97.11 fwdump 1
00c80d3500004c0000000127194dec97.12 lg_dumplv 1
00c80d3500004c0000000127194dec97.13 livedump 1
00c80d3500004c0000000127194dec97.14 fslv00 1
00c80d3500004c0000000127194dec97.15 fslv01 1
00c80d3500004c0000000127194dec97.16 fslv02 1
00c80d3500004c0000000127194dec97.17 fslv03 1
I don't want to loose data, but how can I access them in this new system ?

Thanks
# 2  
Old 07-05-2012
Quote:
Originally Posted by Voran
It seem not assigned to any vg
Yes: it is not assigned to a VG in this system. The information about which disk belongs to which volume group is stored on the disk (the LVCB, etc.) but maintained in the ODM. Operations like importvg read the information stored on the disk to (re-)build the ODM information. synclvodm try to solve conflicts in the case of these two data sets becoming unsynchronized.

Do an importvg without the "-L" (learning) option. naming conflicts will be automatically resolved. You can tell from a PVID being shown in the output of lspv that the disk has to have been part of a VG already. This PVID is also stored on the disk and - by importing the VG - copied into the ODM.

Quote:
but if I tried to assigned hdisk1 to rootvg
Be glad that this won't work: by assigning a PV to a VG the volume is reformatted. This - if successful - would have erased all the data you wanted to import.

A further hint: after importing the VG check /etc/filesystems. Mount points are part of the FS properties and accordingly this file (which is also a representation of ODM information) is updated. Still, you probably might not want the mount points automatically assigned by the system to resolve the conflicts. Therefore, before the mount -a do override the mount points there.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 3  
Old 07-05-2012
Thanks Bakunin,

When tried importvg i get an error about VGDA, could you help me ?

Code:
importvg hdisk1
0516-1939 : PV identifier not found in VGDA.
0516-780 importvg: Unable to import volume group from hdisk1.

Moderator's Comments:
Mod Comment edit by bakunin: Please view this code tag video for how to use code tags when posting code and data.
# 4  
Old 07-05-2012
hmm, the VGDA (volume group descriptor area) is also part of the aforementioned information on the disk, which is copied to and maintained in the ODM. Something seems to have gone wrong. Without exactly knowing the details it is hard to advise specifically, though. The following is as generic as possible.

First, make sure you get your ODM clean: disconnect the disk, run cfgmgr and (out of pure paranoia) a synclvodm. You can also reboot the system instead, if this is possible.

Reconnect the disk, run cfgmgr again and then try a recreatevg. If this doesn't work probably some accounting information on the disk is damaged. To rebuild a a damaged VGDA is possible in principle (there are two copies of it on every PV in the VG, so the chance of finding one working copy and distributing this is intact), but is not an easy task. There are several how-tos about this circulating in the net. It is probably easier to restore the data in question from some backup, though.

I hope this helps.

bakunin
This User Gave Thanks to bakunin For This Post:
# 5  
Old 07-05-2012
Thanks a lot

It's a success Smilie

After :

- disconnect disk
- cfgmr
- importvg (same error with vgid)
- recreatevg -y newvg hdisk1 (ok)

And data is accessible !

Thanks again

Voran
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Command assigned to a variable is failed or not having any data - error

Hi, My command is getting stuck while running it. observed that the grep command doesn't returned any data ($? was 1) and it failed. This command is assigned into the variable and used in other command as script progresses. To continue the script output, i have to press ^C twice and script... (2 Replies)
Discussion started by: abhii
2 Replies

2. AIX

VIOS: Extend virtual disk assigned to running lpar?

Hello, VIOS 2.2.1.4 using IVM. I'm trying to extend a virtual disk assigned to a running lpar so that I can expand the lpar's datavg and grow some filesystems for the user. Storage admin expanded the lun and new size was reflected in VIO right away. I then needed the storage pool to... (2 Replies)
Discussion started by: j_aix
2 Replies

3. AIX

vio server's rootvg disk migratepv

Hi I need to do the migratepv for the rootvg disks of the vio servers ? The current rootvg disks are on DMX3 storage and the new disks will be given from VMAX. Our setup is dual vio servers with multipathing to the vio clients. What is the command to do the migratepv for the vio rootvg disks... (5 Replies)
Discussion started by: newtoaixos
5 Replies

4. Solaris

Changed to AHCI, can not access disk???

Here is my problem: I have an 1.5TB disk with OpenSolaris (b134, b151a) using non AHCI. I then changed to AHCI in BIOS, which results in severe problems: I can not boot the system. I suspect the problem is because I changed to AHCI. Now I have changed back to non AHCI, but still I can not... (0 Replies)
Discussion started by: kebabbert
0 Replies

5. Shell Programming and Scripting

How to split a data assigned to a variable

The requirement is, there is a log file which contains a huge data. i need to get a particular field out of it by searching with another field. ex: 2011-03-28 13:00:07,423 : millis=231 q={ call get_data_account(?,?,?,?,?) }, params= i need to search for the word "get_data_account" in file... (1 Reply)
Discussion started by: Jassz
1 Replies

6. Linux

C++ Code to Access Linux Hard Disk Sectors (with a LoopBack Virtual Hard Disk)

Hi all, I'm kind of new to programming in Linux & c/c++. I'm currently writing a FileManager using Ubuntu Linux(10.10) for Learning Purposes. I've got started on this project by creating a loopback device to be used as my virtual hard disk. After creating the loop back hard disk and mounting it... (23 Replies)
Discussion started by: shen747
23 Replies

7. AIX

Erase AIX rootvg system disk

Hello all, I need help for erasing IBM P5 machine running AIX 5.3. I have 2 system disks (Hardware mirror) and i'm looking for a way like a LIVE CD bootable CD so I can boot with the cd and then format the system disks with a "secure erase" software. (7 Replies)
Discussion started by: kobi gabai
7 Replies

8. AIX

AIX 5.2/5.3 - rootvg on SAN disk - pros and cons

We are considering a DR strategy of booting AIX 5.3 and 5.3 logical partitions from EMC Symmetrix SAN disks, so that we can replicate via SRDF to a recovery site. Has anyone tried configuring AIX 5.x systems to boot from SAN disk? If so, can you provide any information on the pros and cons of... (6 Replies)
Discussion started by: jjgarrot
6 Replies

9. AIX

Anyone know how to access rootvg?

I'm trying to troubleshoot an issue with an AIX system here. I have no experience with system administration of IBM stuff. Our local admin is ... um ... not available at this time. I found something online that said enter service mode - How the heck do I do that??? Why is IBM stuff lack proper... (2 Replies)
Discussion started by: bbbngowc
2 Replies

10. Programming

Direct disk access

Is there any way to write to disk sector by sector, without any files, filesystems etc. I did that in DOS, but that was DOS. (3 Replies)
Discussion started by: Lopatonosec
3 Replies
Login or Register to Ask a Question