Entradas

Integrating Nextcloud User Authentication With LDAP/Active Directory (AD)

Thanks to:  http://www.techspacekh.com/ Integrating Nextcloud User Authentication With LDAP/Active Directory (AD)

HP 3PAR important commands and usage

Thanks to:  https://www.experts-exchange.com Below are some common commands for Storage provisioning ========================== ========== ========== ===== Command to get the paths allocated in the servers showvlun -v <vv name> -pathsum showvlun -v <vv name*> showvlun -host <hostname> -pathsum Command to get the detailed description of a host showhost -desc <hostname*> Command to get the detailed host and port information showhost -d <hostname*> Command to display the host set with its members and the hostset in which the host is a member of showhostset <Hostsetname*> showhostset -host <Hostname> Command to display the VV wwn and creation time showvv -d <vv name*> Command to display the VV capacity showvv <vv name*> Command to display VV set with description and members list and the VVset in which the matching VV is member of showvvset -d <vv Setname> showvvset -vv <vv name*> Comma...

Exchange 2010 (INSUFF_ACCESS_RIGHTS) This error is not retriable. Additional information: Access is denied

Imagen
Thank to:  https://ayalaaii.wordpress.com Error: Active Directory operation failed on FQDN.dc.com. This error is not retriable. Additional information: Access is denied. Active directory response: 00000005: SecErr: DSID-031521D0, problem 4003 (INSUFF_ACCESS_RIGHTS), data 0 I recently found myself with a dilemma, I have an Exchange 2003 and Exchange 2010 environment, and about a week ago, both exchange servers started to have issues with creating mailboxes, updating OAB, etc. I started to troubleshoot the basics “permissions”. These kind of issues normally indicates “permissions”, open Active Diretory Users and Computers, and under view select Advanced  Features, then right click your Domain and select Properties afterwards got to the Security tab and it will take you to this section.   Now it is very important that if the “Include Inheritable permissions from this objects parent” is cheked you uncheck it Apply setting, then go back check it and Apply...

SSL disappears from the certificate list on Windows server

Imagen
Thank to:  https://www.namecheap.com/ Users with Windows servers may occasionally encounter an issue when an imported certificate disappears from the list of server certificates. Most often, this happens right after completing certificate request in Internet Information Services (IIS) Manager or Exchange Management Console and refreshing the list of certificates. The lists of server certificates in IIS and EMC contain only certificates that are assigned to the corresponding private key and generated along with the certificate signing request (CSR) used for activating a particular certificate. When the link between certificate and private key is broken for some reason, the certificate disappears. In order to make the certificate reappear, you will need to force the link between the certificate and the private key using the following steps: Open Microsoft Management Console (MMC) on your server machine. Make sure that you are logged as administrator before proceeding. To ope...

Kill Processes from Command Prompt

Imagen
Thank to: https://tweaks.com I'm sure you are familiar with the traditional way to kill or end a process in Windows using Task Manager.  This method is effective but not nearly as fun as killing a process in Command Prompt.  Additionally, killing processes in Command Prompt provides much more control and the ability to end multiple processes at once. All of this is possible with the TaskKill command. First, let's cover the basics.  You can kill a process by the process ID (PID) or by image name (EXE filename). Open up an Administrative level Command Prompt and run  tasklist  to see all of the running processes: C:\>tasklist Image Name                     PID Session Name        Mem Usage ========================= ======== ================ ============ firefox.exe        ...