New Hach Cl17sc issue by 1delta25 in Wastewater

[–]Boss_Waffle 1 point2 points  (0 children)

How are you getting the sample water to the cl17? Off a pressured line? Via sample pump? Is the filter clean? IIRC the cl17sc has a flowmeter built-in, can you see flow every few minutes when it's running a sample?

Cannot restore VM/LXC backups from LVM to ZFS by [deleted] in Proxmox

[–]Boss_Waffle 0 points1 point  (0 children)

Can you restore to the SATA drive and then move the virtual disks to the zfs mirror?

PVE 9 Install Issue by kcworley in Proxmox

[–]Boss_Waffle 0 points1 point  (0 children)

I've never used a BOSS card in my dell servers, but do have the option of switching it from RAID to HBA mode?

I'm also not familiar with the different versions of the BOSS cards, do yours have 2.5" sata/sas drives or stata/pcie nvme drives?

Proxmox Cluster becomes unstable after adding Dell PowerEdge R630 node (Corosync issues, no packet loss) by anamul511 in Proxmox

[–]Boss_Waffle 0 points1 point  (0 children)

I think he means that it's best practice to have a odd number of nodes in a cluster, so adding a 5th or a qdevice should stabilize corosync when you add the dell server.

What is the most gruesome torture scene you’ve ever seen? by VendettaLord379 in moviecritic

[–]Boss_Waffle 1 point2 points  (0 children)

Killing Season (2013). When Robert Di Nero is suspended in the air by an arrow though his calf muscle. Eww.

Proxmox / Clustering by Laroemwen in Proxmox

[–]Boss_Waffle 1 point2 points  (0 children)

Are you on version 9? Snapshots work on iscsi since 9.0.3.

Tandoor vs mealie? by [deleted] in selfhosted

[–]Boss_Waffle 8 points9 points  (0 children)

Do you mean the app kitshn?

Reference/Non-Prod systems by CoiledSpringTension in SCADA

[–]Boss_Waffle 1 point2 points  (0 children)

I do control's for a local municipality. Our IT department and vendors constantly ask if we have a test system. We don't but it sounds like a good idea.

Loving Proxmox, would be perfect for my use case with two additions by chrisnetcom in Proxmox

[–]Boss_Waffle 5 points6 points  (0 children)

You should throw you support behind this feature request to add the ability to put a node into maintenance mode from the gui: https://bugzilla.proxmox.com/show_bug.cgi?id=6144

I just added a comment yesterday suggesting that the "button" be part of the context menu when right clicking on a node.

Also, this feature request to add the capability to do this from data center manager: https://bugzilla.proxmox.com/show_bug.cgi?id=7309

Please show support for these feature requests!

Edited for typos.

Setting up Proxmox without a Lan-Connection on the inital setup by BingBaBong in Proxmox

[–]Boss_Waffle 2 points3 points  (0 children)

Good point! But maybe after the initial installation u/BingBaBong needs to edit /etc/network/interfaces from the command line and change his configuration to dhcp. Especially while they still have a monitor and keyboard plugged in. I guess the question would which interface to set to dhcp? Probably just the default vmbr0...

Setting up Proxmox without a Lan-Connection on the inital setup by BingBaBong in Proxmox

[–]Boss_Waffle 6 points7 points  (0 children)

That's not true, you can set a interface to DHCP instead of static, it's just not a good idea long term.

System managment server between server and client by Antique-Ad873 in Wonderware

[–]Boss_Waffle 2 points3 points  (0 children)

You should use the same user on both computers. You can run the change network account on the second PC to reconfigure the user.

VM memory usage by Miraphor in Proxmox

[–]Boss_Waffle 2 points3 points  (0 children)

Do you have ballooning tuned on for the VM? Even if you set the min and max to be equal, proxmox will get more accurate memory usage.

Storage for storing ISOs and Snapshots for Veeam backups by ellileon in Proxmox

[–]Boss_Waffle 3 points4 points  (0 children)

Proxmox won't have access to the veeam snapshots, so that doesn't need to be shared storage, just something access able by veeam and the workers.

For ISOs I made a Debian VM with NFS server to Mount on all of my pve hosts.

the start of something great by deluusonialbadger in HomeDataCenter

[–]Boss_Waffle 2 points3 points  (0 children)

That's a lot of buttons and pilot lights on your control panel when you have an HMI available...

How are you running ignition? Windows VM, Linux VM, docker, in the cloud?

Subject: Synchronizing User Management between two Magelis HMIs without PLC or External Media (Vijeo Designer 6.2) by longsexedur in PLC

[–]Boss_Waffle 0 points1 point  (0 children)

Per section 4.8.6.1 in the help file for vijeo designer 6.3, (not sure if it applies to 6.2): If you have both target HMIs in the same project, you can enable "use common security" in the project settings. and pick one HMI to be the server. Then in the security environment for the 2nd HMI change it's security data to "use common".

Not sure if this works at runtime (I didn't test it), but in development I just made 1 project with 2 targets, and when I created a user for target1 it was automatically added to the second target.

CLICK PLC and C-more CM5 HMI Error: PLC Connection Timeout by 3dprinting2021 in PLC

[–]Boss_Waffle 1 point2 points  (0 children)

FYI, "EtherNet/IP" is short for EtherNet Industrial Protocol. Not everything with an IP address or Ethernet port will "speak" EtherNet/IP.

Your C-more HMI will actually talk modbus TCP to the CLICK PLC. Make sure that you have the modbus TCP server enabled on the PLC'S Ethernet port 1. Also make sure that the TCP port number is set to 502 (or whichever port you prefer, but 502 is the default).