![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| HDD not recognised while trying to install Linux enterprise on HP laptop | kayode | Linux | 6 | 09-16-2008 07:33 AM |
| New hdd not being recognised properly by OS | wiggiesworld | UNIX for Dummies Questions & Answers | 1 | 06-03-2006 09:59 AM |
| During CD boot, hard disk does not get recognised | sjsowmya | AIX | 1 | 08-11-2005 05:55 AM |
| available disk space on disk device??? | alan | UNIX for Dummies Questions & Answers | 4 | 01-02-2004 03:06 AM |
| My network card wasn't recognised | IMOTEB | UNIX for Dummies Questions & Answers | 2 | 02-09-2002 02:26 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
New disk not being recognised
Hi,
I've replaced hdisk0 in a Blade server but am having problems re-enabling the mirror as it appears the configuration database is not recognising the new disk. The first 2 steps to re-enable the mirror fail: $ extendvg rootvg hdisk0 0516-008 extendvg: LVM system call returned an unknown error code (-271). 0516-792 extendvg: Unable to extend volume group. $ mirrorvg '-Q' '-m' rootvg hdisk0 0516-304 getlvodm: Unable to find device id 00000000000000000000000000000000 in the Device Configuration Database. 0516-014 mirrorvg: []: The physical volume appears to belong to another volume group. 0516-1200 mirrorvg: Failed to mirror the volume group. I checked lspv and this showed the new disk as available: $ lspv hdisk0 none None hdisk1 001016cc923411e7 rootvg active However if I try to display the hdisk0 I get the following error: $ lspv hdisk0 0516-304 : Unable to find device id hdisk0 in the Device Configuration Database. If I try to manually configure hdisk0 I get this message $ cfgmgr -l hdisk0 cfgmgr: 0514-604 Cannot access the CuDv object class in the Can anyone offer any suggestions as to what could be causing the problem? Thanks Gareth |
|
||||
|
Thanks everyone for your responses.
Quote:
Quote:
57231 $ oslevel 5.2.0.0 lspv output was already listed. Quote:
I've now removed this vg and lspv now shows different results $ lspv hdisk0 001016cc76879bc5 None hdisk1 001016cc923411e7 rootvg active $ lspv -l hdisk0 0516-320 : Physical volume 001016cc76879bc50000000000000000 is not assigned to a volume group. However, having done this I tried the extendvg command again but it didn't work. It has dawned on me that the instructions I was using were for v5.3 and this is on v5.2, however I can't find similar instructions for 5.2 to find out if they'd be any different. Gareth |
|
||||
|
The procedure for aix 5.3 and 5.2 are all the same. Most of the times AIX works w/o any problems ... there is something more to your problems here...
What is the error now when you tried extendvg ? Can you please post the following command outputs ... as you said "replaced a rootvg disk" you may have a ghost disk attached to rootvg. lsvg rootvg lsvg -l rootvg lsvg -p rootvg # If you see a pvid other than an hdisk , try a reducevg -f <pvid>. you may have to reduce the mirror copies if you had any. Regards, Kaps |
|
||||
|
Quote:
I believe the problem you're having is that your hdisk0 doesn't have a PVID assigned. Look at your lspv output, the second column for hdisk1 is the PVID. Try this.. chdev -l hdisk0 -a pv=yes Now your hdisk0 should have a PVID assigned and be ready to use. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|