mousumipaul

Results 2 comments of mousumipaul

I am using ipmitool.py and tried the following command to run the program: `python ipmitool.py -H XXX.XXX.XXX.XXX -U XXXXX -P XXXXX -I ipmitool -o interface_type=lanplus sdr list` But I am...

Hi I tried the following code: ``` ps = vim.vm.guest.ProcessManager.ProgramSpec(programPath="/usr/bin/top", arguments="-b -n > /tmp/data1.txt") res = pm.StartProgramInGuest(vm, creds, ps) ``` and the output of the top command is saved in...