Archives : April-2017

Older systems wget -q -O – http://linux.dell.com/repo/hardware/DSU_16.05.00/bootstrap.cgi | bash yum install dell-system-update srvadmin-all –enablerepo=base /opt/dell/srvadmin/sbin/srvadmin-services.sh start ln-s /opt/dell/srvadmin/sbin/omreport /usr/bin/omreport Newer systems wget -q -O – http://linux.dell.com/repo/hardware/dsu/bootstrap.cgi | bash yum install dell-system-update srvadmin-all –enablerepo=base /opt/dell/srvadmin/sbin/srvadmin-services.sh start ln-s /opt/dell/srvadmin/sbin/omreport /usr/bin/omreport Dell bumf – https://linux.dell.com/repo/hardware/dsu/ Updating Firmware The below command will provide a command line interface to update ..

Read more

Identify partition using: # fdisk -l Disk /dev/sdb: 999.7 GB, 999653638144 bytes, 1952448512 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Use parted to create the partition parted /dev/sdb unit TB mkpart primary 0 100% print ..

Read more