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
07-12-2002 05:54 AM
07-12-2002 05:54 AM
[wally:/] # mknod /dev/vg01/group c 64 0x010000
[wally:/] # cd /dev/vg01
[wally:/dev/vg01] # ll
total 0
crw-r--r-- 1 root sys 64 0x010000 Jul 12 09:50 group
[wally:/dev/vg01] # vgimport -m vg01.mapfile -p -v -s /dev/vg01
Creating "/etc/lvmtab".
Beginning the import process on Volume Group "/dev/vg01".
Logical volume "/dev/vg01/d02" has been successfully created
with lv number 1.
Logical volume "/dev/vg01/u01" has been successfully created
with lv number 2.
Logical volume "/dev/vg01/d01" has been successfully created
with lv number 3.
Logical volume "/dev/vg01/u02" has been successfully created
with lv number 4.
Logical volume "/dev/vg01/d03" has been successfully created
with lv number 5.
Logical volume "/dev/vg01/d0reports" has been successfully created
with lv number 6.
Logical volume "/dev/vg01/redolog1" has been successfully created
with lv number 7.
Logical volume "/dev/vg01/redolog2" has been successfully created
with lv number 8.
Logical volume "/dev/vg01/redolog3" has been successfully created
with lv number 9.
Logical volume "/dev/vg01/redolog4" has been successfully created
with lv number 10.
Logical volume "/dev/vg01/u03" has been successfully created
with lv number 11.
Logical volume "/dev/vg01/u04" has been successfully created
with lv number 12.
Volume group "/dev/vg01" has been successfully created.
[wally:/dev/vg01] # vgchange -a y /dev/vg01
vgchange: Volume group "/dev/vg01" does not exist in the "/etc/lvmtab" file.
[wally:/dev/vg01] # mkdir /d01
[wally:/] # mount /dev/vg01/lvol3 /d01
mount: /dev/vg01/lvol3: No such file or directory
What's the problem here?
What are the steps I need to take from here after vgimport?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 05:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 05:58 AM
07-12-2002 05:58 AM
Re: vgimport
Your problem is that yuo used the 'p' (preview) option! Thus the /etc/lvmtab is not updated!!!
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 06:00 AM
07-12-2002 06:00 AM
Re: vgimport
remove -p option in vgimport ( it only previews )
The rest all things are fine.
You will be done.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 06:00 AM
07-12-2002 06:00 AM
Re: vgimport
Drop the -p from the vgimport command & you'll be good to go.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 06:34 AM
07-12-2002 06:34 AM
Re: vgimport
The other thing is that, after I did a cold-install to HP-UX 11 from HP-UX 10.20, when I tried to log in as myself tsim/xxxx, the system says login incorrect.
I can only log in as root/xxxx.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 06:36 AM
07-12-2002 06:36 AM
Re: vgimport
Check whether the user name is present in the /etc/passwd file and whether the home directory where you should come has been created or not.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 06:37 AM
07-12-2002 06:37 AM
Re: vgimport
Remember, a cold-install means *everything* is erased from your target disk (vg00). You will need to copy-in and/or rebuild all of your configuration files -- /etc/passwd, etc.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 06:38 AM
07-12-2002 06:38 AM
Re: vgimport
You should restore all the configuration files from the backup carefully.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2002 06:40 AM
07-12-2002 06:40 AM
Re: vgimport
I meant to add: Since your problem with 'vgimport' is resolved, please *open a new thread* for other problems, instead of adding to this one.
Regards!
...JRF...