Delete Set public Set private Add tags Delete tags
  Add tag   Cancel
  Delete tag   Cancel
  • • DevOps notes •
  •  
  • AI
  • Tags
  • Login

Kickstart – Automate Linux Install/shaare/MZrKcg

  • linux
  • linux

  1. Kickstart server

  2. Make Kickstart available on the network

  3. Make installation source available

  4. Make boot media available

  5. Start Kickstart installation

    cd /root
    anaconda-ks.cfg   # create for 1st install in root folder
  6. Steps:

    • cp /root/anaconda-ks.cfg /var/www/html/
    • chmod a+r /var/www/html/anaconda-ks.cfg
    • systemctl stop|disable firewalld
    • Create new VM with CentOS DVD ISO

      • Start VM → set boot to DVD
      • Change network adapter to bridged adapter
    • Boot: linux ks=https://192.168.1.x/anaconda-ks.cfg
    • Start automated installation

Example network config:

ksdevice=eth0 ip=192.168.0.50 \
netmask=255.255.255.0 \
gateway=192.168.0.1
8 months ago Permalink
cluster icon
  • Linux File Ownership, ACLs, and I/O Redirects : File Ownership chown → Change ownership chgrp → Change group Access Control List (ACL) setfacl → Set file ACL getfacl → Get file ACL Add Permissi...
  • Disk usage, logging, shutdown, hostname : Disk and Memory Info df → disk partition info df -h → human-readable format du → size of file/directory free → memory info cat /proc/cpuinfo → CPU in...
  • Computer Storage / Disk Partition : Computer Storage Local → RAM / HDD / SSD DAS (Direct Attached Storage) USB HDD / DVD SAN (Storage Area Network) through iSCSI cable or fiber ...
  • Ftp Scp Rsync : FTP Install FTP server yum install vsftp nano /etc/vsftpd/vsftpd.conf anonymous_enable=NO Uncomment: ascii_upload_enable ascii_download_enabl...
  • Filesystem check and disk cloning : fsck & xfs_repair → filesystem check fsck → ext2, ext3, ext4 xfs_repair → xfs only Made each boot & fix it df -T → check Unmount before fsck ...


(97)
Filter untagged links
Fold Fold all Expand Expand all Are you sure you want to delete this link? Are you sure you want to delete this tag? The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community