- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- vgsync not working
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
01-12-2004 05:37 AM
01-12-2004 05:37 AM
I am attaching the ioscan output before and after the upgrade. Is this problem since the target id has been changed from 5&6 to 38&39?.. If yes, can somebody tell me how can I change it back to 5&6?..
Thanks & Regards
Ragesh
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 05:52 AM
01-12-2004 05:52 AM
Re: vgsync not working
I would also check if you have the latest LVM and Mirror/UX patches installed.
Also, since your device files are the same (cxtydz), I wouldn't think the 38 and 39 will cause any issues.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 05:56 AM
01-12-2004 05:56 AM
Re: vgsync not working
We have connected the disks online. Its a root VG and was already on, and there was no error while booting except that the pvols are not present.
Regards
Ragesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 06:00 AM
01-12-2004 06:00 AM
Re: vgsync not working
What's the output of vgdisplay and lvdisplay -v? Does any PEs shows as "stale"? Could you check the disk with "stm" or "dd" command just to make sure that the disk has no physical error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 06:02 AM
01-12-2004 06:02 AM
Solution(Where cXtXdX is the drive in question)
vgcfgrestore -n /dev/vg00 /dev/dsk/cXtXdX
vgchange -a y /dev/vg00 (yes, even though it's active already)
mkboot /dev/rdsk/cXtXdX
mkboot -a "hpux -lq (0;) /stand/vmunix" /dev/dsk/cXtXdX
vgsync
Of course you can lifls your existing drive to check what
other things you may want to lifcp to the new drive.
(ODE, for example.)
All that you really need are ISL/AUTO/HPUX/PAD/LABEL.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-12-2004 06:19 AM
01-12-2004 06:19 AM
Re: vgsync not working
Its working... Thanks..
Shiju, Thanks for your help too... And you you know me very well...
Regards
Ragesh.