What Are You Doing Right Now
-
@gjacobse said in What Are You Doing Right Now:
Disabled Powershell
Lol why?
Lol ,.. Uhm Yea,.. (insert what's his face from Office Space) If you can include a cover page with your report,..MhhhhKay..
.... I have been asking that same question to which I only get.
"Security"
I'm still curious as to their specific worry.
-
crying
Killed one of our dell switches last night, well can't ping/access it after a OS update.
Got our MSP looking at why some ESXi servers can't see the SAN as there was a 2nd switch. Can ping everything hosts & SAN but they're just not talking. they set it up so they can fix -
@hobbit666 said in What Are You Doing Right Now:
crying
Killed one of our dell switches last night, well can't ping/access it after a OS update.
Got our MSP looking at why some ESXi servers can't see the SAN as there was a 2nd switch. Can ping everything hosts & SAN but they're just not talking. they set it up so they can fixSomeone screwed up SAN failover switching, gasp, what a surprise.
Sorry for the snark while you're dealing with the aftermath.
-
@travisdh1 said in What Are You Doing Right Now:
Someone screwed up SAN failover switching, gasp, what a surprise.
Sorry for the snark while you're dealing with the aftermath.
Might not be 100% them, it might be due to the Dell Certificate issue as someone failed to update the switches before yesterday.
-
Trying to get work scheduled so that I can actually get it off of my plate. Gah I hate it when things drag on.
Of course some of these changes are going to have breaking impacts to workflows....
-
Laughing my ass off at red tape. Get a project. Reach out to specific vendors and get get the pricing and options. List four good options, with a #1 recommendation suitable for us. Get together with the C levels, and get it shot down as 'C' levels want to verify what we actually need from the options (which I did already). C levels spend several weeks in meetings, internally, externally... and come back with the exact same #1 recommendation. Pfft.
-
@jimmy9008 said in What Are You Doing Right Now:
Laughing my ass off at red tape. Get a project. Reach out to specific vendors and get get the pricing and options. List four good options, with a #1 recommendation suitable for us. Get together with the C levels, and get it shot down as 'C' levels want to verify what we actually need from the options (which I did already). C levels spend several weeks in meetings, internally, externally... and come back with the exact same #1 recommendation. Pfft.
Hopefully you didn't suck(er)ed into sitting in the several weeks of meetings, lol.
-
@jimmy9008 said in What Are You Doing Right Now:
Laughing my ass off at red tape. Get a project. Reach out to specific vendors and get get the pricing and options. List four good options, with a #1 recommendation suitable for us. Get together with the C levels, and get it shot down as 'C' levels want to verify what we actually need from the options (which I did already). C levels spend several weeks in meetings, internally, externally... and come back with the exact same #1 recommendation. Pfft.
So they are IT now?
-
shaking my head again at a process that I've made a suggestion on how to 'fix'
Several of the POS card scanners have an issue with the Windows Service stopping. Have to remote to the desktop to restart them...
Has to be a better way and one that doesn't keep requiring Human intervention which may take 5-20 minutes depending on IT availability.
-
@gjacobse said in What Are You Doing Right Now:
shaking my head again at a process that I've made a suggestion on how to 'fix'
Several of the POS card scanners have an issue with the Windows Service stopping. Have to remote to the desktop to restart them...
Has to be a better way and one that doesn't keep requiring Human intervention which may take 5-20 minutes depending on IT availability.
Powershell script that runs once a minute (or once every x minutes) to check the service and restart it if needed?
-
@dafyre said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
shaking my head again at a process that I've made a suggestion on how to 'fix'
Several of the POS card scanners have an issue with the Windows Service stopping. Have to remote to the desktop to restart them...
Has to be a better way and one that doesn't keep requiring Human intervention which may take 5-20 minutes depending on IT availability.
Powershell script that runs once a minute (or once every x minutes) to check the service and restart it if needed?
My thoughts. Was about half way writing it when it was discovered that:
Powershell is disabled ...
-
@gjacobse said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
shaking my head again at a process that I've made a suggestion on how to 'fix'
Several of the POS card scanners have an issue with the Windows Service stopping. Have to remote to the desktop to restart them...
Has to be a better way and one that doesn't keep requiring Human intervention which may take 5-20 minutes depending on IT availability.
Powershell script that runs once a minute (or once every x minutes) to check the service and restart it if needed?
My thoughts. Was about half way writing it when it was discovered that:
Powershell is disabled ...
Should be able to do it with a batch script, instead?
-
@gjacobse said in What Are You Doing Right Now:
@dafyre said in What Are You Doing Right Now:
@gjacobse said in What Are You Doing Right Now:
shaking my head again at a process that I've made a suggestion on how to 'fix'
Several of the POS card scanners have an issue with the Windows Service stopping. Have to remote to the desktop to restart them...
Has to be a better way and one that doesn't keep requiring Human intervention which may take 5-20 minutes depending on IT availability.
Powershell script that runs once a minute (or once every x minutes) to check the service and restart it if needed?
My thoughts. Was about half way writing it when it was discovered that:
Powershell is disabled ...
Use the command line then...
net start servicename
-
What about having the service auto start on failure?
-
@dashrender said in What Are You Doing Right Now:
What about having the service auto start on failure?
It is already set to auto start on failure. just that it fails enough it stops.
-
@gjacobse said in What Are You Doing Right Now:
@dashrender said in What Are You Doing Right Now:
What about having the service auto start on failure?
It is already set to auto start on failure. just that it fails enough it stops.
wow - and they haven't decided it was worth finding the root cause on that yet? /sigh.
-
Daily walk completed. Meal consumed. Time for RHCE prep.
-
@dashrender said in What Are You Doing Right Now:
@jimmy9008 said in What Are You Doing Right Now:
Laughing my ass off at red tape. Get a project. Reach out to specific vendors and get get the pricing and options. List four good options, with a #1 recommendation suitable for us. Get together with the C levels, and get it shot down as 'C' levels want to verify what we actually need from the options (which I did already). C levels spend several weeks in meetings, internally, externally... and come back with the exact same #1 recommendation. Pfft.
So they are IT now?
By all accounts, yes.
-
@travisdh1 said in What Are You Doing Right Now:
@dashrender said in What Are You Doing Right Now:
@jimmy9008 said in What Are You Doing Right Now:
Laughing my ass off at red tape. Get a project. Reach out to specific vendors and get get the pricing and options. List four good options, with a #1 recommendation suitable for us. Get together with the C levels, and get it shot down as 'C' levels want to verify what we actually need from the options (which I did already). C levels spend several weeks in meetings, internally, externally... and come back with the exact same #1 recommendation. Pfft.
So they are IT now?
By all accounts, yes.
frustrating yes, but at least they came back with same decision. coming back with a different decision would have been worse for you i'm guessing.
-
weird dfsr problem on a dc.
old dc being reported as still alive in dfs rep group, but doesn't appear in metadata cleanup or dfs management app.