Lines Matching +full:os +full:- +full:initiated

24 ${pflash_cmd}             /usr/sbin/pflash -r /dev/stdout -P VERSION
29 ${bmc_mem_free_cmd}= free | tr -s ' ' | sed '/^Mem/!d' | cut -d" " -f4
30 ${bmc_mem_total_cmd}= free | tr -s ' ' | sed '/^Mem/!d' | cut -d" " -f2
31 ${bmc_cpu_usage_cmd}= top -n 1 | grep CPU: | cut -c 7-9
35 ${bmc_file_system_usage_cmd}= df -h | cut -c 52-54 | grep 100 | wc -l
36 ${total_pnor_ro_file_system_cmd}= df -h | grep /media/pnor-ro | wc -l
37 ${total_bmc_ro_file_system_cmd}= df -h | grep /media/rofs | wc -l
51 ${default_tarball} ${EXECDIR}/obmc-phosphor-debug-tarball-witherspoon.tar.xz
81 ... BMC Execute Command /usr/sbin/pflash -h | egrep -q skip
83 ${pflash_cmd}= Set Variable If ${rc} == ${0} ${pflash_cmd} --skip=4096
93 ... cat ${devicetree_base} | cut -d " " -f 1 return_stderr=True
141 ${rc} ${output}= Run and return RC and Output ping -c 4 ${host}
146 Check OS
147 [Documentation] Attempts to ping the host OS and then checks that the host
148 ... OS is up by running an SSH command.
156 # os_host The DNS name/IP of the OS host associated with our BMC.
157 # os_username The username to be used to sign on to the OS host.
158 # os_password The password to be used to sign on to the OS host.
160 # print_string A string to be printed before checking the OS.
164 # Attempt to ping the OS. Store the return code to check later.
182 # If the return code returned by "Execute Command" is non-zero, this
191 # We will likewise fail if the OS did not ping, as we could SSH but not
196 Wait for OS
197 [Documentation] Waits for the host OS to come up via calls to "Check OS".
204 # os_host The DNS name or IP of the OS host associated with our
206 # os_username The username to be used to sign on to the OS host.
207 # os_password The password to be used to sign on to the OS host.
209 # willing to wait for the OS to respond.
212 # The interval to be used between calls to "Check OS".
219 Wait Until Keyword Succeeds ${timeout} sec ${interval} Check OS
236 Is OS Starting
237 [Documentation] Check if boot progress is OS starting.
242 Is OS Off
248 Get Boot Progress To OS Starting State
250 ... Starting OS'.
255 Log Host is already in OS starting state
258 Wait Until Keyword Succeeds 10 min 10 sec Is OS Starting
261 Check If warmReset is Initiated
275 Create OS Console Command String
276 [Documentation] Return a command string to start OS console logging.
280 ... ${EXECDIR} -name 'ssh_pw'
290 ${cmd}= Catenate ${ssh_pw_file_path} ${OPENBMC_PASSWORD} -p ${HOST_SOL_PORT}
291 ... -o "StrictHostKeyChecking no" ${OPENBMC_USERNAME}@${OPENBMC_HOST} ${OPENBMC_CONSOLE_CLIENT}
305 ${search_string}= Create OS Console Command String
312 ... egrep -v grep | cut -c10-14)
316 # If rc is not zero it just means that there is no OS Console process
348 ${log_file_path}= Create OS Console File Path ${log_file_path}
352 ${cmd_buf}= Catenate kill -9 ${os_con_pid}
392 ${log_file_path}= Create OS Console File Path ${log_file_path}
401 ${sub_cmd_buf}= Create OS Console Command String
408 # non-zero return code or any output.
437 ... journalctl -f ${filter} > ${file_path}-${LOG_TIME}
438 Log Journal Log Started: ${file_path}-${LOG_TIME}
454 ... ps | grep journalctl | grep -v grep
467 ... cat ${file_path}-${LOG_TIME}
473 Execute Command rm ${file_path}-${LOG_TIME}
556 # /dev/ubiblock0_0 14.4M 14.4M 0 100% /media/rofs-c9249b0e
557 # /dev/ubiblock8_0 19.6M 19.6M 0 100% /media/pnor-ro-8764baa3
558 # /dev/ubiblock4_0 14.4M 14.4M 0 100% /media/rofs-407816c
559 # /dev/ubiblock8_4 21.1M 21.1M 0 100% /media/pnor-ro-cecc64c4
611 ${count} ${stderr} ${rc}= Execute Command ps -o stat | grep Z | wc -l
632 ... journalctl --vacuum-size=${vacuum_size}
667 ... Execute Command egrep '^btime ' /proc/stat | cut -f 2 -d ' '
686 ... ls /tmp/core* 2>/dev/null | wc -l
693 BMC Execute Command ulimit -c unlimited
714 # host IP address of the OS Host.
733 # https://jenkins.openbmc.org/job/latest-master/
734 # obmc-phosphor-debug-tarball-witherspoon.tar.xz
745 scp.Put File ${tarball_file_path} /tmp/debug-tarball.tar.xz
748 BMC Execute Command mkdir -p ${targ_tarball_dir_path}
750 ... tar -xf /tmp/debug-tarball.tar.xz -C ${targ_tarball_dir_path}
753 BMC Execute Command rm -f /tmp/debug-tarball.tar.xz
808 [Documentation] Returns BMC version from /etc/os-release.
809 ... e.g. "v1.99.6-141-ge662190"
811 ${cmd}= Set Variable grep ^VERSION_ID= /etc/os-release | cut -f 2 -d '='
826 # This keyword parses /var/lib/phosphor-software-manager/pnor/ro/pnor.toc
830 ... cat /var/lib/phosphor-software-manager/pnor/ro/pnor.toc
862 Copy Address Translation Utils To HOST OS
863 [Documentation] Copy address translation utils to host OS.
886 # [local_time]: Fri 2017-11-03 152756 UTC
888 # [universal_time]: Fri 2017-11-03 152756 UTC
890 # [rtc_time]: Fri 2016-05-20 163403
899 ... ${time['universal_time_seconds']} - ${time['rtc_time_seconds']}
918 ${cmd}= Catenate systemctl stop systemd-journald.service &&
919 ... rm -rf /var/log/journal && systemctl start systemd-journald.service
933 # (e.g. "-b").
938 ... Catenate journalctl --no-pager ${boot} | egrep '${regex}'
940 ... Catenate journalctl --no-pager ${boot} | egrep '${regex}' | sed '/${filter_string}/d'
958 ... systemctl -p ${option} show ${servicename} | cut -d = -f2
974 ${RC} ${output}= Run and return RC and Output ping -c 4 ${OPENBMC_HOST}
986 ${RC} ${output}= Run and return RC and Output ping -c 4 ${ip}
1005 ${kernel_panic_cmd_file}= Set Variable /bin/sh -c "echo c > /proc/sysrq-trigger"
1019 # ~# systemctl show --property MainPID --value bmcweb
1023 ... systemctl show --property ${property_name} --value ${service_name}