- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem on old K200
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
06-05-2006 06:14 AM
06-05-2006 06:14 AM
problem on old K200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2006 06:18 AM
06-05-2006 06:18 AM
Re: problem on old K200
You can not activate the volume group because quorum is not present, which is more than 50% of the members up. The risk of a 2 disk vg.
You can vgexport the volume group and then rebuild it with vgcreate and 1 disk to bring th e one working disk online.
SEP
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
06-05-2006 06:22 AM
06-05-2006 06:22 AM
Re: problem on old K200
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2006 12:55 AM
06-06-2006 12:55 AM
Re: problem on old K200
How its rebooting the server could you please post the error when you execute this command and how come it reboots the server. Eventhough if this command is not executed successfully It should not reboot the server.
Please post error message and check OLDsyslog.log and syslog.log for any errors related to this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 05:54 AM
06-08-2006 05:54 AM
Re: problem on old K200
vgreduce -f vg10
will remove the dead disk from the volume group definition. you should then be able to activate it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2006 03:35 PM
06-08-2006 03:35 PM
Re: problem on old K200
wierd issue i say..looks like someone played with the lvm info or some bad h/w .. can you post the following so we can see what is the current situation
# vgcfgrestore -l -f /etc/lvmconf/vg10.conf
# vgcfgrestore -l -f /etc/lvmconf/vg10.conf.old
# strings /etc/lvmtab
collect the vgid and pvid
#xd -j8200 -N16 /dev/rdsk/c*t*d* (replace * as required)
#uname -i
To remove the bad mirror copy, we have to reduce the Lvol's first and for that..the vg should be activated which is not in ur case.. one more way is to remove the disk physically and then try to activate the vg..
Try this command
# vgchange -a y -q n -s /dev/vg10
If the system is panicking then it has to be either h/w related or a patch issue..
regards
albert