- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- activate vg
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
03-01-2004 07:10 PM
03-01-2004 07:10 PM
activate vg
Class I H/W Path Driver S/W State H/W Type Description
================================================================
disk 10 10/4/4.0.3 disc3 CLAIMED DEVICE DGC C2300WD
/dev/dsk/c1t0d3 /dev/rdsk/c1t0d3
/dev/floppy/c1t0d3 /dev/rfloppy/c1t0d3
ioscan -fnCdisk /dev/dsk/c2t1d3
Class I H/W Path Driver S/W State H/W Type Description
=================================================================
disk 7 10/4/12.1.3 disc3 CLAIMED DEVICE DGC C2300WD
/dev/dsk/c2t1d3 /dev/rdsk/c2t1d3
/dev/floppy/c2t1d3 /dev/rfloppy/c2t1d3
vgchange -a y vg_home1
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk
/c1t0d3":
I/O error
vgchange: Warning: Couldn't attach to the volume group physical volume "/dev/dsk
/c2t1d3":
I/O error
vgchange: Warning: couldn't query physical volume "/dev/dsk/c1t0d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query physical volume "/dev/dsk/c2t1d3":
The specified path does not correspond to physical volume attached to
this volume group
vgchange: Warning: couldn't query all of the physical volumes.
vgchange: Couldn't activate volume group "vg_home1":
Quorum not present, or some physical volume(s) are missing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:12 PM
03-01-2004 07:12 PM
Re: activate vg
If you do a "diskinfo" on the disks, do you get sensible information?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:16 PM
03-01-2004 07:16 PM
Re: activate vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:21 PM
03-01-2004 07:21 PM
Re: activate vg
Could it be that the disks have bad blocks.
try a diskinfo -v /dev/rdsk/c?t?d?
And dd if=/dev/dsk/c?t?d? of=/dev/null bs=4096k
If not you can mv /etc/lvmtab /etc/lvmtab.org and # vgscan -v -p -a | more
if ok vgscan -v -a
If not you can try vgcfgrestore to the disks, before activating.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:35 PM
03-01-2004 07:35 PM
Re: activate vg
dd if=/dev/dsk/cxtxdx of=/dev/zero bs=1024k
You should see equal number of blocks in and out without any error.
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:41 PM
03-01-2004 07:41 PM
Re: activate vg
dd read error:I/O error
0+0 records in
0+0 records out
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:43 PM
03-01-2004 07:43 PM
Re: activate vg
diskinfo /dev/rdsk/c2t1d3
diskinfo /dev/rdsk/c1t0d3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:48 PM
03-01-2004 07:48 PM
Re: activate vg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:51 PM
03-01-2004 07:51 PM
Re: activate vg
I think some hardware problem in ur Disk Arry
u try out command
diskinfo -v /dev/rdsk/cXtXdX
Thanx
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:51 PM
03-01-2004 07:51 PM
Re: activate vg
diskinfo:can't open /dev/rdisk/c2t1d3
-------
try with /dev/rdsk/c2t1d3
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:52 PM
03-01-2004 07:52 PM
Re: activate vg
diskinfo /dev/rdsk/c2t1d3
diskinfo /dev/rdsk/c1t0d3
Perhaps you can tell us more about your system?
When was it last rebooted?
When was it last used successfully?
Have any changes been made recently?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:55 PM
03-01-2004 07:55 PM
Re: activate vg
diskinfo: can't open /dev/rdisk/c2t1d3:NO such file or directory
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:58 PM
03-01-2004 07:58 PM
Re: activate vg
pl. try,
rdsk
and not,
rdisk
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:58 PM
03-01-2004 07:58 PM
Re: activate vg
diskinfo /dev/rdsk/c2t1d3
SCSI describe of /dev/rdsk/c2t1d3:
vendor: DGC
product id: C2300WD
type: direct access
size: 17416350 Kbytes
bytes per sector: 512
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 08:02 PM
03-01-2004 08:02 PM
Re: activate vg
dd read error:I/O error
0+0 records in
0+0 records out
----
Since you got the error for other disk too, do a diskinfo again,
diskinfo -v /dev/dsk/c1t0d3
Is it a internal or external disk?? Mostly I think the disk has some bad blocks. Do you have spare disks and backup???
-Karthik S S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 08:17 PM
03-01-2004 08:17 PM
Re: activate vg
it is autoraid disk array
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 08:25 PM
03-01-2004 08:25 PM
Re: activate vg
You could try an insf -e .Since you got a no such file or dir on the diskinfo command.
Gideon