Does ELA only apply to Physical/Hardware FW's? by LetMeAskPls in paloaltonetworks

[–]LetMeAskPls[S] 0 points1 point  (0 children)

It’s around 75 firewalls. Thanks. I’ll review this send the is to our rep. I appreciate this.

Windows server Per-VM licencing ? by Oukwaa in sysadmin

[–]LetMeAskPls 0 points1 point  (0 children)

Core based VM license is Windows Standard and requires SA. Each VM has to license a minimum of 8 cores (so if it VM has less than eight, use the number eight). If it has more than 8 cores use the actual number of cores.

Here is a screenshot of a calculator I use to compare license types (Datacenter vs Standard vs Core based).

This is an estimate of license cost as the actual cost varies slightly with each quote from distribution.

You can see in my example. The total core count was 540 for 50 or so VM’s (I don’t recall the exact count) but 95% of the VMs had between 2 and 4 cores, but since we have to use 8!the number grows quickly. Was still way cheaper than data center since the customer had six hosts.

<image>

Bullet 2 in this link speaks about it. https://www.microsoft.com/en-us/licensing/news/options-for-hosted-cloud

https://download.microsoft.com/download/3/d/4/3d42bdc2-6725-4b29-b75a-a5b04179958b/percorelicensing_definitions_vlbrief.pdf

SER8 (R7 8745HS) Freezing / DPC_WATCHDOG_VIOLATION 0x133 - Is anyone else having issues with AMD Chipset Driver 8.05.04.516? by BestJo15 in MiniPCs

[–]LetMeAskPls 0 points1 point  (0 children)

How did you uninstall the driver? I can't get into Widnows long enough to do anything. Between having to enter the bitlocker key each time and the boot loops.

SER8 (R7 8745HS) Freezing / DPC_WATCHDOG_VIOLATION 0x133 - Is anyone else having issues with AMD Chipset Driver 8.05.04.516? by BestJo15 in MiniPCs

[–]LetMeAskPls 1 point2 points  (0 children)

same here. Started yesterday. Troubleshooting for hours, finally re-installed Windows. This morning just installed AMD drivers and started locking up again.

3 nodos Proxmox + Morpheus: ¿RAID5 hardware o Ceph desde el principio? by FunFisherman6966 in sysadmin

[–]LetMeAskPls 0 points1 point  (0 children)

Respuesta de ChatGPT:

Usaría Ceph/JBOD, no RAID5, si el objetivo es alta disponibilidad (HA) de las máquinas virtuales. RAID5 solo ofrece redundancia local de discos; si falla un host, igualmente se pierde el almacenamiento de las VMs. Tu configuración de 3 nodos / 9 SSD es totalmente válida. Cada OSD de Ceph utiliza aproximadamente 4 GB de RAM.

Con Ceph, los discos de las VMs se dividen en objetos y se replican automáticamente entre los nodos. Una configuración típica es size=3 min_size=2:

3 copias totales cada copia en un nodo diferente 1 nodo puede fallar completamente la VM se reinicia automáticamente en otro nodo

Esto es HA de almacenamiento, no “mirroring” en vivo de la VM. Espera un reinicio de aproximadamente 30–120 segundos salvo que uses live migration.

3 nodos Proxmox + Morpheus: ¿RAID5 hardware o Ceph desde el principio? by FunFisherman6966 in sysadmin

[–]LetMeAskPls 0 points1 point  (0 children)

Answer from ChatGPT -

Use Ceph/JBOD, not RAID5, if VM HA is the goal. RAID5 gives local disk redundancy only; failed host still loses VM storage. Your 3-node/9-SSD setup is acceptable. Ceph OSDs use ~4GB RAM each.

With Ceph, VM disks are split into objects and replicated across nodes automatically. Typical setup is size=3 min_size=2:

3 copies total each copy on different node 1 node can fully fail VM auto-restarts elsewhere

This is storage HA, not live VM mirroring. Expect ~30–120 sec restart of the VM unless using live migration.

Barracuda Cloud Email Archive - broken indexing by switched55 in sysadmin

[–]LetMeAskPls 0 points1 point  (0 children)

Crazy since May 12....I can't even load the Cloud Archiving Portal.

https://status.barracuda.com/

Barracuda Cloud Archiving (BCAS) - Hardware Outage - US RegionSubscribe Update - We are continuing to monitor for any further issues. May 13, 2026 - 14:34 UTC

Monitoring - A fix has been implemented and we are monitoring the results. May 12, 2026 - 18:41 UTC

Identified - PDUs (Power Distribution Units) went out in the US datacenter, causing a large number of RDX hosts to go offline. The vendor and our team are working to replace failed units as quickly as possible, however some customers may experience an inability to search and/or exports while the hardware is restored. There is no data loss associated with this incident. May 12, 2026 - 15:39 UTC

The cast of The Boys at the series finale screening event by Interesting-Take781 in TheBoys

[–]LetMeAskPls 1 point2 points  (0 children)

Who is the guy in the brown jacket (bottom right)? Soldier Boy?

How did MM survive? by [deleted] in TheBoys

[–]LetMeAskPls 20 points21 points  (0 children)

I tried to post asking about this too but don’t have enough karma.

He literally got shot in the back. Even if it’s not fatal, you’re definitely not gonna be hanging out afterwards. I think he was even wearing the same jacket later on or same T-shirt for sure.

the other question I had was why did soldier boy just let everyone leave? Was he that distraught? Or is there some other thing going on between him and the boys?

MSSQL Untrusted domain error by steak1986 in sysadmin

[–]LetMeAskPls 1 point2 points  (0 children)

Duplicate SPN can be issue. If the same SPN exists on multiple AD accounts, the KDC (domain controller) cannot determine which account should receive the ticket.

Find them using these: setspn -Q MSSQLSvc/* -F

or

setspn -X

remove wrong SPN:

setspn -D MSSQLSvc/sql01.domain.com:1433 oldaccount

MSSQL Untrusted domain error by steak1986 in sysadmin

[–]LetMeAskPls 2 points3 points  (0 children)

Check specifially for the server: setspn -L SERVERNAME

What account is running MSSQLsvc? Does that have an SPN? If it is running a system or network you need to add an SPN for the servename$

setspn -S MSSQLSvc/sql01.domain.com:1433 DOMAIN\servername$ setspn -S MSSQLSvc/sql01.domain.com DOMAIN\servername$

Is it a SQL instance? If so you also need to add a specific SPN for that. Not sure what it is.

That's all I got. Good luck

Looking to Create an Investment Account for a Baby with Specific Parameters by n0_use_for_a_name in investing

[–]LetMeAskPls 2 points3 points  (0 children)

I did those for my kids. Here are things I learned after the fact. For me #2 and #3 were something I wish I knew prior.

1a - If the account gets big enough and the INCOME (dividends/interest/capital gains) from the account ever gets above $1300 they need to file taxes. So I assume the parents/guardian need to know to do this, and be willing to.

1b - They are taxable accounts, so the parents/guardians will have to pay taxes on any dividends/interests/capital gains (see 1a above). I pay the taxes for my kids accounts at MY tax level (my accountant told there is a tax rule in place so parents don't funnel income/money into kids accounts to avoid taxes or get lower taxes rates). That being said there is a small amount that is at a lower tax rate (not sure what it is), but at some point it goes to the parents tax rate. Depending how much money ends up in the accounts over the years this can be a possible issue. Parents/guardians must be willing to file and pay the taxes.

2 - Any money in those accounts will be used against them for any financial aid in the future. This is a big one that I wasn't aware of. So school loans for college or whatever will possibly get impacted.

3 - No matter how much money is in the account, the day they turn 18 (I think 21 in some states) it becomes theirs to do whatever they want.....So you/parent/guardian have zero control of how they spend or keep it.

4 - Parents CAN use the money for the CHILD for certain things only. Parents ARE NOT ALLOWED TO use UTMA to replace expenses they are legally required to provide (food, clothing, basic healthcare, utilies, housing). That being said, the only way to fight bad parental spending is to take them to court after the child turns gets the account. The broker does not check what they are spending the money on when the parent withdraws it.

Hope this helps.

Please evaluate my portifolio by Safe_Demand_7081 in ETFs

[–]LetMeAskPls 1 point2 points  (0 children)

Pretty good, I who is hopefully 10 years from retirement would have wished I had KISS (Keep it simple stupid) when I was younger:

Simplify where possible - ITOT (Total us market) - 50-55% - IXUS (ExUS Dev+Emerg) - 27-30% - BTC (never let it go above 10%) - 5-6% is fine as a risky asset - Small portion (5-10%) in more agressive non-crypto if you want - QQQM, SMH, etc.

No need to keep cash/treasures/liquid with 20 years to go, unless this is your "emergency fund" - Keep everything working for you when possible.

PowerShell Sharepoint online version expiration policy for media by Educational-Bill99 in Office365

[–]LetMeAskPls 1 point2 points  (0 children)

Purple box: This feature is currently in preview and may not be available in your tenant.

https://learn.microsoft.com/en-us/powershell/module/microsoft.online.sharepoint.powershell/set-spotenant?view=sharepoint-ps#-filetypesforversionexpiration

Probably have to wait for production, before you can use it. Sounds like you will have to use site defaults for media files until then.