Header Shadow Image


Archive for February, 2016

Modify or Set AIX Prompt

Here's an example of a clean prompt for use in AIX in a mixed-environment setup: PS1="[ $(uname) $(whoami)@${HOSTNAME}:\$PWD ] " export PS1 set -o vi Looks like this: [ AIX root@mdsnim01 : guest ] Cheers, TK REF: Softpanorama KSH Substitutions

Install OpenSSH from AIX CD

If you've just installed AIX from CD, there is no SSH / SSL.  Getting and compiling one from the web proved to be challenging.  Here's the steps to do so: mount -V cdrfs -o ro /dev/cd0  /cdrw cd /cdrw/installp/ppc smit installp Install Software * INPUT device / directory for software           […]

Configuring Cisco Switch 3750G POE

This is a set of running notes on configuring a Cisco 3750G POE Switch.  It's very very messy and is meant for me to remember the ins and outs of doing this.  Along the way, it could help someone else too. First use a console connection to your switch.  The console is unaffected by what […]

Network error: Software caused connection abort

When I saw Failed to recv data from socket. from my VNC client and Network error: Software caused connection abort I immediately ran an arp scan to check for duplicate IP's:

There are differences between boot sector and its backup

Recently I got the following at boot time of my RHEL clone (Scientific Linux 6.7), There are differences between boot sector and its backup, after which I was dumped into the maintenance console asked to type a password for maintenance and perform brain surgery.  Naturally I wondered if my recent attempts to create a bootable UEFI […]

Persistent mounting of USB Devices

I've destroyed quite a few disks because the Linux kernel randomizes their mount points at each startup.  So writing persistent mount rules using /etc/fstab is pointless because you never know where each one will be mounted after repeat reboots.  We can achieve this in a different manner by using the following logic to determine their […]

Create DOS Bootable Flash or CD Disk in Linux

Here we will go over the steps of creating a DOS bootable flash disk for use for updating firmware on controllers and on motherboards.  Keep in mind for UEFI installed systems, the preference is to use UEFI USB flash disks that is out of scope of this post.  We will do this by demonstrating two […]

Power5 Console Connection

How to get connected to an old Power5 IBM server (9133-55A) using a null modem and a serial-to-usb RS-232 adapter cable.  In this case we will be using Linux.  First connect your cabling, null model to your Power5 and the RS-232 serial port to the null modem followed by plugging the USB end to a […]

RJ45 to DB9 console adapter wiring

RJ45 to DB9 console adapter wiring quick setup guide.  First purchse a DB9 to RJ45 adapter as below.  It will come looking like the one below.  Looks harder then it is but it is designed to be made and remade hence why it's shipped this way.  The pins plug in to the female terminator like USB […]


     
  Copyright © 2003 - 2013 Tom Kacperski (microdevsys.com). All rights reserved.

Creative Commons License
This work is licensed under a Creative Commons Attribution 3.0 Unported License