NFS and HP Service Pack for ProLiant installation
yum install -y nfs-utils rpcbind | |
chkconfig nfs on | |
mkdir -p /data/hp/HP_Service_Pack_for_Proliant | |
chown -R nfsnobody:nfsnobody /data | |
cat > /etc/exports << EOF | |
/data 0.0.0.0/0.0.0.0(ro,no_root_squash,no_subtree_check,async,crossmnt,fsid=0) | |
EOF | |
cd /data/hp/ | |
wget http://ftp.okhysing.is/hp/spp/2013-09/HP_Service_Pack_for_Proliant_2013.09.0-0_744345-001_spp_2013.09.0-SPP2013090.2013_0830.30.iso | |
ln -s HP_Service_Pack_for_Proliant_2013.09.0-0_744345-001_spp_2013.09.0-SPP2013090.2013_0830.30.iso HPSPP.iso | |
echo "/data/hp/HPSPP.iso /data/hp/HP_Service_Pack_for_Proliant iso9660 ro,loop,auto 0 0" >> /etc/fstab | |
mount /data/hp/HP_Service_Pack_for_Proliant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment