When we execute LVM Command, we get a numerical value as a result of the execution of the command.
Each value has a meaning in it which describes the nature of the LVM command executed and the outcome.
bash-3.2# exportvg vg01
0516-764 exportvg: The volume group must be varied off before exporting.
Here I am trying to export a volume group, which is an active one and it generates a numerical value as well.
/usr/include/lvm.h : This is the file that contains all the variable declaration for the LVM structures.
Each value has a meaning in it which describes the nature of the LVM command executed and the outcome.
bash-3.2# exportvg vg01
0516-764 exportvg: The volume group must be varied off before exporting.
Here I am trying to export a volume group, which is an active one and it generates a numerical value as well.
/usr/include/lvm.h : This is the file that contains all the variable declaration for the LVM structures.
No comments:
Post a Comment