1. Install ELRepo:
yum install http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm -y
2. Install kmod realtek firmware:
yum install *8192ce* -y
3. reboot the machine.
yum install http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm -y
yum install *8192ce* -y
/etc/man.configAnd edit the following:
MANPATH /usr/local/ha/share/manTo update the database immediately:
makewhatis -v /usr/local/ha/share/man
crmFatal error:No module named crmshNo module named modules
Failed to start the crm shell! This is likely due toa broken installation or a missing dependency.
If you are using a packaged version of the crm shell,please try reinstalling the package. Also check yourPYTHONPATH and make sure that the crmsh module isreachable.Please make sure that:
/usr/local/ha/lib64/python2.6/site-packages/
/usr/lib64/python2.6/site-packages/
ln -s /usr/local/ha/lib64/python2.6/site-packages/* /usr/lib64/python2.6/site-packages/2. Make sure to install the following dependencies:
yum install *lxml* *PyYAML* -y
yum eraseThe dependencies aren't removed automatically and stay in the system even if they are not being used, to fix it add the following to /etc/yum.conf:
clean_requirements_on_remove = 1
ip6addrctl_enable="NO"
ip6addrctl_policy="ipv4_prefer"
ipv6_activate_all_interfaces="NO"
freebsd-update fetch2. Install Xorg and OpenBox:
freebsd-update install
pkg install xorg openbox tint23. Create the following directory inside your home directory:
mkdir ~/.configmkdir ~/.config/openbox
mkdir ~/.config/tint22. Copy OpenBox provided configuration files to the directory:
cp /usr/local/etc/xdg/openbox/menu.xml ~/.config/openbox/menu.xmlcp /usr/local/etc/xdg/openbox/rc.xml ~/.config/openbox/rc.xml
cp /usr/local/share/examples/tint2/tint2rc ~/.config/tint24. Create the following file and give it executable permissions:
touch ~/.config/openbox/autostart.shchmod +x ~/.config/openbox/autostart.sh5. Echo the following content inside the file:
echo "#!/bin/sh" >> ~/.config/openbox/autostart.sh6. Configure hal and dbus to start on boot:
echo 'hald_enable="YES"' >> /etc/rc.conf7. Instruct X to load OpenBox:
echo "exec openbox-session" >> ~/.xinitrc8. Reboot the computer:
reboot9. Launch OpenBox and edit Tint2:
startxtint2conf
tar xvf parallel_studio_xe_2015.tgz3. Install 32Bit libraries:
yum install libstdc*i686 -y4. Change directory the extracted archive:
cd parallel_studio_xe_20155. Launch the GUI installer:
./install_GUI.sh6. Nothing special to choose from, just the evaluation check box when asked about a serial number(or enter a serial number if you have one).
vi /etc/profile.d/intel.sh
#!/bin/bashsource /opt/intel/composerxe/bin/compilervars.sh intel64source /opt/intel/impi/5.0.1.035/bin64/mpivars.sh8. Copy the file and make a c shell version:
cp /etc/profile.d/intel.sh /etc/profile.d/intel.csh9. Edit it:
vi /etc/profile.d/intel.csh
#!/bin/cshsource /opt/intel/composerxe/bin/compilervars.csh intel64source /opt/intel/impi/5.0.1.035/bin64/mpivars.csh10. Make both file executable:
chmod +x /etc/profile.d/intel*11. Test it using icc -v mpicc -v
xfsdump -f /tmp/home.dump /home2. Unmount the partition:
cd /
umount /home3. Delete the partition:
lvremove /dev/vg00/home4. Recreate it with a smaller size:
lvcreate --name home -L 2GB vg005. Mount the /home partition:
mount /dev/vg00/home /home6. Restore the data using xfsrestore:
xfsrestore -f /tmp/home.dump /home
yum install quota* -y1. Enable user quota and/or group quota on a file system:
vi /etc/fstab
UUID="93ee7df7-4f3c-4127-be2b-5229b219f644" /home ext4 defaults,usrquota,grpquota 0 02. Create the quota database:
quotacheck -cug /homeOR create the databases for all partition that have quota enabled
quotacheck -acug3. Configure a quota for a user/group(modify the block limits in kb, that means 1024K*500=512MB):
edquota ramesh
Disk quotas for user dennis (uid 500):4. Check if quota is enabled or not:
Filesystem blocks soft hard inodes soft hard
/dev/mapper/vg0-home 512000 512000 512000 11 0 0
quotaon -ap
group quota on /home (/dev/mapper/vg0-home) is off5. To enable the quota on all partitions have quota configured:
user quota on /home (/dev/mapper/vg0-home) is off
quotaon -av6. To see the report of the quota:
repquota -sa
*** Report for user quotas on device /dev/mapper/vg0-home
Block grace time: 7days; Inode grace time: 7days
Block limits File limits
User used soft hard grace used soft hard grace
----------------------------------------------------------------------
root -- 4 0 0 1 0 0
dennis -- 501M 500M 500M 11 0 0
cvt 1280 720
Modeline "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync2. Add it to the supported resolutions:
xrandr --addmode "1280x720_60.00" 74.50 1280 1344 1472 1664 720 723 728 748 -hsync +vsync3. Add it to ta certain screen:
xrandr --addmode VBOX0 "1280x720_60.00"4. Finally change the resolution using the GUI System / Preferences / Display or using:
xrandr --output VBOX0 --mode "1280x720_60.00"
vi /etc/logrotate.d/slurm### SLURM Logrotate Configuration##
sinfo: error: Couldn't find the specified plugin name for auth/authd looking at all filessinfo: error: cannot find auth plugin for auth/authdPlease make sure slurm.conf has the following parameter:
AuthType=auth/munge
hdf5_api.c:2021: error: too many arguments to function 'H5Dcreate'To fix it, please make the following modification to the slurm.spec file:
tar xvf XXXX.tar.bz22. Edit slurm.spec file:
vi slurm.spec3. Locate %build and add the following at the end of the parameters:
--with-hdf5=no
Segmentation fault.
OR
sinfo: Resetting MaxJobCnt from 4294967294 to 4294687295 (MaxJobId - FirstJobId + 1)sinfo: error: is_valid_path: path is NULL!sinfo: error: Bad value "(null)" for PluginDir sinfo: fatal: Unable to process configuration fileTo fix it please disable the optimization during building the rpms:
rpmbuild -tb -D 'with_cflags CFLAGS="-O0 -g3"' slurm-14.03.6.tar.bz2