After reading some of the websites here are few commands that need to run to configure new storage and perform migration.
1. vxdisk scandisks new
2. vxdisk list
3. vxdisksetup -i EMC0_1 format=cdsdisk
4. vxdisksetup -i EMC_CLARiiON0_00 format=cdsdisk
5. vxdisksetup -i EMC_CLARiiON0_11 format=cdsdisk
6. vxdmpadm listenclosure all
7. vxdg init datadg EMC0_1
8. vxdg init dumpsdg EMC_CLARiiON0_00 EMC_CLARiiON0_11
rsync with delete option and different ssh port
How to rsync e.g PIPELINE dir from Source to Destination? #rsync -avzr --delete-before -e "ssh -p $portNumber" /local...
-
Bash scripts to scan and monitor network This article provides few simple scripts to scan and monitor network using combination of bash and...
-
a tool for sysadmins and support techs curl -Lo ./xsos bit.ly/xsos-direct; chmod +x ./xsos; ./xsos -ya Refer: https://access.r...
-
Steps: 1. Create a file iptables.rules with below content. 2. Load rules #iptables-restore < iptables.rules 3. Also Start http serv...