Video Screencast Help
Search Video Help Close Back
to help

Running command on another server

Created: 05 Jul 2012 | Updated: 05 Jul 2012 | 3 comments
David_work's picture
0 0 Votes
Login to vote
This issue has been solved. See solution.

When running any of the commands, is it possible to run them on a remote server? I know you can manage another server from the GUI, but cannot find if there is an option to do this via command line.

Comments 3 CommentsJump to latest comment

mikebounds's picture

There is no option for volume manager commands (vxprint, vxdg etc) to be run remotely, but you can run commands remotelty with VCS, so if you have SFWHA, then from node1 you could run vxprint on node2 using:

hacli -cmd vxprint -sys node2

This requires that you set HacliUserLevel to COMMANDROOT (one off change to allow privileges):

haconf -makerw
haclus -modify HacliUserLevel COMMANDROOT
haclus -dump -makero

If you don't have VCS, you could try an O/S remote shell like Winrs

Mike

 
 

UK Symantec Consultant in VCS, GCO, SF, VVR, VxAT on Solaris, AIX, HP-ux, Linux & Windows

If this post has helped you, please vote or mark as solution

SOLUTION
0
Login to vote
  • Actions
David_work's picture

Thanks for the information, this answers my question for me.

0
Login to vote
  • Actions