Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

virtualbmc

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

virtualbmc

Create virtual BMCs for controlling virtual instances via IPMI

  • 3.1.0
  • PyPI
  • Socket score

Maintainers
1

========== VirtualBMC

Team and repository tags

.. image:: https://governance.openstack.org/tc/badges/virtualbmc.svg :target: https://governance.openstack.org/tc/reference/tags/index.html

Overview

A virtual BMC for controlling virtual machines using IPMI commands.

This software is intended for CI and development use only. Please do not run VirtualBMC in a production environment for any reason.

Installation


.. code-block:: bash

  pip install virtualbmc


Supported IPMI commands

.. code-block:: bash

Power the virtual machine on, off, graceful off, NMI and reset

ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power on|off|soft|diag|reset

Check the power status

ipmitool -I lanplus -U admin -P password -H 127.0.0.1 power status

Set the boot device to network, hd or cdrom

ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootdev pxe|disk|cdrom

Get the current boot device

ipmitool -I lanplus -U admin -P password -H 127.0.0.1 chassis bootparam get 5

Project resources


* Documentation: https://docs.openstack.org/virtualbmc/latest
* Source: https://opendev.org/openstack/virtualbmc
* Bugs: https://bugs.launchpad.net/virtualbmc
* Release Notes: https://docs.openstack.org/releasenotes/virtualbmc/

For information on how to contribute to VirtualBMC, see
https://docs.openstack.org/virtualbmc/latest/contributor



FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc