换根盘出现的问题,求大虾帮助
小弟去解决一台HP RP5470根盘更换的问题,直接拔掉坏盘换上新的
#ioscan -fnC disk 扫描磁盘设备
#vgcfgrestore -n vg00 /dev/rdsk/c1t2d0 恢复lvm配置信息在新的硬盘上
# vgchange -a y vg00
# vgsync vg00
就用了这几步,等同步完成了就撤了。
不想客户打电话来说ignite备份一直没成功.
ntpdm#[/var/opt/ignite/recovery/2010-11-13,13:00]more recovery.log
======= 11/13/10 13:00:00 EAT Started /opt/ignite/bin/make_tape_recovery.
(Sat Nov 13 13:00:00 EAT 2010)
@(#) Ignite-UX Revision B.4.3.94
@(#) net_recovery (opt) $Revision: 10.609 $
* Testing pax for needed patch
* Passed pax tests.
* Checking Versions of Ignite-UX filesets
* Creating System Configuration.
* /opt/ignite/bin/save_config -f
/var/opt/ignite/recovery/2010-11-13,13:00/system_cfg vg00
lvlnboot: LIF information corrupt or not present on "/dev/dsk/c1t2d0".
Use the "mkboot" command to initialize the LIF area.
* Backing Up Volume Group /dev/vg00
* /usr/sbin/vgcfgbackup /dev/vg00
Volume Group configuration for /dev/vg00 has been saved in /etc/lvmconf/vg00.conf
* Creating Map Files for Volume Group /dev/vg00
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg00.mapfile /dev/vg00
vgexport: Volume group "/dev/vg00" is still active.
* Backing Up Volume Group /dev/vg01
* /usr/sbin/vgcfgbackup /dev/vg01
Volume Group configuration for /dev/vg01 has been saved in /etc/lvmconf/vg01.conf
* Creating Map Files for Volume Group /dev/vg01
* /usr/sbin/vgexport -p -m /etc/lvmconf/vg01.mapfile /dev/vg01
vgexport: Volume group "/dev/vg01" is still active.
* Creating Control Configuration.
* Creating Archive File List
* Creating Archive Configuration
* /opt/ignite/bin/make_arch_config -c
/var/opt/ignite/recovery/2010-11-13,13:00/archive_cfg -g
/var/opt/ignite/recovery/2010-11-13,13:00/flist -n 2010-11-13,13:00 -r
64 -d Recovery Archive -t -i 1 -m t
* Saving the information about archive to
/var/opt/ignite/recovery/previews
* Creating The Tape Archive
76252+1 records in
76252+1 records out
* /opt/ignite/data/scripts/make_sys_image -c n -d /dev/rmt/1mn -t n -s
local -n 2010-11-13,13:00 -m t -w
/var/opt/ignite/recovery/2010-11-13,13:00/recovery.log -u -R -g
/var/opt/ignite/recovery/2010-11-13,13:00/flist -a 19020950
* Preparing to create a system archive
lifls: Can't list /dev/dsk/c1t2d0; not a LIF volume
WARNING: /dev/dsk/c1t2d0 is not a lif volume.
No LIF files on the boot disk will be archived.
Check /stand/bootconf, man bootconf(4), and /dev/dsk to
make sure that the bootconf file is set up correctly.
WARNING: /dev/dsk/c1t2d0 is not a lif volume.
No LIF files on the boot disk will be archived.
Check /stand/bootconf, man bootconf(4), and /dev/dsk to
make sure that the bootconf file is set up correctly.
* Archiving contents of ntpdm via tar image to local device/dev/rmt/1mn.
* Creation of system archive complete
NOTE: The following files are in the list of files that were on the
system, but they are no longer present. These files are not
included in the back-up:
/var/tmp/ign_configure/make_sys_image.log
NOTE: diskinfo failed for device at: /dev/rdsk/c3t2d0
* Cleaning up old configuration file directories
======= 11/13/10 14:18:10 EAT make_tape_recovery completed with warnings
该怎么办啊,是不是我之前少了什么步骤还是什么情况?求各位大虾相助,谢谢了。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
学习了 支持一下
2楼说的对,既然是系统盘,引导文件还是要往硬盘里写的麻,楼主很粗心呀
lvlnboot: LIF information corrupt or not present on "/dev/dsk/c1t2d0".
Use the "mkboot" command to initialize the LIF area.
很明显的提示,你少了3条命令
mkboot /dev/rdsk/c1t2d0
mkboot -a "hpux -lq" /dev/rdsk/c1t2d0
lvlnboot -Rv /dev/vg00