wiki.getshifting.com

--- Sjoerd Hooft's InFormation Technology ---

User Tools

Site Tools


start

SHIFT-WIKI - Sjoerd Hooft's InFormation Technology

This WIKI is my personal documentation blog. Please enjoy it and feel free to reach out through blue sky if you have a question, remark, improvement or observation. See below for the latest additions, or use the search or tags to browse for content.


Securing NetApp

Summary: This article is about securing access to a NetApp filer.
Date: 11 May 2011
Refactor: 3 January 2025: Checked links and formatting.

We'll discuss the following options in securing access:

  • Recreate SSL Certificates
  • Enabling SSH access
  • Disabling Telnet access
  • Allowing multiple sessions
  • Using an Administrative Host
  • Defining users in a LDAP environment
  • Using privileged commands

Note that wherever possible I'll use the command line to change settings. Only when using other tools gives an more clear overview I'll use other tools.

→ Read more...

2025/06/01 11:59

Script: Bash: Changing a Config File on Multiple SSH Servers

Summary: How to change a config file on multiple esx servers using ssh.
Date: Around 2015
Refactor: 6 April 2025: Checked links and formatting.

I want to change a config file on multiple esx servers to solve the problem that after updating them to ESX version 4.1 I can't copy/paste into the VM console anymore. The solution is to add two lines to the /etc/vmware.config file. But I don't want to log on to each host and make the change. And ssh doesn't allow for passwordless logons unless you use key authentication. In this case I didn't want to do key authentication so created and used this script to solve my problem.

→ Read more...

2025/06/01 11:59

Script: Find Ports in Use on Solaris

Summary: How to find the process which listens on a port.
Date: 2004
Refactor: 6 April 2025: Checked links and formatting.

Run the script below to find the process which listens on a port.

→ Read more...

2025/06/01 11:59

PowerShell: Create an Excel report with Server Status and Compliancy

Summary: This script is what I use to make one large inventory of all or VMs and physical objects in Active Directory. It creates a nice view in Excel on topics that are important. It allows for vCenter and Active Directory to document itself using the notes and description fields. Please notice so that if an object lives in both vCenter and Active Directory the virtual objects takes precedence.
Date: Around 2014
Refactor: 6 April 2025: Checked links and formatting.

Note> To make an extra report on a new property follow these steps:

  • Add the property and configure it correctly to the VMstatus and PSstatus functions
  • In the function ExcelAddRawData add the new property twice
  • In the function excelfile add the report number and name three times

→ Read more...

2025/06/01 11:59

<< Newer entries | Older entries >>

This wiki has been made possible by:

start.txt · Last modified: by sjoerd