User info
First name | Philip |
Last name | Argent |
DevOps Program
Acquired rank |
Enabler
|
Points progress |
4645
DevOps Points
|
Here are a few tips to level up your DevOps game and unlock an arsenal of perks and benefits. | |
DevOps attestation | Request your attestation ID and expiry date |
Achievements
|
Questions asked
Answers given
You'll need HP SIM installed, which that could be the package for that, but it only works up to GEN 9 hardware, GEN 10 and above HP made a change, where you can only get the hardware health via the iLo.
View QuestionSomething that worked for me to clear the git indexing and only add back in what should be included on GitHub, after adding in the .gitignore file was git rm -r --cached . && git add . &&...
View QuestionFollowing Joachim's answer, also check you have the the nuget.org 'https://api.nuget.org/v3/index.json' package resource configured in the NuGet Package Manager.
View QuestionHaving a look through, I see it's also update on 10.1.0 CU19 for anyone not running 10.2 yet. Release notes 10.1.0 CU19 (Main release)
View QuestionHi, I asked the same question a while ago, with the same answer. I ended up adding a dummy parameter that triggered the QAction <Param id="9"> <Name>ExternalTrigger</Name> <Description>External...
View QuestionJust to be awkward I've gone with the DmsConfiguration message to return the cluster name var message = new GetInfoMessage(-1, InfoType.DmsConfiguration); var response = (GetDmsConfigurationResponseMessage)engine.SendSLNetSingleResponseMessage(message);...
View QuestionI have used regex replace to swap the day and month round, [regexreplace:(?<day>^\d{2})(\D)(?<month>\d{2}),[cardvar:MyVariable],${month}/${day}] if it's helpful for anyone in the future.
View QuestionThe issue is with the logon type and logon provider used in the SetImpersonationContext method in QAction 1. The protocol uses LOGON32_LOGON_INTERACTIVE & LOGON32_PROVIDER_DEFAULT, as where this article...
View QuestionThanks Gelber, I'll put this as an answer, since I can't put screen grabs in comments. I've added the reference in VS and put the scriptref in as highlighted in the screen capture below (ignore the manual...
View QuestionBoth the SNMP and SSH version of the Linux protocol support HP and DELL hardware monitoring. The SSH version has a second connection for SNMP for the hardware monitoring.
View QuestionI used Generating child shapes based on table rows with Turning a shape into a parameter_control shapes in the child group for each column, with each shape having the value set to the PID:[tableindex],...
View QuestionThe requirement for our case aren't currently a possibility, so a new feature has been requested. SRM: Allow all profile instance parameters to be returned to a profile load script, even when null.
View QuestionThis went from a single negative, to a double negative option, with one being an empty string, so changing this to check if it was either of the positive options was the cleanest option. <A>-A|Value|[pagevar:EventStatus]|=onair;scheduled
View QuestionFor anyone interested, the primary key from a table is used when linking to a resource virtual element. resource details in the resources xml showing PK 491 resource device details in the resource...
View QuestionIt's not relevant with the new Nuget package options now, but I overcame this by adding the dlls in the same folders as would be installed on a DMA locally on my machine.
View QuestionHi Max, I forgot to tick this when creating a new service template the other week, which only allowed me to create a single service with the same element in, I'm currently using 10.2.8 on the system I...
View Question