- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Scary vgdisplay
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
10-09-2000 02:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 02:40 PM
10-09-2000 02:40 PM
Re: Scary vgdisplay
First try this command
ioscan -fnC disk
See if any of the drive are not CLAIMED
Next try this command on each of the drives
diskinfo /dev/rdsk/c?t??d?
This should give you good info for each drive.
Next try this command on each of the drives
dd if=/dev/rdsk/c?t??d? of=/dev/null bs=1024K
This will give read error on any bad drives. The dd command takes a LONG time to run so use it only on the suspect drives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 11:18 PM
10-09-2000 11:18 PM
Re: Scary vgdisplay
just a note to Larry's reply:
add count=1 at the end of the dd command to prevent dd hanging longer.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 11:31 PM
10-09-2000 11:31 PM
Re: Scary vgdisplay
claimed by the system. If they are
Check that disk entries in /etc/lvmtab match the physical disk entries displayed by vgisplay.
If they match try reactivating the volume group
vgchange -a y
then run vgsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2000 11:31 PM
10-09-2000 11:31 PM
Re: Scary vgdisplay
claimed by the system. If they are
Check that disk entries in /etc/lvmtab match the physical disk entries displayed by vgisplay.
If they match try reactivating the volume group
vgchange -a y
then run vgsync
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2000 08:22 AM
10-10-2000 08:22 AM
SolutionThe other thing to check is the firmware revison of the disks , ( nb:- what type of disk enclosure have you got installed )
do diskinfo -v /dev/rdsk/c9t3d0 and note the rev level ( do for each disk ) , log a call with HP and confirm if disk firmware need upgrading .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 06:20 AM
10-13-2000 06:20 AM
Re: Scary vgdisplay
What you have to determine is what was the plan. Who ever did this, they were either trying to set up mirror drives to first drives -OR- they were trying to add more drives to the original volgroup.
My guess looks like they messed up trying to add mirrors....and that is why I am leaning towards Devbinder's suggestion. Obviously from the file you supplied these last 3 drives are doing 'diddly' right now...so you can either mirror them, then sync then up with the primaries...(which would be my choice for you may wonder what other problems you might encounter) or I'd remove them and put them back in (so I was sure they were solid..)
Just a thought,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-13-2000 06:22 AM
10-13-2000 06:22 AM