- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: vgextend not respond
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 07:52 AM
07-11-2003 07:52 AM
vgextend not respond
I have a filsystem /u14 full. (100%)
Just 66 Mb free.
I need to extend the volumenGroup for increaze the space on filesystem on LogicalVolumen.
But, when i execute the next command line "vgextend vg04 /dev/dsk/cxtxdx" i don't know what is happening, because i don't have the prompt and i thing that the system is hangup.
Somebody can help me?
Thanks in advanced.
Pablo Salazar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 07:54 AM
07-11-2003 07:54 AM
Re: vgextend not respond
There may be a problem with the disks in your vg04. Look at the syslog.log file and see if you have any POWERFAILED or disk related errors.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 07:58 AM
07-11-2003 07:58 AM
Re: vgextend not respond
1. Unmount /u14
2. Check to see if vg04 has free extents
#vgdisplay -v /dev/vg04
3.Then try vgextent
4.Check if the disk drive has any errors.
HTH,
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 08:30 AM
07-11-2003 08:30 AM
Re: vgextend not respond
- try: # vgextend /dev/vg04 /dev/dsk/cxtxdx
if fails,
- is the cxtxdx a new disk?
- try: # vgdisplay -v /dev/vg04
- if cxtxdx already belongs to vg04, pls do a vgreduce to free this disk first(if cxtxdx ais new disk)
# vgreduce /dev/vg00 /dev/dsk/c2t2d0
then, try again,
# vgextend /dev/vg04 /dev/dsk/cxtxdx
regards
twang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 08:30 AM
07-11-2003 08:30 AM
Re: vgextend not respond
- try: # vgextend /dev/vg04 /dev/dsk/cxtxdx
if fails,
- is the cxtxdx a new disk?
- try: # vgdisplay -v /dev/vg04
- if cxtxdx already belongs to vg04, pls do a vgreduce to free this disk first(if cxtxdx ais new disk)
# vgreduce /dev/vg04 /dev/dsk/c2t2d0
then, try again,
# vgextend /dev/vg04 /dev/dsk/cxtxdx
regards
twang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 10:18 AM
07-11-2003 10:18 AM
Re: vgextend not respond
Check that your disk is ok.
Create pv on the disk.
Caesar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2003 10:25 AM
07-11-2003 10:25 AM
Re: vgextend not respond
Free Extents? Got milk?
lvdisplay /dev/dsk/cxtxdx
If its set to strict/contiguous, you may have an answer. It should not hang, it should delay and let you know there are not enough contiguous extents.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 08:17 AM
07-16-2003 08:17 AM
Re: vgextend not respond
After of some thinks, i have the problem with a FC Card Interfase.
So, i am waiting for replace for the Bad FC Card.
I will post the results.
Regards,
Pablo Salazar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2003 08:34 AM
07-16-2003 08:34 AM
Re: vgextend not respond
check /etc/lvmconf for being occupied with more space with *.old files, which might have caused file sytem full and not allowing to write VG configuration file for the new disk. Release some space under it and see.
Use pvcreate on the disk before adding to VG.
Srini
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-28-2003 10:27 AM
10-28-2003 10:27 AM
Re: vgextend not respond
I forget this Post, so my problem was resolved by changing the bad FC Card.
Thanks to all people for your responses.
Regards
Pablo Salazar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2007 12:18 PM
02-12-2007 12:18 PM