Pages

Saturday, 28 July 2012

http://www.microsoft.com not accessable.

http://www.microsoft.com is not accessable from the windows server.

Just check the other sites of windows are working like

http://support.microsoft.com

http://www.msn.com

Then we can see that only the name microsoft.com  has the problem.

Just Do

" net stop dnscache " On the command line.

Then just refresh the browser you will see the http://www.microsoft.com on your browser.

;)

Reference :-http://support.microsoft.com/kb/318803

Friday, 27 July 2012

Nuke Evolution-xtreme Install

=====================================

How to install Nuke Evolution-xtreme 2.0.9d Via cPanel

=====================================

1.Download the installation file from http://www.phpnuke.org/

2.Then upload the file [zip] to the root directory of the domain to which you want to install nuke php

3.Then extract the file

4.Edit the config.php file as per the db details [you want to create DB for Nukephp to use.]

5.Then go to the phpmyadmin then find the db then export the .sql file under that DB.[From : public_html>>install>>install.sql
]
6.Then change the permission of the directories as per the error says [usual that may be the directory permision]

7. Go to the URL of the site that will lead you to the installation step.

8. Remove the install.php after successful installation also the installation directory from the root folder.

Thursday, 19 July 2012

ICP

# /usr/StorMan/arcconf SAVESUPPORTARCHIVE

All the logs are saved in /var/log/Support

Command completed successfully.

/usr/StorMan/arcconf



/root/support.zip
# zip -9 -r support.zip /var/log/Support
adding: var/log/Support/ (stored 0%)
adding: var/log/Support/ Controller 1 Device_log.txt (deflated 21%)
adding: var/log/Support/arcconfig.xml (deflated 86%)
adding: var/log/Support/RaidErrA.log (deflated 57%)
adding: var/log/Support/RaidAgnt.pps (deflated 61%)
adding: var/log/Support/ Controller 1 Monitor_log.txt (deflated 88%)
adding: var/log/Support/ Controller 1 Logs.txt (deflated 82%)
adding: var/log/Support/Controller 1 SmartStats.xml (deflated 93%)
adding: var/log/Support/ Controller 1 Stats.txt (deflated 89%)
adding: var/log/Support/UcliEvt.log (deflated 84%)
adding: var/log/Support/ Controller 1 Deaddrives.txt (deflated 73%)
adding: var/log/Support/RaidErr.log (stored 0%)
adding: var/log/Support/RaidEvtA.log (deflated 87%)
adding: var/log/Support/arcerror.txt (deflated 99%)
adding: var/log/Support/ Controller 1 Event_log.txt (deflated 94%)

move the file to the location of any of the container by

cp -r /root/support.zip /vz/root/337/usr/local/apache/htdocs/

then download the file.

Wednesday, 18 July 2012

Backup setting in solusvm.

First create the FTP user for the backup server :- [for proFTP]
 
useradd linux5backup -d /home/backup/linux5 -s /sbin/nologin
cd linux5
passwd linux5backup
service sshd restart
then run  php /usr/local/solusvm/includes/autoftpbackup.php on the server for which we have configured backup

it will show the output on the solusvm log.