Archive for September, 2007

how to replace a failed hard disk under Veritas Volume Manager

I will be explaining how to replace a failed disk that is under Varitas Volume Manager’s control.

Take the disk out of Veritas Volume Manager

vxdiskadm

slect option
4 Remove a disk for replacement
select the disk to be removed
take the disk out of the machine
put new disk into the machine
then

# vxdctl enable

to casuse veritas Volume Manager to re read all the disks

5 Replace a failed or removed disk

no Encapsulate
yes initialize

Comments

restart sshd on solaris 10

# svcs|grep ssh
online Aug_15 svc:/network/ssh:default

# svcadm disable ssh

# svcadm enable ssh

or just
# svcadm restart ssh

Comments

Next entries »