- 		
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: May 2014
Netapp filefolding
file folding original link WAFL File Folding Explained While recently delivering training, one of my partners inquired about a WAFL feature called “file folding”, so I thought I’d take a moment to detail this lesser-known NetApp feature. File Folding is … Continue reading
									
						Posted in netapp					
					
												Leave a comment
							
		solaris zdb
Original link zdb: Examining ZFS At Point-Blank Range 01 Nov ’08 – 08:13 by benr ZFS is an amazing in its simplicity and beauty, however it is also deceivingly complex. The chance that you’ll ever be forced to peer behind … Continue reading
									
						Posted in solaris					
					
												Leave a comment
							
		NPIV N_port ID Virtualization
Scott Lowe link Understanding NPIV and NPV Friday, November 27, 2009 in Gestalt, Networking, Storage by slowe | 71 comments Two technologies that seem to have come to the fore recently are NPIV (N_Port ID Virtualization) and NPV (N_Port Virtualization). … Continue reading
									
						Posted in Virtualization					
					
												Leave a comment
							
		Ontap 8.2 licenses
CLUSTERED SIMULATE ONTAP LICENSES +++++++++++++++++++++++++++++++++ These are the licenses that you use with the clustered Data ONTAP version of Simulate ONTAP to enable Data ONTAP features. There are four groups of licenses in this file: – cluster base license – … Continue reading
									
						Posted in netapp					
					
												Leave a comment
							
		solaris 11 automated installer grub entries
When running installadm create-client, the client grub.conf.01macaddress file is generated from the following file: /var/ai/service/”service- name”/menu.conf to change the menu-order from text-installer to automated-installer change the followin entry: [meta] order = SolarisNetBootInstance|0, SolarisNetBootInstance|1 to [meta] order = SolarisNetBootInstance|1, SolarisNetBootInstance|0 Now … Continue reading
									
						Posted in solaris					
					
												Leave a comment
							
		solaris 11 bad login count
How many bad logins? With additional thanks to Lambert Rots (ASP4ALL) original url What’s Up With the flag Field in /etc/shadow on Solaris 11.1? 03Jan13 If you’re running Solaris 11.1, and you happen check your /etc/shadow file, you may notice … Continue reading
									
						Posted in solaris					
					
												Leave a comment
							
		solaris 11 exercise ips (4) add local repository
(with thanks to LAM) In this exercise you will setup a local repository and add a testpackage to the repository. You should have a zpool mounted on /software 1. create directory mkdir /software/site 2. create repository pkgrepo create /software/site 3. … Continue reading
									
						Posted in solaris					
					
												Leave a comment
							
		solaris 11 change hostname and ip
1. change the identity:node root@sol11-1:/tmp# svccfg svc:> select system/identity svc:/system/identity> select system/identity:node svc:/system/identity:node> listprop config/nodename config/nodename astring sol11-1 svc:/system/identity:node> setprop config/nodename=”sol11″ svc:/system/identity:node> refresh svc:/system/identity:node> exit 2. nwam should be disabled. root@sol11-1:/tmp# svcs svc:/network/physical:nwam STATE STIME FMRI disabled Sep_22 svc:/network/physical:nwam 3. … Continue reading
									
						Posted in solaris					
					
												Leave a comment
							
		solaris 11 exercise ips (10) add second pkg server instance
In this exercise you will setup a second instance of the application/pkg/server service. This means that you will have a second environment on the same machine from which you can publish your own software packages. 1. Add second instance. # … Continue reading
									
						Posted in solaris					
					
												Leave a comment