- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cant use disks previously part of volume group
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
02-01-2005 08:51 AM
02-01-2005 08:51 AM
vgremove: Volume group "/dev/sybasedg" does not exist in the "/etc/lvmtab" file.
vgremove: Couldn't remove volume group "sybasedg".
10.200.210.55:0-visadr-root $ vgremove sybdg
vgremove: Volume group "/dev/sybdg" does not exist in the "/etc/lvmtab" file.
vgremove: Couldn't remove volume group "sybdg".
10.200.210.55:0-visadr-root $ pvdisplay -v /dev/dsk/c0t10d0
pvdisplay: Couldn't find the volume group to which
physical volume "/dev/dsk/c0t10d0" belongs.
pvdisplay: Cannot display physical volume "/dev/dsk/c0t10d0".
10.200.210.55:0-visadr-root $ pvcreate -B /dev/rdsk/c0t10d0
pvcreate: The physical volume already belongs to a volume group
10.200.210.55:0-visadr-root $
please advise
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 09:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 10:07 AM
02-01-2005 10:07 AM
Re: cant use disks previously part of volume group
I am trying to mirror the boot disk.
I did the pvcreate, vgextedn, mkboot and the commands ran fine.
Now I am trying to use the lvextend command
10.200.210.55:0-visadr-root $ lvextend -m 1 /dev/vg00/lvol1 /dev/dsk/c1t4d0
Usage: lvextend
[-A Autobackup]
{-l LogicalExtentsNumber |
-L LogicalVolumeSize}
LogicalVolumePath [ PhysicalVolumePath... | PhysicalVolumeGroupName... ]
"m": Illegal option.
Why is m illegal??? I cant understand.
Also right now
10.200.210.55:0-visadr-root $ lvlnboot -v /dev/vg00
Boot Definitions for Volume Group /dev/vg00:
Physical Volumes belonging in Root Volume Group:
/dev/dsk/c1t4d0 (56/52.4.0) -- Boot Disk
/dev/dsk/c1t6d0 (56/52.6.0) -- Boot Disk
Boot: lvol1 on: /dev/dsk/c1t4d0
Root: lvol3 on: /dev/dsk/c1t4d0
Swap: lvol2 on: /dev/dsk/c1t4d0
Dump: lvol2 on: /dev/dsk/c1t4d0, 0
/dev/dsk/c1t4d0 is the newly added disk and /dev/dsk/c1t6d0 is the existing boot disk.
why is it showing /dev/dsk/c1t4d0 when I have yet to mirror the logical volumes.
thanks for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 10:28 AM
02-01-2005 10:28 AM
Re: cant use disks previously part of volume group
does not return anything. I guess thats where the problem is.
Now this is a test system and I am trying to test the disk mirroring process. We do have Mirroring in the production server.
Can i install the mirror module on the test box and get it to work for testing purposes.?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 10:46 AM
02-01-2005 10:46 AM
Re: cant use disks previously part of volume group
Your new disk is showing up in lvlnboot because you have done the pvcreate -B and the mkboot commands on the disk.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 10:59 AM
02-01-2005 10:59 AM
Re: cant use disks previously part of volume group
I do have the HP-UX 11.0 Application Software CD's 1 through 5. Its dated dec 2000. I also have the codeword.
Can i use this?
If so, how? which CD will have the mirroring module?
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 11:35 AM
02-01-2005 11:35 AM
Re: cant use disks previously part of volume group
You invoke swinstall, point it to the CD, go to one of the menu's in swinstall (I forget which one) and enter the codeword information. After that the MirrorDisk software will be displayed.
You can then mark it and install. Note that the installation will REQUIRE a reboot as it rebuilds the kernel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2005 02:10 PM
02-01-2005 02:10 PM
Re: cant use disks previously part of volume group
You need to install the version applicable for your versioin of the OS. And it does require a kernel change and a reboot. If you have OnLine JFS I would add that as well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 03:41 AM
02-02-2005 03:41 AM
Re: cant use disks previously part of volume group
10.200.210.55:0-visadr-root $ uname -a
HP-UX visadr B.11.00 A 9000/816 906338271 two-user license
The CD is dated dec 2000. Will that be fine.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 05:08 AM
02-02-2005 05:08 AM
Re: cant use disks previously part of volume group
A Remote Procedure Call to a daemon has failed. Could not start a management session for "visadr:/cdrom". Make sure the host is accessible from the network, and that its daemon, swagentd, is running.
**************************************
I do hve swagentd running.
/cdrom is where the cd is mounted.
please advise.
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 05:58 AM
02-02-2005 05:58 AM
Re: cant use disks previously part of volume group
# nslookup hostname
# nslookup ipaddress_hostname
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 06:05 AM
02-02-2005 06:05 AM
Re: cant use disks previously part of volume group
On the latest error,
check "ifconfig lan0" versus what is in /etc/hosts.
Sometimes a mismatch here causes that problem.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2005 08:04 AM
02-02-2005 08:04 AM
Re: cant use disks previously part of volume group
that worked