- Home
- Drupal
- Linux
- WAN Emulator
- Bacula with Tape Autochanger
- DIY iSCSI Virtual Tape Library
- Installing CentOS 6 Linux
- Installing OpenSUSE
- LSI MegaRaid Storage Manager on Ubuntu Linux Deskktop (GUI)
- LSI MegaRaid Storage Manager on Ubuntu Server Linux (No GUI - remote management)
- Let's Build a Spam/Antivirus Filter
- Linux Fibre Channel SAN (Ubuntu)
- Microsoft
- Microsoft System Center 2012
- Failed to get DP locations as the expected version from MP
- SCCM 2012 Certificates and Templates for Internet and Workgroup Clients
- SCCM 2012 R2 Prerequisites
- SCCM 2012 R2 Slow Collection Refresh/Membership Update
- SCCM 2012 Tool
- SCOM 2012 R2 Linux Monitoring Cert Error
- SCOM 2012 R2 Ubuntu Linux Agent
- System Center 2012 Prerequisites
- System Center 2012 R2 and SQL Pit Falls
- System Center Configuration Manager 2012 OSD & PXE
- Exchange 2013
- Microsoft Office 365
- Microsoft Azure and TMG
- Windows Server 2012
- Microsoft System Center 2012
- Security
- Contact us
Windows Server 2012 R2 Install NFS Role: Installation of one or more roles, role services or features failed. Error:0x800f0922
Submitted by Justin on Sat, 02/28/2015 - 20:03
Today I was trying to install the Server for NFS (Network Filing System) role service on my Cluster nodes so I would be able to better work with my Linux systems and the install was failing on all 3 nodes with a very generic error (Thanks Microsoft):
The request to add or remove features on the specified server failed.
Installation of one or more roles, role services or features failed. Error:0x800f0922
My first thought was that it had to be the cluster and something relating to it, but it was not. after banging my head I started looking at what ports were being used on the servers and I found the problem. I ran: "netstat -ano | findstr :111" which returnd the process number of what was using that port:
C:\Windows\System32> netstat -ano | findstr :111
TCP 0.0.0.0:111 0.0.0.0:0 LISTENING 3044
UDP 0.0.0.0:111 *:* 3044
I then new the process in my case was 3044 so next I just had to find what process that was so I ran: tasklist /fi "PID eq 3044" and it returned the process:
C:\Windows\System32> tasklist /fi "PID eq 3044"
Image Name PID Session Name Session# Mem Usage
========================= ======== ================ =========== ============
portmap.exe 3044 Services 0 4,888 K
Next I opened up task manager and looked at the properties of the tasks:
Now I knew what my problems was. Until very recently I had been using QLogic Fiber Channel cards on my servers but I switched to some Emulex cards because they worked better with Synthetic Fiber channel. Anyhow, I had not yet removed the Qlogic Super installer from the nodes. once I removed that I was able to add the NFS role.
This website and its content is copyright of ITHierarchy Inc - © ITHierarchy Inc 2013-2015. All rights reserved.
Any redistribution or reproduction of part or all of the contents in any form is prohibited other than the following:
- you may print or download to a local hard disk extracts for your personal and non-commercial use only
- you may copy the content to individual third parties for their personal use, but only if you acknowledge the website as the source of the material
You may not, except with our express written permission, distribute or commercially exploit the content. Nor may you transmit it or store it in any other website or other form of electronic retrieval system.