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...
-
DoS Attack Detection In Linux You can simply use netstat command to print out a list of all open connection to your Linux box. The list ...
-
Bash scripts to scan and monitor network This article provides few simple scripts to scan and monitor network using combination of bash and...
-
Socket connection to IP address - port application Any client (e.g. your Web browser) goes through the following cycle when it communicates...