• 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. lxterminal: command not found
  2. debman Command Examples in Linux
  3. sysctl: command not found
  4. fuser Command Examples in Linux
  5. chattr Command Examples to Change File Attributes (Make files immutable)
  6. nmcli: command not found
  7. goldeneye.py Command Examples in Linux
  8. kwrite Command Examples in Linux
  9. free: command not found
  10. How to use Magic SysRq tool in CentOS / RHEL

You May Also Like

Primary Sidebar

Recent Posts

  • qm Command Examples in Linux
  • qm wait Command Examples in Linux
  • qm start Command Examples in Linux
  • qm snapshot Command Examples in Linux

© 2023 · The Geek Diary

  • Archives
  • Contact Us
  • Copyright