Reviewing Backups at new job...DAG...Last mountable backup is 4/10/2018.
Pass me the Whiskey.
Posts made by Texkonc
-
RE: What Are You Doing Right Now
-
RE: What Are You Doing Right Now
@scottalanmiller said in What Are You Doing Right Now:
@texkonc said in What Are You Doing Right Now:
Got to my new gig early. Waiting in car.
Wow, that was a fast start!
Should do lunch later this week.
-
RE: What Are You Doing Right Now
Busy ass day with interviews and just trying to keep with my sanity.
-
RE: What did you have for lunch or dinner today?
@momurda said in What did you have for lunch or dinner today?:
Tonight is 2lb Alaskan King Salmon filet, rice, and some vegetable i havent chosen yet.
Sounds amazing! Am I invited?
-
RE: What Are You Doing Right Now
Just had an initial phone screen for an AWS role.
-
RE: What Are You Doing Right Now
@scottalanmiller said in What Are You Doing Right Now:
Yeah, I was chatting with Balber last night. It was not looking good this morning.
-
RE: What Are You Watching Now
@black3dynamite said in What Are You Watching Now:
The Beyond on Netflix.
I just finished it, meh. but I bet the reality is not far off.
Musk will probably start it. -
RE: Replaced Drive in PE T410 Not adding to Virtual Disk
@scottalanmiller said in Replaced Drive in PE T410 Not adding to Virtual Disk:
Non-Dell drive could initiate this kind of issue, though.
In the end, that is what we found. Adding it to the hot spares then threw the drive into "failure" so the drive was not new since it detected foreign and the OMSA logs are being picky about it not being a certified drive. I was not involved until the swap, so I would have recommended a Dell drive anyway.
-
RE: Replaced Drive in PE T410 Not adding to Virtual Disk
@jaredbusch said in Replaced Drive in PE T410 Not adding to Virtual Disk:
I've never had to do this. The drives have always started to rebuild.
I tired that, but there are two options, you have to select an old one and new one to replace and since I do not have that option, I cant use that option.
-
Replaced Drive in PE T410 Not adding to Virtual Disk
We had to replace a predictive failure drive in the a Dell PowerEdge T410. Replaced it with a new Drive but OMSA was not detecting it properly as the status said Failed in OMSA, but it was showing the correct data. Drive size, Firmware, etc..
They replaced the drive back to the old one and reboot and thought it was due to the new drive being a Non Dell branded firmware drive and rebooted and it came up as Foreign. Powered the server down again and put the new drive in. Drive came up as foreign this time too. In OMSA, we cleared the foreign config.
Now the drive just says "Spun Up" and "Online" and it is not doing an array rebuild. The array just says degraded. Luckily this is just the data VD for Backups, and the OS is fine, but at same time I dont want to loose the backups.
No Dell Warranty so I cant call support. How do I save ourselves and get the drive back added to the array??
I am Remote with no idrac, can only leverage omsa.
-
Import New-PublicFolder -Name in bulk
Long story short, the previous guy left no documentation. I did find his template file however. Now I just the EMC shell syntax.
We have public folder data to add.
For example I have 95 lines of this just for this one year in a CSV.
New-PublicFolder -Name 910002 -Path \Projects\1991
New-PublicFolder -Name 910007 -Path \Projects\1991
New-PublicFolder -Name 910008 -Path \Projects\1991
New-PublicFolder -Name 910009 -Path \Projects\1991
New-PublicFolder -Name 910010 -Path \Projects\1991
New-PublicFolder -Name 910011 -Path \Projects\1991
New-PublicFolder -Name 910012 -Path \Projects\1991
New-PublicFolder -Name 910013 -Path \Projects\1991
New-PublicFolder -Name 910014 -Path \Projects\1991Looking at this, it doesn't show how I could use a CSV instead of manually typing it in.
https://technet.microsoft.com/en-us/library/bb691104(v=exchg.150).aspxI have 8 years to add like this. So I know he did it, I just have no idea what syntax he used to have Exchange shell grab from the CSV.
-
RE: What Are You Doing Right Now
sitting in my office chair shivering. Furnance will not heat nor will switching it over to Cool will it run. Called it in last night and hopeful someone can come out today.
#warranty
#soundslikeafuse -
RE: Windows 10 idle lock timer; 15 minutes
@dashrender said in Windows 10 idle lock timer; 15 minutes:
@nerdydad said in Windows 10 idle lock timer; 15 minutes:
I know you said they are trying to go serverless, but how about Salt or Ansible?
Good question - he could just as easily use Intune or an MDM solution (like SodiumSuite).
Intune cost extra.
-
RE: Windows 10 idle lock timer; 15 minutes
@black3dynamite said in Windows 10 idle lock timer; 15 minutes:
New-ItemProperty ` -Path "HKLM:\Software\Microsoft\Windows\CurrentVersion\Policies\System" ` -Name "InactivityTimeoutSecs" ` -PropertyType "DWord" ` -Value "0"
Nope.
-
RE: Windows 10 idle lock timer; 15 minutes
@dbeato said in Windows 10 idle lock timer; 15 minutes:
Not even this?
powercfg.exe /SETACVALUEINDEX SCHEME_CURRENT SUB_VIDEO VIDEOCONLOCK 300
or
Registry Hive: HKEY_LOCAL_MACHINE Registry Path: \Software\Microsoft\Windows\CurrentVersion\Policies\System\ Value Name: InactivityTimeoutSecs Value Type: REG_DWORD VALUE: 300
Nope and Nope.