Dec 28, 2015
How to use diskpart to get disk information
Introduction In this short post we will use diskpart to get disk information on a Windows server. Command Scenarios So let’s cover a few scenarios using diskpart. Open a command prompt and type diskpart to start using the command. C:\> diskpart Using the list disk command we can get back the information on the disks available on the system for viewing and manipulation. DISKPART> list disk Disk... read more
Dec 20, 2015
Managing Your RDP with Remote Desktop Manager
Introduction Remote Desktop Manager (RDM) is an efficient solution for launching connections or conveniently viewing entries that have been centralized in your data source (database), In this case we are looking at managing RDP (Remote Desktop Protocol) connections. It also saves all of your remote connections, passwords and credentials in a single, secure platform. With RDM, you can quickly and easily... read more
Dec 13, 2015
How to Upgrade Avamar Client on Solaris
Introduction This post explains how to upgrade an existing Avamar client installation on Solaris. It covers removal and installation of the client on Sparc and x86 for Solaris 8, 9 & 10. This shown using an older package version but the process is the same. Process Copy the updated package on the server in the /tmp directory on the target server. For Solaris 8 & 9 use the Solaris 8 package and... read more
Dec 7, 2015
How To Create Ftp Yum Repository On Fedora
Introduction There comes a time when you cannot connect to the internet to your favorite repository for installation of packages. Thankfully we can create our own YUM repositories to have them available locally on our networks. YUM stands for Yellow Dog Modifier and is the Red Hat package manager that is able to query for information about available packages, fetch packages from repositories, install and... read more
Dec 2, 2015
How To Remove SAN Attached LUNs from RHEL 5 Servers Using powermt
Introduction It is one of those rare occasions where you get to reclaim SAN attached storage instead of giving more. From the EMC side of it you would think no problem. Remove the host from the storage group and un-mount and re-scan on the host and all is good, right? Well no, up rises device in use or not found and powermt check command won’t work. So how do we do it? Read on and see. Steps Several... read more
