Does anyone know if there is any danger to installing OpenSSH on a VIO server?
The main reason I want to do this is so that I can perform certain activities remotely. Our 570 is attached to a SAN, so when I need additional disk space, there's a nice bit of black magic involved to make that LUN available to an LPAR that requires consulting an increasing large and unpleasent table in Excel.
I want to automate this. My scripting skills are completely up to the task, the only issue that I have is that the rksh environment of padmin won't run any scripts I create there, and running them as root isn't doable since certain commands don't exist, or don't return the same sort of output that I need to parse. I would be using ssh primary as a remote execution facility, so I would have say, ServerA run a script ssh in, run a command, then parse the output back on ServerA to both catalog the LUN allocation/configuration characteristics, as well as construct the appropriate mkvdev command to push a new LUN out to a given LPAR. (and all the while, maintain our naming convention for devices)
The main reason I want to do this is so that I can perform certain activities remotely. Our 570 is attached to a SAN, so when I need additional disk space, there's a nice bit of black magic involved to make that LUN available to an LPAR that requires consulting an increasing large and unpleasent table in Excel.
I want to automate this. My scripting skills are completely up to the task, the only issue that I have is that the rksh environment of padmin won't run any scripts I create there, and running them as root isn't doable since certain commands don't exist, or don't return the same sort of output that I need to parse. I would be using ssh primary as a remote execution facility, so I would have say, ServerA run a script ssh in, run a command, then parse the output back on ServerA to both catalog the LUN allocation/configuration characteristics, as well as construct the appropriate mkvdev command to push a new LUN out to a given LPAR. (and all the while, maintain our naming convention for devices)