Cisco UCS Boot from SAN

How to boot Cisco UCS Blades Boot from SAN. Step-1   Enable NPIV on your SAN Switch .Please refer to your switch configuration document. Step-2 Create Server profile Step-3  Create Boot Policy a- Configure boot order  1  CD ROM b- Configure boot order  2  Storage  (Very Important step) 1- SAN target Primary  vHBA1  Lun ID should … Read more

How to configure DSL connection on Cisco Router 820

How to configure DSL connection on Cisco Router 820 Below are the configuration I have tasted for Fast Telco DSL Connection in Kuwait. Change the DNS  PVC  and Username password according to your ISP. Router# sh startup-config Using 1318 out of 131072 bytes ! version 12.2 no parser cache no service single-slot-reload-enable no service pad … Read more

How to retrive vos3000 admin password or reset password

How to retrive vos3000 admin password or reset password If you forget Vos3000 admin password you don’t need to worry if you know your MySQL root password.Vos3000 store their password in clear text  so you can read the password. This is how to retrive vos3000 admin password Login as root on vos3000 server login to … Read more

How to transfer Vos3000 server database to new Vos3000 server

How to transfer Vos3000 server database  to new  Vos3000 server VOS 3000 use MySQL database to for their database named  vos3000db If you want to backup and restore VOS 3000 database or transfer Vos3000 server database to new VOS 3000 server  follow the below steps :- Login as root on old server [root@centos]# mysqldump -u … Read more

How to configure Gtalk on Trixbox

Configuring the gtalk account in Trixbox. This can really be your company DID for receiving and making gtalk to gtalk or gtalk to world calling. Follow the below steps :- 1- Install start up modules # yum update # yum install gcc* # yum install theo* # yum install ikse* # yum install gnutls* # … Read more

How to backup MS SQL Server 2005 database

How do I backup my MS SQL Server 2005 database using Management Studio? The following article explains how to backup your MS SQL Server 2005 database using Management Studio. The backup can then be used at a later date to restore the database if information is lost. The backup file needs to have a .bak … Read more

How to backup MySQL on Linux

How to backup MySQL on Linux Connect to your Linux server via SSH Use the mysqldump utility to create your database backup. The command is run in the format “mysqldump –host server_name –user username –password db_name > backup_file_name.mysql” Host: the hostname or IP Address of the MySQL server that hosts your database User: your MySQL … Read more