Backup in Linux

Backup in Linux $ tar   cvf    backup.tar  . C = create an archive V = verbose mode f = file name . = current directory Display the content of tar file $ tar  tvf   backup.tar t = table of content To extract tar file $ tar  xvf  backup.tar X = extract Using tar with compression … Read more

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