- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: VG03 not responding
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
08-06-2001 03:37 AM
08-06-2001 03:37 AM
VG03 not responding
what could possible be wrong when i get this message on boot up.
/dev/vg03/... not responding
the disk where vg03 is placed is on a disk storage connected through a scsi cable.
Hp-UX version 10.20
Please help ...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 03:39 AM
08-06-2001 03:39 AM
Re: VG03 not responding
What's the status when you use:
ioscan -fnCdisk
Rgds, Robin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 03:51 AM
08-06-2001 03:51 AM
Re: VG03 not responding
look into yout /etc/lvmrc file at the custom_vg_activation()
funtion.
If you don't find vg03 in there insert it in the following form:
/sbin/vgchange -a y -s vg03
This should actiovate vg03 at boot time.
regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2001 07:16 AM
08-06-2001 07:16 AM
Re: VG03 not responding
is the vg activated??
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 07:26 AM
08-07-2001 07:26 AM
Re: VG03 not responding
try to change the vg group using the vgchange -a -y /dev/vg03
and mount your filesystem after that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 07:37 AM
08-07-2001 07:37 AM
Re: VG03 not responding
Use
#ioscan -fnC disk to confirm the disk in question is claimed by HPUX.
If disk is ok, use vgchange -a y vg03 to activate the vg and then mount it (mountall)
Thanks
Prashant Deshpande.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2001 07:41 AM
08-07-2001 07:41 AM
Re: VG03 not responding
1. Try ioscan -fnkC disk
2. Run pvdisplay on that disk pvdisplay -v /dev/dsk/...
3. vgchange -a y /dev/vg03
4. if it is mirrored then run vgsync.
Good luck
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-15-2001 09:02 PM
08-15-2001 09:02 PM
Re: VG03 not responding
Find out the disks in this volume group by either looking in /etc/lvmconf or by strings /etc/lvmtab
Then do a diskinfo on the character device file to see if the disk is ok. You can use ioscan,lssf commands etc.,. This could mostly be a physical problem on the disk. If so, you need to do an export and create the volume group with new disks and restore data. If it is mirrored (I don't think it is the case), you can replace the disk and do a vgcfgrestore, remove the mirrors on the disk and recreate them (vgsync doesn't do well most of the times)