HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- initialize Hardisk into new version hpux from old ...
Operating System - HP-UX
1833030
Members
2391
Online
110049
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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-06-2009 12:47 AM
03-06-2009 12:47 AM
initialize Hardisk into new version hpux from old version
HI,
i was using hpux 10.20 with few external hdd recently i had installed 11.11 in the same server, i had vg01 with 100gb data, after root partion formated can not see vg01 shows unused in sam, how to initialize this data in hpux 11.11
thanks,
i was using hpux 10.20 with few external hdd recently i had installed 11.11 in the same server, i had vg01 with 100gb data, after root partion formated can not see vg01 shows unused in sam, how to initialize this data in hpux 11.11
thanks,
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 01:00 AM
03-06-2009 01:00 AM
Re: initialize Hardisk into new version hpux from old version
Shalom,
Assuming you did not over-write part of the data, the command you are looking for is vgimport.
http://docs.hp.com/en/T1859-90038/ch04s03.html
SEP
Assuming you did not over-write part of the data, the command you are looking for is vgimport.
http://docs.hp.com/en/T1859-90038/ch04s03.html
SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 01:03 AM
03-06-2009 01:03 AM
Re: initialize Hardisk into new version hpux from old version
Hello,
you can try to import the volume group (vgimport command). You need a list of physical device files that were comprising the volume group before (see manual page for vgimport).
You need to create the volume group control file manually prior to importing it, something like this:
# mkdir /dev/vg01
# mknod /dev/vg01/group c 64 0x020000
then you can run vgimport.
J.
you can try to import the volume group (vgimport command). You need a list of physical device files that were comprising the volume group before (see manual page for vgimport).
You need to create the volume group control file manually prior to importing it, something like this:
# mkdir /dev/vg01
# mknod /dev/vg01/group c 64 0x020000
then you can run vgimport.
J.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-06-2009 01:29 AM
03-06-2009 01:29 AM
Re: initialize Hardisk into new version hpux from old version
Hi Avizen,
It is not surprise that 11.11 could not see the VG01. Because 11.11 does not know anything about VG01 since you have installed freashly. You should have exported the VG01 with map file and import it after 11.11 installation.
Still you can import the VG01 to 11.11. You should knows the disks part of VG01.
Try these steps.
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0x010000
#vgimport -v /dev/vg01 /dev/dsk/c0t1d0 /dev/dsk/c0t3d0 ...
(specify all the disks which was part of VG01)
#vgchange -a y vg01
Then you can create mount points and mount it.
It is not surprise that 11.11 could not see the VG01. Because 11.11 does not know anything about VG01 since you have installed freashly. You should have exported the VG01 with map file and import it after 11.11 installation.
Still you can import the VG01 to 11.11. You should knows the disks part of VG01.
Try these steps.
#mkdir /dev/vg01
#mknod /dev/vg01/group c 64 0x010000
#vgimport -v /dev/vg01 /dev/dsk/c0t1d0 /dev/dsk/c0t3d0 ...
(specify all the disks which was part of VG01)
#vgchange -a y vg01
Then you can create mount points and mount it.
Best wishes,
Ganesh.
Ganesh.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP