Upcoming Releasing of Server Rescue System for Raksmart Customers
Hi, All,We have developed a Server Rescue System and will release it to our customers shortly once testing is complete.
Our Server Rescue system is based on Linux SystemRescueCD (http://www.sysresccd.org), it will allow our customers to repair system and recover important data after a OS crash.
With Raksmart Server Rescue System, our customer will be able to perform following repairing and recovering:
1. SSH/VNC access data on your crashed server.
2. Reset Windows password
3. Reset Linux password
4. Mounting an NTFS partition with read/write support
5. Test and Repair partition (ntfs, fat32, ext2/3 and many others)
6. Rsync backup important data to off-site.
and much more.
Example to mount NTFS partition:
% ntfs-3g /dev/sda1 /mnt/windows
Example to reset Windows Administrator password:
% cd /mnt/windows/Windows/System32/config
% chntpw -u Administrator SAM
% reboot
Example to rest Ubuntu password
% mkdir /mnt/ubuntu
% mount /dev/sda1 /mnt/ubuntu
% chroot /mnt/ubuntu
% passwd root
% reboot
Screenshot, access from VNC (on display 1) and reset Windows 2008 Server Administrator password
Screen shot 2012-03-20 at 1.27.44 PM.png
85K View Download
大哥 你既然能看懂中文 来这发帖子能用中文么?
就好比我们去WHT发帖子用英文一样 We have developed a Server Rescue System and will release it to our customers shortly once testing is complete.
我们即将完成 Server Rescue System 开发,会于近期发布。
Our Server Rescue system is based on Linux SystemRescueCD (http://www.sysresccd.org), it will allow our customers to repair system and recover important data after a OS crash.
我们的Server Rescue system 基于Linux SystemRescueCD (http://www.sysresccd.org),它可以让我们的客户在OS Crash 后修复系统及恢复数据。
With Raksmart Server Rescue System, our customer will be able to perform following repairing and recovering:
RAKsmart Server Rescue System 可以让我们的用户实现以下的功能:
1. SSH/VNC access data on your crashed server.
2. Reset Windows password
3. Reset Linux password
4. Mounting an NTFS partition with read/write support
5. Test and Repair partition (ntfs, fat32, ext2/3 and many others)
6. Rsync backup important data to off-site.
and much more.
Example to mount NTFS partition (mount NTFS partition 样例):
% ntfs-3g /dev/sda1 /mnt/windows
Example to reset Windows Administrator password (reset Windows Admin password 样例):
% cd /mnt/windows/Windows/System32/config
% chntpw -u Administrator SAM
% reboot
Example to rest Ubuntu password (Reset Ubuntu password 样例)
% mkdir /mnt/ubuntu
% mount /dev/sda1 /mnt/ubuntu
% chroot /mnt/ubuntu
% passwd root
% reboot
Screenshot, access from VNC (on display 1) and reset Windows 2008 Server Administrator password
Screen shot 2012-03-20 at 1.27.44 PM.png
从VNC access,重设Windows 2008 Server Admin Password 截图如上
页:
[1]