- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unable to mount drive on new machine...
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp
Knowledge Base
Discussions
Forums
Discussions
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
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-29-2011 01:34 PM
06-29-2011 01:34 PM
Unable to mount drive on new machine...
Here is my issue. I created a new RAID 0 drive on Server 1, copied data to it, moved it to Server 2. Performed the vgimport and other steps, and everything worked!! I then attempted to make a copy of the original disk, and put the second disk into Server 1. That has failed. Detailed instructions below.
I recently built a drive on rx2660 with RAID controller. Size of disk is 146GB. I ran the following commands:
saconfig ciss0 -R 0 -p 2T:1:6
I used sam to create the volume groups, lvols, and filesystems.
I was forced to use a buffer size 8M, PV 12, LV 128.
I then copied data on to the drive, verified that it was accurate.
I performed vgexport, unmounted the drive, and put it in another server booted the server, and did the following:
echo “/dev/vg02/lvol1 /u1 vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg02/lvol2 /ora vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg02/lvol3 /ora_AS vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg02/lvol4 /oradvr vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg02/lvol5 /oradvrtest vxfs defaults 0 2” >> /etc/fstab
mkdir /dev/vg02
mknod /dev/vg02/group c 64 0x020000
vgimport -v -m /tmp/vg02.mapfile /dev/vg02 /dev/dsk/cotod2
vgchange -a y /dev/vg02
mount /u1
mount /ora
mount /ora_AS
mount /oradvr
mount /oradvrtest
I then did the same procedure for disk #2 as shown below:
echo “/dev/vg07/lvol1 /u1 vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg07/lvol2 /ora vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg07/lvol3 /ora_AS vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg07/lvol4 /oradvr vxfs defaults 0 2” >> /etc/fstab
echo “/dev/vg07/lvol5 /oradvrtest vxfs defaults 0 2” >> /etc/fstab
mkdir /dev/vg07
mknod /dev/vg07/group c 64 0x070000
vgimport -v -m /tmp/vg07.mapfile /dev/vg07 /dev/dsk/c0t0d4
But, when I perform the vgimport I receive the message:
Physical Volume "/dev/dsk/c0t0d3" contains no LVM information
Any ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2011 08:00 AM
06-30-2011 08:00 AM
Re: Unable to mount drive on new machine...
Oops... Copied the wrong error message.
Physical Volume "/dev/dsk/c0t0d4" contains no LVM information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2011 01:51 PM
07-05-2011 01:51 PM
Re: Unable to mount drive on new machine...
By what means did you copy the data? The error message is acting like the disk was never an LVM disk.
-Bob
Was this helpful? Like this post by giving me a thumbs up below!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2011 12:41 AM
07-14-2011 12:41 AM
Re: Unable to mount drive on new machine...
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!