1. Use Boot cd to login ...follow the instructions
2. After this process is over .. Dont mount any file system
3. Type this command lvm vgchage --ignorelockingfailure -p -a y
4. List the partition using fdisk -l command
5. find out the lvm partition (if u are not able to find lvm partition , mount the boot partition and find out from grub configuration
6. run this command fsck -f -y /dev/VolGroup/Logvol00 (This is an example)
7. This command will check for all errors and it will take little time.... wait it for it to compete
8. When its over please reboot the system.
Subscribe to:
Post Comments (Atom)
curl and cacert
curl -v --cacert cacert.pem https://www.example/cgi-bin/f ile.xgi -I -X POST
-
Command to Run setcap 'cap_net_bind_service=+ep' /opt/apache/bin/httpd httpd is the custom script i made to run apache.
-
This is mainly for system that is not connected to internet directly , all you have to do is search for below rpm's download it to your...
-
Comparing openssl key/csr/crt is useful to make sure signature between key/csr/crt are same openssl x509 -noout -modulus -in certificat...
No comments:
Post a Comment