|
|
| 首页
> 技术频道 >
软件学院
> 浏览技术 关键字: IBM AIX disk |
| IBM AIX alt_disk_install快速复制系统介绍 |
| 2007-7-23 10:02:29 Equal Null 来源:loveunix
点击:2881次 加入收藏夹 |
|
|
alt_disk_install 是aix中一个非常好用的工具,其中一个最经常用到的功能就是复制系统。尤其在多台服务器/分区环境要求一致,但是需要快速部署的情况下。
下面的例子就是把已经在服务器上在hdisk0部署好的系统复制到hdisk2上,具体过程如下,所用命令用加重字体显示:
# lspv hdisk0 0001d2613c5c29e9 rootvg active hdisk2 0001f0755343a7f3 None hdisk3 0001fe75533b6410 None
# alt_disk_install -C -O hdisk2 Calling mkszfile to create new /image.data file. Checking disk sizes. Creating cloned rootvg volume group and associated logical volumes. Creating logical volume alt_hd5 Creating logical volume alt_hd6 Creating logical volume alt_hd8 Creating logical volume alt_hd4 Creating logical volume alt_hd2 Creating logical volume alt_hd9var Creating logical volume alt_hd3 Creating logical volume alt_hd1 Creating logical volume alt_hd10opt Creating logical volume alt_fwdump Creating /alt_inst/ file system. Creating /alt_inst/home file system. Creating /alt_inst/opt file system. Creating /alt_inst/tmp file system. Creating /alt_inst/usr file system. Creating /alt_inst/var file system. Creating /alt_inst/var/adm/ras/platform file system. 对不起,您需要登录后才能查看全部详细内容
|
|
|
|