Operating System - HP-UX
1751788 Members
5188 Online
108781 Solutions
New Discussion юеВ

Re: cannot access vg00 through sam, vgdisplay show error

 
SOLVED
Go to solution
Torsten.
Acclaimed Contributor

Re: cannot access vg00 through sam, vgdisplay show error

It's time to make it clear now ...

Is it LVOL13, LVOL3, or something else?
Is it in vg00?



Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Torsten.
Acclaimed Contributor

Re: cannot access vg00 through sam, vgdisplay show error

Please post the output of

# mount

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
DnD_1
Regular Advisor

Re: cannot access vg00 through sam, vgdisplay show error

hi thanks all for the help.

i will post all the information tomorrow

dont go awaaaaay !! :)
sen_ux
Valued Contributor

Re: cannot access vg00 through sam, vgdisplay show error

Hi All,
lvol3 can be extended if there is a free disk and free space available on root disk.Not sure whether it is supported/recommended.But it was success for me.

Steps Done.

1.Moved lvol4 to lvol8 to another disk using pvmove.
2.extended the lvol3 ( Online JFS )
3.moved back the lvols.(pvmove)

Rebooted and tested.All was fine.

Anybody tried this.
Can anybody suggest on this method.

Regards
sen
sreekanthtm
Trusted Contributor

Re: cannot access vg00 through sam, vgdisplay show error

Hi,

You can extend the / (root filesystem) /dev/vg00/lvol3 as decribed


1.Moved lvol4 to lvol8 to another disk using pvmove.
2.extended the lvol3 ( Online JFS )
3.moved back the lvols.(pvmove)

But this not a recommended method.....
And one more thing, here size of lvol3 is around 65MB. So you can extend lvol3 by a maximum of 65MB.
HP recommend to restore the ignite backup to extend root file system.
But before taking an ignite backup, make sure that your vg00 is error free..... Please post all the o/p as suggested by experts.....

Cheers
Sreekanth
sen_ux
Valued Contributor

Re: cannot access vg00 through sam, vgdisplay show error

Sreekanth,
>>>>And one more thing, here size of lvol3 is around 65MB. So you can extend lvol3 by a maximum of 65MB

Could you expalin this much better,?

/dev/vg00/lvol3 147456 140191 6867 95% /


sen
DnD_1
Regular Advisor

Re: cannot access vg00 through sam, vgdisplay show error

Hi all,

To simplify what i want to do,

The directory /home are located under lvol3, and it 95% full

$bdf
Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 147456 140191 6867 95% /

md2:/home$df -k .
/ (/dev/vg00/lvol3 ) : 147088 total allocated Kb
6409 free allocated Kb
140679 used allocated Kb
95 % allocation used

so i want to extend it, but vgdisplay show error as above.

# ll /dev/vg*/group
crw-r----- 1 root sys 64 0x000000 Jul 18 17:02 /dev/vg00/group
cr--r--r-- 1 root sys 64 0x010000 Jul 31 12:16 /dev/vg01/group
#

# mount
/ on /dev/vg00/lvol3 log on Thu Oct 9 14:04:34 2008
/stand on /dev/vg00/lvol1 defaults on Thu Oct 9 14:04:35 2008
/var on /dev/vg00/lvol8 delaylog,nodatainlog on Thu Oct 9 14:04:40 2008
/usr on /dev/vg00/lvol7 delaylog,nodatainlog on Thu Oct 9 14:04:40 2008
/tmp on /dev/vg00/lvol4 delaylog,nodatainlog on Thu Oct 9 14:04:40 2008
/storage on /dev/Vgstore/lvol1 delaylog,nodatainlog,nolargefiles on Thu Oct 9 14:04:40 2008
/opt on /dev/vg00/lvol6 delaylog,nodatainlog on Thu Oct 9 14:04:40 2008
/data on /dev/vg01/lvol1 delaylog,nodatainlog,nolargefiles on Thu Oct 9 14:04:40 2008
#



DnD_1
Regular Advisor

Re: cannot access vg00 through sam, vgdisplay show error

hi all,

my issue solved.

all i done is

# mv /etc/lvmtab /etc/lvmtab.save
# vgscan -v
# vgchange -a y vg00
# vgdisplay vg00

thanks !!
sreekanthtm
Trusted Contributor

Re: cannot access vg00 through sam, vgdisplay show error

OK.... gd job.
But freeup some space is /dev/vg00/lvol3 (root). Its already 95%, otherwise you would be fell down to even big issue.... :)

Sen,

Size of lvol4 is 65 MB. While creating Lvol's PE's allocated in serial manner. After lvol4, the immediate PE would be already allocated to some other LV. As root file system demands continuous allocation of PE you cannot exceed the size of lvol4 (Here it is 65MB). Otherwise you have to delete subsequent LV.

Rgds
Sreekatnh
sen_ux
Valued Contributor

Re: cannot access vg00 through sam, vgdisplay show error

Sreekanth,

I understood what 65 MB is.

What I have done is to move all LVs after lvol4..
ie..lvol3,lvol4,6,7,8 to another disk.

If enough space is there in the root disk, u can increase the size as much u want.

Thanks
sen