|
|
楼主 |
发表于 2004-12-24 17:40:55
|
显示全部楼层
成功做了个PXE结合网络GHOST8远程启动,提供下载!支持多种网卡了!
ghost server也有命令行的
从客户端电脑建立一个DISK映像备份到c:\test123.gho,用会话名为labmodel
ghostsrv c:\test123.gho labmodel -d
从客户端电脑建立一个分区映像备份到c:\test123.gho,用会话名为TestSession
ghostsrv c:\test123.gho TestSession -d -p
将DISK映像c:\test123.gho 恢复到客户端电脑DISK,用会话名为TestSession
ghostsrv.exe c:\test123.gho TestSession
将分区映像c:\test123.gho 恢复到客户端电脑某一分区,用会话名为TestSession
ghostsrv c:\test123.gho TestSession -p2
多播一个映像文件中的一个分区到客户端的某一分区
ghostsrv c:\test123.gho TestSession -p1 -DISK1 -PART2
当客户端达到某一特定数时自动开始
ghostsrv c:\test123.gho TestSession -n10
使客户端在某一特定时间自动开始
ghostsrv c:\test123.gho TestSession -t13:30
Specifying time-based and client-count Auto Start and automatic closing
ghostsrv c:\test123.gho TestSession -t13:30 -n10 -c
Isolating problems
ghostsrv c:\test123.gho TestSession -la -ferrlog.txt-n10
|
|