Profile

Philip Argent

User info

First name Philip
Last name Argent

DevOps Program

Acquired rank
Enabler
Points progress
Number of DevOps Professional Points
1038 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

1 Votes 2 Ans
3 Votes 1 Ans
Solved186 views Selected answer as best

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 Question
5 Votes

Something 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 Question

Following 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 Question
4 Votes Selected

Having 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 Question
3 Votes

Hi, 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 Question
2 Votes

Just 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 Question
2 Votes

I 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 Question
2 Votes Selected

The 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 Question
1 Vote Selected

Thanks 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 Question
1 Vote

Both 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 Question
1 Vote Selected

This 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 Question
0 Votes Selected

For 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 Question
0 Votes Selected

It'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 Question
0 Votes Selected

Hi 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
0 Votes Selected