This one replicates all from /200gb/DOCS to the server called "sol" and removes files in "sol" that we deleted locally. the "c" is for checksum, the "t" is for updating
rsync -crtva --delete /200gb/DOCS/ root@sol:/200gb/DOCS/
This one replicates all from /200gb/DOCS to the server called "sol" and removes files in "sol" that we deleted locally. the "c" is for checksum, the "t" is for updating
rsync -crtva --delete /200gb/DOCS/ root@sol:/200gb/DOCS/
If you don't have direct access from your PC to the cluster server, but another unix jumphost has, you can do the same as for the dracs and the ilos.
The connectivity is
PC-jumphost-clusternode
in your PC you can do a:
ssh -g jumphost -L 14141:clusternode:14141 -L 14150:clusternode:14150
Then, open the "Veritas Cluster Manager" software in your PC, and point it to "localhost", and you'll be managing the remote cluster :)
For Veritas Enterprise Administrator (vea), we only need to forward one port:
ssh -g jumphost -L 2148:veanode:2148
(Page 1 of 6, totaling 16 entries)