Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# Increase partition size
# Enter "Fix" then "Fix" after entering the command below
parted /dev/sdb print 



# Make sure this has worked
parted /dev/sdb print free


################################################
# DO NOT CONTINUE UNLESS THE FREE SPACE IS SHOWN
################################################


# Increase the partition size
parted /dev/sdb resizepart 1 100%


# Check
parted /dev/sdb print free

...

Code Block
# Untune sync
drbdadm adjust jtelshared


# Make secondary primary again
drbdadm primary jtelshared


# Unstandby the server on which the resources are NOT running in the PCS cluster
pcs cluster unstandby acd-store2

...