To turn a volume from gen to fsgen
How to turn a volume from gen to fsgen? Why should one do that?
Expert
1) #vxprint -g dgname -rhmvps filename >
filename.vxoutput
2) open the file simplevol.vxout by using your fav editor and modify the use_type field alone from gen to fsgen.
3. Save the file. Ensure you edit the use_type field alone
4. Umount the filesystem; umount /simplevol
5. Stop the volume; vxvol -g dgname stop simplevol
6. Eliminate the volume; vxedit -g dgname -rf rm simplevol
7. By using vxmake reconstruct the volume from the saved file ;
vxmake -g dgname -d simplevol.vxout
8. Verify the vxprint out; vxprint -g dgname -hrt ;
Verify for the usage type; it would be fsgen
9. Begin the volume; vxvol -g dgname start simplevol
10. Do a fsck for the volume; fsck -y /dev/vx/rdsk/dgname/simplevol
11. mount the filesystem ; mount /simplevol gen assumes a volume does not have filesystem and fsgen suppose a volume contains a file system. Vxassist employ fsgen as default type and vxmake employ gen as default type.
Normal 0
Normal 0 false false
Property Specification in SPIN: SPIN allows specification of assertions, which check a predicate of a state at a point in an execution, and also allows for specification of progress properties (e.g., no starvation) by allowing statements to be labeled
Give a brief explanation of commensalism.
Explain the term Abstraction in program model checking and how it is distingush with data abstraction?
Multi threading: It is an application usually implemented as a separate procedure with numerous threads of control. In certain conditions a single application might be desirable to execute several identical tasks. For illustration: a web server accept
18,76,764
1936973 Asked
3,689
Active Tutors
1419836
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!