To check the integrity of a hard drive in the Gaia/SecurePlatform OS:
Connect to the machine over console (serial).
Reboot the machine.
Press a key on the "Press any key to see the boot menu" screen. The Check Point Boot Menu now opens.
Select the "Start in maintenance mode".
Enter the Expert mode credentials.
Unmount the file system:
# umount -a
For the EXT3 file system, run the applicable 'fsck' commands (skip this step if you have a XFS file system):
Check and update the bad block list, but do NOT repair:
# fsck -f -n -c -v
Repair automatically:
# fsck -f -p -c -v
Note: If you detect inconsistencies, 'fsck' may require the user to remove the '-p' flag from the syntax. In such a case, use the 'fsck -f -y' command instead to assume 'yes' to all questions.
# fsck -f -c -v -y
# sync
# reboot
Check the hard drive integrity - firewall checkpoint 5800
NGINX - To allow a specific User-Agent from one IP address only
Step 1: Define the Map BlocksAdd this configuration inside the http {} block of your /etc/nginx/nginx.conf file. This logic evaluates the in...
Mais vistos
-
Find Users Who Have Never Logged On Use the following PowerShell Command; Get-ADUser -Filter { LastLogonDate -notlike "*" -and En...
-
First you have to configure a wpad site in your IIS Open the proxypac.pac file you have previously created and save as wpad.dat. Copy wpa...
-
Java Keytool Command These commands allow you to generate a new Java Keytool keystore file, create a CSR, and import certificates. A...