- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Using dbverify
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
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
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
тАО08-19-2008 09:53 AM
тАО08-19-2008 09:53 AM
A chown was run on the /partition in 11.23 and some system files got messed up.
How do I use DBVerify to ensure the system is good?
Is DBVerify the same thing as dbv?
I cannot find either in my path.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 09:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 10:01 AM
тАО08-19-2008 10:01 AM
Re: Using dbverify
The infamous 'chown' at the root directory?
If so, you should do:
# swverify -F \*
...to fix the ownership of file cataloged in the IPD. This will take some time to run; be patient; and examine the output logs too.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 10:53 AM
тАО08-19-2008 10:53 AM
Re: Using dbverify
When I run it, I get:
ERROR: "sgtest1:/": One or more filesystems that appear in the
filesystem table are not mounted and cannot be mounted.
* The analysis phase failed for "sgtest1:/".
* Verification had errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 10:56 AM
тАО08-19-2008 10:56 AM
Re: Using dbverify
Either mount the missing filesystems or edit their declarations from '/etc/fstab' and rerun the 'swverify'.
Alternately, do:
# swverify -x mount_all_filesystems=false -F \*
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 11:15 AM
тАО08-19-2008 11:15 AM
Re: Using dbverify
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swverify.last".
* "sgtest1:/": There will be no attempt to mount filesystems
that appear in the filesystem table.
ERROR: "sgtest1:/": 231 files had errors during this operation.
WARNING: "sgtest1:/": 6 files had warnings during this operation.
* The analysis phase failed for "sgtest1:/".
* Verification had errors.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 12:16 PM
тАО08-19-2008 12:16 PM
Re: Using dbverify
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 12:37 PM
тАО08-19-2008 12:37 PM
Re: Using dbverify
-x fix=true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 12:50 PM
тАО08-19-2008 12:50 PM
Re: Using dbverify
swverify -F fix=true \*
results in this. Doesn't seem to work:
* Beginning Analysis
* Session selections have been saved in the file
"/.sw/sessions/swverify.last".
ERROR: A job cannot be created. There is no software specified in
the sessionfile: "/var/adm/sw/queue/logfiles/0128.1/session".
A job must have software specifications.
ERROR: The attempt to create the job failed. (Internal error)
ERROR: Could not change the job queue to "Complete" for job . The
job is not locked.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 01:18 PM
тАО08-19-2008 01:18 PM
Re: Using dbverify
swverify -F -x fix=true \*
I amnot sure if this is the cause but doesn't hurt to try.
UNIX because I majored in cryptology...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 01:51 PM
тАО08-19-2008 01:51 PM
Re: Using dbverify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-19-2008 10:31 PM
тАО08-19-2008 10:31 PM
Re: Using dbverify
Typically this will work without the fix=true since there are few HP "fix" supplied scripts.
swlist -l control_file | grep fix
finds nothing on my system.
>Tried exactly that and it doesn't fix anything.
What do the swverify logs say? (/var/adm/sw/swagent.log)