• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

cmd

GCP ILB Issue Targets Not Healthy

January 14, 2020

I ran into an issue with Google Compute Engine TCP internal load balancer. The targets are unhealthy although all configs were correct installed. At one time the targets were working, but somehow they became unhealthy. In the end, 3 things needed to be checked.

  1. Make sure GCP’s guest environment is installed.
  2. Add the internal load balancer VIP address to the network properties.
  3. Add route via cmd. “route ADD VIP MASK 255.255.255.255”

You will need to change the server’s IP from DHCP to static to add ILB VIP.

Filed Under: Cloud Tagged With: add, cmd, environment, gcp, guest, internal, load balancer, network, properties, route, vip

Windows Boot Time

December 2, 2019

Here’s how to find when a Windows server was last rebooted.

systeminfo | find /i "boot time"

systeminfo | find /i "boot time"

Filed Under: Windows Tagged With: boot, cmd, last, server, windows

Uptime in Windows

July 16, 2019

Here’s how to find uptime in Windows servers.

Go to “Start” -> “Run”. Write “CMD” and press “Enter” key.

net statistics server
# or
net stats srv

net statistics server # or net stats srv

Filed Under: Misc Tagged With: cmd, uptime, windows

  • Home
  • About
  • Archives

Copyright © 2023