Posts

Showing posts from January, 2015

How to publish a message on login page of Citrix NetScaler

If you want displayed a message on the login page on the NetScaler, you must following this steps. Connect to NetScaler with WinSCP or FileZilla Go to the File " index.html " (Path -> " /var/vpn/vpn ") Make a backup from the file for your safety! ;-) Edit the file and change the red lines (see the example) Save the file Reload the login page and the message will be displayed Example <!-- Error message box -->      <tr>       <td align="center">            <table class="CTXMSAM_LogonFont">                <tr id="errorMessageRow">                     <td class="glowBoxLeft">&nbsp;</td>                     <td class="loginTableMidWidth">                           <script language='javascript'>ns_disperrmsg();</script>                     </td>                     <td class="glowBoxRight">&nbsp;</

SCCM Console - EventID 10009 REPLACEPROVIDERMACHINE

Image
I have the following message in the event log and i can't start the Microsoft System Center Configuration Manager Console 2007. I'm fix the error with this steps: Running wbemtest.exe with admin rights Click Connect, type \\siteserver\root\sms  and then click Login Click Enum Classes, click Recursive and then click OK. In the Query Result list, double-click SMS_ProviderLocation Click Instances and then double-click the line that contains the target site code For example, SMS_ProviderLocation.SiteCode="xxx" In the Properties section, locate the NamespacePath line. You may have to double-click this line to see the whole line. Copy the NamespacePath value to the clipboard. For example, copy the following value: \\server_name\root\sms\site_xxx You can find more information at this link -> https://support2.microsoft.com/kb/317872/en-us