- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- need LVM disks on what appear to be VxVM disks
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
Discussions
Discussions
Discussions
Forums
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
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
тАО06-06-2005 03:38 AM
тАО06-06-2005 03:38 AM
need LVM disks on what appear to be VxVM disks
"just pvcreating" the disks gives :
usgleuxfn01# pvcreate /dev/rdsk/c7t4d0
pvcreate: Could not perform LVM operation on VxVM disk "/dev/rdsk/c7t4d0".
usgleuxfn01# pvcreate -f /dev/rdsk/c7t4d0
pvcreate: Could not perform LVM operation on VxVM disk "/dev/rdsk/c7t4d0".
Another user suggested:
dd if=/dev/zero of=/dev/rdsk/cXtYdZ bs=1024 count=10
I created /dev/zero with : mknod /dev/zero c 3 4
but this still left тАЬVxVMтАЭ fingerprints:
usgleuxfn01# pvcreate /dev/rdsk/c7t4d0
pvcreate: Could not perform LVM operation on VxVM disk "/dev/rdsk/c7t4d0".
usgleuxfn01# pvcreate -f /dev/rdsk/c7t4d0
pvcreate: Could not perform LVM operation on VxVM disk "/dev/rdsk/c7t4d0".
any thought
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 03:52 AM
тАО06-06-2005 03:52 AM
Re: need LVM disks on what appear to be VxVM disks
format /dev/rdsk/c7t4d0
and then
pvcreate -f /dev/rdsk/c7t4d0
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 04:07 AM
тАО06-06-2005 04:07 AM
Re: need LVM disks on what appear to be VxVM disks
just a thought having never tried it myself.
from the vxdisksetup manpage.
Force deconfiguration of a VxVM-initialized disk, c0f4d0:
/etc/vx/bin/vxdiskunsetup -C c0t4d0
also the format command might work.
but I would try the above vx command first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 04:15 AM
тАО06-06-2005 04:15 AM
Re: need LVM disks on what appear to be VxVM disks
/usr/sbin/hpC2400/format
usgleuxfn01# /usr/sbin/hpC2400/format /dev/rdsk/c7t4d0
format: initdev - internal error: Can't locate device mapping file. Run "arrayscan".
which format do you have?
for vxdisksetup, I don't have vxvm installed. no vxvm, no /etc/vx/....
any other thoughts folks?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 04:32 AM
тАО06-06-2005 04:32 AM
Re: need LVM disks on what appear to be VxVM disks
# mediainit /dev/rdsk/c7t4d0
I got this information from the HP Knowledge Base. Document ID KBRC00010725
http://www2.itrc.hp.com/service/cki/search.do?category=c0&mode=id&searchString=KBRC00010725&search.x=0&search.y=0&searchCrit=allwords&docType=Security&docType=Patch&docType=EngineerNotes&docType=BugReports&docType=Hardware&docType=ReferenceMaterials&docType=ThirdParty
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 05:22 AM
тАО06-06-2005 05:22 AM
Re: need LVM disks on what appear to be VxVM disks
You can try:
prealloc /somewhere_u_have_1G/file 102400000
dd if=/somewhere_u_have_1G/file of=/dev/rdsk/cXtYdZ
And try again...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 06:36 AM
тАО06-06-2005 06:36 AM
Re: need LVM disks on what appear to be VxVM disks
dd if=/stand/vmunix of=/dev/rdsk/c7t4d0 bs=1024k
Then use the pvcreate -f command
pvcreate -f /dev/rdsk/c7t4d0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 11:10 AM
тАО06-06-2005 11:10 AM
Re: need LVM disks on what appear to be VxVM disks
assuming that the device file is "/dev/rdsk/c3t15d0".
If the machine you are operating doesnot have vxvm installed, first check
"swlist -l product | grep -i vxvm"..
if its indeed not installed, I'm sure all the
latest versions of HPUX OS is shiped with
basic vxvm product, you could install vxvm
and perform the below steps...
# pvcreate /dev/rdsk/c3t15d0
pvcreate: Could not perform LVM operation on VxVM disk
"c3t15d0".
# /etc/vx/bin/vxdiskunsetup c3t15d0
# pvcreate -f /dev/rdsk/c3t15d0
Physical volume "c3t15d0" has been successfully created.
regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-06-2005 05:24 PM
тАО06-06-2005 05:24 PM
Re: need LVM disks on what appear to be VxVM disks
# pvcreate -f /dev/rdsk/c?t?d? should work in your case (I've tried it without any problems).
In case that doesn't work, perform the following steps:
1. # swlist|grep -i vxvm ; check if VxVM is installed or not, if not installed, then install it using the core hp os CD/DVD.
2. After installing VxVM,
# vxconfigd -m disable
# vxdctl init `uname -n`
# vxconfigd -k -m enable
# vxdisk -o alldgs list ; see the STATUS of the disk in question: LVM => lvm disk, online => VxVM disk
If the status is online, then:
# vxdisk rm diskaccess_name
For eg:
# vxdisk -o alldgs list
DEVICE TYPE DISK GROUP STATUS
c2t0d0 auto:LVM - - LVM
c5t1d0 auto:cdsdisk gp1disk02 group1 online
Here status of c5t1d0 is online. to remove this disk from VM control, use:
# vxdisk rm gp1disk02
Hope this helps,
Regards