-
Recent Posts
Archives
- July 2020
- April 2020
- February 2020
- January 2020
- December 2019
- November 2019
- August 2019
- July 2019
- June 2019
- May 2019
- February 2019
- January 2019
- November 2018
- October 2018
- September 2018
- August 2018
- June 2018
- May 2018
- April 2018
- February 2018
- January 2018
- December 2017
- November 2017
- October 2017
- August 2017
- June 2017
- May 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- September 2016
- August 2016
- March 2016
- December 2015
- November 2015
- October 2015
- September 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
Categories
Monthly Archives: January 2014
netapp 7-mode upgrade simulator (exercise)
This is just an exercise for installing a second image on your simulator and boot from it. First the existing image is tarred and zipped and put on the root volume. Then the update is done and after that you … Continue reading
Posted in Uncategorized
Leave a comment
netapp add disks to simulator
f1> priv set advanced ( or in cdot: set d ) f1*> useradmin diaguser unlock f1*> useradmin diaguser password ( or in cdot: security login unlock -username diag security login password -username diag) Enter a new password:***** Enter it again:***** … Continue reading
Posted in netapp
Leave a comment
linux allocate memory
#!/bin/bash echo “Provide sleep time in the form of NUMBER[SUFFIX]” echo ” SUFFIX may be ‘s’ for seconds (default), ‘m’ for minutes,” echo ” ‘h’ for hours, or ‘d’ for days.” read -p “> ” delay echo “begin allocating memory…” … Continue reading
Posted in linux
Leave a comment
cdot exercises
1. Your cluster has 2 cluster-interfaces per node. Find an available network port per node and add a third cluster-interface on each node to increase the bandwidth on the cluster-network. example 2. Create a new user (user1) in a vserver … Continue reading
Posted in Uncategorized
Leave a comment
clustermode 8.2.1 qtree export
Support for qtree nfs-exports. A new qtree volume qtree create -vserver vserver_name -qtree-path /vol/volume_name/qtree_name -export-policy export_policy_name An existing qtree volume qtree modify -vserver vserver_name -qtree-path /vol/volume_name/qtree_name -export-policy export_policy_name
Posted in Uncategorized
Leave a comment
esx power on vm
To power on a virtual machine from the command line: List the inventory ID of the virtual machine with the command: vim-cmd vmsvc/getallvms |grep Note: The first column of the output shows the vmid. Check the power state of the … Continue reading
Posted in Virtualization
Leave a comment
mysql phpmyadmin install
phpmyadmin_installation Step #1: Turn on EPEL repo phpMyAdmin is not included in default RHEL / CentOS repo. So turn on EPEL repo as described here: $ cd /tmp $ wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm Step #2: Install phpMyAdmin on … Continue reading
Posted in Uncategorized
Leave a comment