darraghsblog.blogspot.com darraghsblog.blogspot.com

darraghsblog.blogspot.com

DarraghsBlog

Monday, August 25, 2014. Find the ILO IP of a HP ESXi Server through the CLI. Find the ILO IP of a HP ESXi Server through the CLI. Hponcfg -w /tmp/ilo config.txt. Open /tmp/ilo config.txt. Wednesday, January 29, 2014. Neatened version of snapshot reporting scrip. Filers = "filer1,filer2,filer3,filer4,filer5,filer6". Vmvolc = $vmvols measure-object. If ($vmvolc.count -gt 0) {. Write-host "volume: " $ .name " Snapshots: " $vmsnaps.count. If ($vmsnaps.Count -eq 0) {. Volume' = $ .name. Volume' = $ .name.

http://darraghsblog.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR DARRAGHSBLOG.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.1 out of 5 with 10 reviews
5 star
3
4 star
5
3 star
2
2 star
0
1 star
0

Hey there! Start your review of darraghsblog.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • darraghsblog.blogspot.com

    16x16

  • darraghsblog.blogspot.com

    32x32

  • darraghsblog.blogspot.com

    64x64

  • darraghsblog.blogspot.com

    128x128

CONTACTS AT DARRAGHSBLOG.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
DarraghsBlog | darraghsblog.blogspot.com Reviews
<META>
DESCRIPTION
Monday, August 25, 2014. Find the ILO IP of a HP ESXi Server through the CLI. Find the ILO IP of a HP ESXi Server through the CLI. Hponcfg -w /tmp/ilo config.txt. Open /tmp/ilo config.txt. Wednesday, January 29, 2014. Neatened version of snapshot reporting scrip. Filers = filer1,filer2,filer3,filer4,filer5,filer6. Vmvolc = $vmvols measure-object. If ($vmvolc.count -gt 0) {. Write-host volume: $ .name Snapshots: $vmsnaps.count. If ($vmsnaps.Count -eq 0) {. Volume' = $ .name. Volume' = $ .name.
<META>
KEYWORDS
1 darraghsblog
2 cd /opt/hp/tools
3 posted by
4 darragh
5 no comments
6 email this
7 blogthis
8 share to twitter
9 share to facebook
10 share to pinterest
CONTENT
Page content here
KEYWORDS ON
PAGE
darraghsblog,cd /opt/hp/tools,posted by,darragh,no comments,email this,blogthis,share to twitter,share to facebook,share to pinterest,import module dataontap,hourlyresultstoomany= @,hourlyresultstoofew= @,hourlyresultsnone= @,filers foreach object {,days
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

DarraghsBlog | darraghsblog.blogspot.com Reviews

https://darraghsblog.blogspot.com

Monday, August 25, 2014. Find the ILO IP of a HP ESXi Server through the CLI. Find the ILO IP of a HP ESXi Server through the CLI. Hponcfg -w /tmp/ilo config.txt. Open /tmp/ilo config.txt. Wednesday, January 29, 2014. Neatened version of snapshot reporting scrip. Filers = "filer1,filer2,filer3,filer4,filer5,filer6". Vmvolc = $vmvols measure-object. If ($vmvolc.count -gt 0) {. Write-host "volume: " $ .name " Snapshots: " $vmsnaps.count. If ($vmsnaps.Count -eq 0) {. Volume' = $ .name. Volume' = $ .name.

INTERNAL PAGES

darraghsblog.blogspot.com darraghsblog.blogspot.com
1

DarraghsBlog

http://www.darraghsblog.blogspot.com/2014/01/neatened-version-of-snapshot-reporting.html

Wednesday, January 29, 2014. Neatened version of snapshot reporting scrip. Filers = "filer1,filer2,filer3,filer4,filer5,filer6". Vmvolc = $vmvols measure-object. If ($vmvolc.count -gt 0) {. Vmsnaps = Get-NaSnapshot $ .name Where-Object { ($ .name -like "smvi*") -and ($ .name -like "*hourly*") -and ($ .name -notlike "*appsercvr*")} measure-object. Write-host "volume: " $ .name " Snapshots: " $vmsnaps.count. If ($vmsnaps.Count -eq 0) {. HourlyResultsNone = New-Object psobject -Property @{. Send-MailMessage...

2

DarraghsBlog: July 2012

http://www.darraghsblog.blogspot.com/2012_07_01_archive.html

Wednesday, July 25, 2012. Powershell script to alert for missing snapshots. We had a problem with SMVI not taking backups and to make matters worse not alerting us to the fact that it was not taking backups , the software can only alert if the backup job fails or if it generates warnings which is fine. I made a short script , scheduled to run each evening , which would send a mail if there were no snapshots less than a day old. NowDate =get-date -uformat "%d-%m-%y". Where-object {$ .lastwritetime -gt...

3

DarraghsBlog

http://www.darraghsblog.blogspot.com/2013/07/enable-ssh-on-all-hosts-and-set-policy.html

Wednesday, July 10, 2013. Enable SSH on all hosts and set the policy to automatic. In a non production lab obviously). First , have a look at the current state of the SSH service on all of the hosts. Get-VMHost Get-VMHostService Where {$ .label -like "SSH"} select VMhost , running , policy , Label. Then start the SSH service on each of your hosts. Get-VMHost Get-VMHostService Where {$ .label -like "SSH"} Start-VMHostService. Then ensure that it starts up each time on startup. View my complete profile.

4

DarraghsBlog

http://www.darraghsblog.blogspot.com/2013/07/powershell-script-to-age-out-netapp.html

Thursday, July 25, 2013. Powershell script to age out Netapp snapshots. I had a an incident where i had to recreate the SMVI jobs on one of our Filers , we have a requirement to keep 26 days of backups online. As always space was at a premium so What i wanted to do was to delete the old version of the SMVI. Snapshot each time after the new snapshot was taken. So i created a script which loops through decreasing the value of the number of backups we want to keep. For ($loops = 26;$loops -ge 0; $loops - ).

5

DarraghsBlog: Find the ILO IP of a HP ESXi Server through the CLI

http://www.darraghsblog.blogspot.com/2014/08/find-ilo-ip-of-hp-esxi-server-through.html

Monday, August 25, 2014. Find the ILO IP of a HP ESXi Server through the CLI. Find the ILO IP of a HP ESXi Server through the CLI. Hponcfg -w /tmp/ilo config.txt. Open /tmp/ilo config.txt. Subscribe to: Post Comments (Atom). Find the ILO IP of a HP ESXi Server through the CL. I am an IT professional with nearly 15 years experience , my passion is for virtualisation technology. I am VMware VCP3 , VCP4 , VCP5, VCAP-DCA 4 , VCAP-DCA5 and NetApp NCDA certified. View my complete profile.

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

OTHER SITES

darraghreams.wordpress.com darraghreams.wordpress.com

Darragh Reams' Portfolio | Software Designer & Mobile App/Web Developer

Darragh Reams' Portfolio. Software Designer and Mobile App/Web Developer. Skip to primary content. Contact Info and Other Profiles. Work Experience & Achievements. In my four years here at Athlone Institute of Technology, I have studied and used various different developing languages to create many different projects and assignments within the college. Some of the languages I have used are:. I have also learned many modules in college which are easily translated into the industry. Modules like:. You are ...

darraghrose.com darraghrose.com

Darragh Rose

darraghryan.ie darraghryan.ie

Darragh Ryan Chartered Engineers Wexford Ireland

Call Us on 053 916 4931. Chartered Engineers and Assigned Certifiers. Building and Land Surveys. We're a multidisciplinary team providing Architectural. We carry projects from concept to completion. As independent project managers. We assist in the smooth running. Meet with our team today to find out what can do for you! We carry out pre purchase property surveys. Call us for more details. About building and land surveys. What's involved when you get a B.E.R on your building. Cleariestown, Co. Wexford.

darraghs.com darraghs.com

Price Request - BuyDomains

Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.

darraghs.org darraghs.org

Postfix Admin - www.darraghs.org

Mail admins login here to administer your domain. 1041;ългарски - Bulgarian. Català - Catalan. 20013;文 - Chinese simplified (gb2312). 20013;文 - Chinese traditional. 268;esky - Czech. Español - Spanish. Français - French. 26085;本語 - Japanese. Lietuvių - Lithuanian. Norsk (bokmål) - Norwegian (bokmål). Norsk (nynorsk) - Norwegian (nynorsk). Português - Brazilian portuguese. 1056;усский - Russian. Slovenčina - Slovak. Slovenščina - Slovenian. Türkçe - Turkish. Users click here to login to the user section.

darraghsblog.blogspot.com darraghsblog.blogspot.com

DarraghsBlog

Monday, August 25, 2014. Find the ILO IP of a HP ESXi Server through the CLI. Find the ILO IP of a HP ESXi Server through the CLI. Hponcfg -w /tmp/ilo config.txt. Open /tmp/ilo config.txt. Wednesday, January 29, 2014. Neatened version of snapshot reporting scrip. Filers = "filer1,filer2,filer3,filer4,filer5,filer6". Vmvolc = $vmvols measure-object. If ($vmvolc.count -gt 0) {. Write-host "volume: " $ .name " Snapshots: " $vmsnaps.count. If ($vmsnaps.Count -eq 0) {. Volume' = $ .name. Volume' = $ .name.

darraghsdestinations.wordpress.com darraghsdestinations.wordpress.com

Darragh's Destinations | How I survived 9 months of travelling with my family

How to survive your family while traveling. How I survived 9 months of travelling with my family. April 22, 2013. We have been in Florida for two weeks! It’s been great! We have been to Aquatica, Sea World, Universal Studios, and Discovery Cove. At Discovery Cove, I swam with dolphins! I got to ride the dolphins, touch them, and they did some tricks for us! Also, we snorkelled with HUGE rays! And I mean huge! Also we swam with lots of tropical fish! This trip has passed so quickly! April 22, 2013. 8211; ...

darraghsmail.com darraghsmail.com

Coming Soon

But you can get in touch by following us.

darraghswitzerphotography.com darraghswitzerphotography.com

Account Suspended

This Account Has Been Suspended.