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
05-23-2002 07:43 AM
05-23-2002 07:43 AM
I have a problem with a L class whith HP-UX 11.00.
After saving /etc/lvmtab I made a vgscan and after that in the new lvmtab I had /dev instead of /dev/vg00.
It happens every time.
Somebody can help me?
Ciao
Federico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:48 AM
05-23-2002 07:48 AM
Re: Vgscan
Apart from /dev are you getting /dev/vg00 also and the disks which are included in the volume group.
What problem are you facing......why are you doing a vgscan ???
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:48 AM
05-23-2002 07:48 AM
Re: Vgscan
One thing is to make sure that you move aside the current 'lvmtab' before doing the 'vgscan'. Otherwise it will be used to in building the new one.
Try this:
# mv /etc/lvmtab /etc/lvmtab.old
# vgscan -av
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:49 AM
05-23-2002 07:49 AM
Re: Vgscan
Are you removing the original lvmtab by mv or copy/rm or just making a safe copy?
You should make sure it doesn't exist prior to the vgscan command or it'll use the lvmtab as reference.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:49 AM
05-23-2002 07:49 AM
Re: Vgscan
May be this latest patch - PHCO_24645 (s700_800 11.00 LVM commands cumulative patch) will solve your problem.
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:53 AM
05-23-2002 07:53 AM
Re: Vgscan
Take a look within your /dev directory for a file that was mknod'ed the same as the /dev/vg00/group file. If there is, this file needs to be moved elsewhere.
Hope this helps!
Eric
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 07:57 AM
05-23-2002 07:57 AM
Re: Vgscan
form the patch no PHCO_25814 :details
( SR:8606166168 CR:JAGad35455 )
The vgscan command puts a bogus entry in the lvmtab
file, when a special file /dev/slvmvg is present
with the same minor number as /dev/vg00.
May be you need to look in this direction.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 08:09 AM
05-23-2002 08:09 AM
Re: Vgscan
my problem was that I had a disk that doesen't work. On this disk I had vg01 ( the system had to be in cluster mode ) but unfortunately when I try to change disk with a new one it was not possible to remove/reduce vg01 because vg01 was not active ( vgchange command doesent't work because disk was not ok ).
So I try with vgscan and it was ok but /dev/vg00 appears as /dev in lvmtab
I resolve my problem with vgexport vg01 but I would like to know how to solve the problem regarding vg00 mistake doing vgscan.
P:S. I made a mv to save lvmtab
Sorry for my bad English!
Ciao Federico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2002 08:12 AM
05-23-2002 08:12 AM