) Download three optional hot fixes from Microsoft: Windows 2008 R2: KB2386184: This is a patch adding a feature to exclude IP addresses from the list of IP addresses allowed as the outgoing IP address (e. source). This is the key patch allowing us to “select” the primary IP address. KB2554859: KB2386184 was buggy and ..
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 ..
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 ..