- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- secondary swap
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
04-07-2005 04:27 PM
04-07-2005 04:27 PM
secondary swap
during system booting, this message in the syslog...
vmunix: LVM: VG 64 0x010000: Unable to identify the latest copy of configuration and status information. Quorum check failed!
0x010000 is secondary volume group number
and secondary swap volume group is deactivated.
what's the problem??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 04:54 PM
04-07-2005 04:54 PM
Re: secondary swap
#ll /dev/*/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 04:59 PM
04-07-2005 04:59 PM
Re: secondary swap
crw-rw-rw- 1 root sys 64 0x010000 Aug 28 2004 /dev/vgswap/group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:00 PM
04-07-2005 05:00 PM
Re: secondary swap
You have defined a secondry swap in a volume group other then your vg00. More than half of the no. of disks in your that VG are not accessible to system and that is why your that VG is not getting activated and you secondry swap is not accessible to system. Confirm by bdf to see that all file systems are mounted and through swapinfo wheather all swaps are enabled. File systems belonging to one vg in which this secondry swap is defined should be missing from bdf output and atleat this secondry swap also must be missing from swapinfo output.
Also you must have noticed something like Querying Physical Volumes message while booting.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:11 PM
04-07-2005 05:11 PM
Re: secondary swap
#vgchange -a y /dev/vgswap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:18 PM
04-07-2005 05:18 PM
Re: secondary swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:25 PM
04-07-2005 05:25 PM
Re: secondary swap
It happens because some of physical volumes in your system are not accessible. just do "#strings /etc/lvmtab" and from the output see the disk device file entered below /dev/vgswap and then try to query those physical volumes using 'diskinfo -v /dev/rdsk/cxtydz'. One of these should give error.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2005 05:33 PM
04-07-2005 05:33 PM
Re: secondary swap
if there are disk problems with you swapVG also check
/var/opt/resmon/log/event.log* for the latest hardwaremessages.
does an
# ioscan -fnC disk
shows anything other then CLAIMED ?
regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2005 05:03 AM
04-08-2005 05:03 AM
Re: secondary swap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2005 04:14 PM
04-09-2005 04:14 PM
Re: secondary swap
Is your vgswap activated then? I think there is no reason other a disk timeout at boot which is causing this to happen. Does this vg is listed in the output from
#strings /etc/lvmtab
I think it is not. If the disks allocated to /dev/vgswap volume group are fine. You can try to activate this vg manually by
#vgchange -a y /dev/vgswap
If should not through any error and display Volume group successfully activated. Otherwise if it through error then you will have to proceed having accout that error.
If your vg gets activated then now you can enable your swap manually and confirm it through
#swapinfo -atm ( Shuld display all swaps configured and one should be something like /dev/vgswap/????)
Let us also know the progress.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2005 01:28 PM
04-12-2005 01:28 PM
Re: secondary swap
it's not a machine problem..--
I changed error disk one month ago then I
didn't do vgcfgrestore command.
anyway thaks again guys...^^