• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
  • Skip to footer navigation

The Geek Diary

  • OS
    • Linux
    • CentOS/RHEL
    • Solaris
    • Oracle Linux
    • VCS
  • Interview Questions
  • Database
    • oracle
    • oracle 12c
    • ASM
    • mysql
    • MariaDB
  • DevOps
    • Docker
    • Shell Scripting
  • Big Data
    • Hadoop
    • Cloudera
    • Hortonworks HDP

pvck Command Examples in Linux

by admin

pvck command checks the physical volume for errors; similar to fsck for filesystems.

Syntax:

# pvck [options]

pvck Command Examples

1. To scan the physical volume metadata:

# pvck PhysicalVolume /dev/sda2 

2. To specify the starting sector from where it should scan:

# pvck --labelsector sector 

3. To debug the physical volume metadata:

# pvck -d
# pvck --debug 

4. To see the help:

# pvck -h
# pvck --help 

5. To operate in verbose mode:

# pvck -v
# pvck --verbose 

6. To get theversion info:

# pvck --version 

Filed Under: Linux

Some more articles you might also be interested in …

  1. Active FTP vs. Passive FTP
  2. How to split iso or file using ‘split’ command in Linux
  3. CentOS/RHEL: /tmp mount point not automatically mounting when added in /etc/fstab
  4. How to Configure ACL(Access Control Lists) in Linux FileSystem
  5. Invalid ABI Option abi=aapcs-linux
  6. How to Disable user list on GNOME login screen in CentOS/RHEL 8
  7. How to gzip all or specific files in Linux
  8. How to Lock and Unlock Zimbra Accounts from Command Line
  9. CentOS / RHEL : How to configure a user account to never expire (disable password ageing)
  10. How To Open A Port In CentOS / RHEL 7

You May Also Like

Primary Sidebar

Recent Posts

  • vgextend Command Examples in Linux
  • setpci command – configure PCI device
  • db_load command – generate db database
  • bsdtar command – Read and write tape archive files

© 2022 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright