open-menu closeme
Home
Links icon
LinkedIn
About
English
github linkedin
  • Linux get server hardware information

    calendar Apr 27, 2016 · 1 min read · RAID HPACUCLI LINUX  ·
    Share on: twitter facebook linkedin copy

    Get the model number of a server, tested on HP DL380 and 180's: 1 [root@cephosd4 ~]# dmidecode | grep "System Information" -A20 2 System Information 3 Manufacturer: HP 4 Product Name: ProLiant DL180 Gen9 5 Version: Not Specified 6 Serial Number: xxxxxxx 7 UUID: xxx-3335-5541-xxx-313930303734 8 Wake-up Type: …


    Read More
  • hpacucli on Linux

    calendar Apr 22, 2016 · 1 min read · RAID HPACUCLI LINUX  ·
    Share on: twitter facebook linkedin copy

    Original article here Using hpacucli to manage RAID. Create a single disk RAID0 (How i use Ceph on my HP DL180's) 1 hpacucli ctrl slot=2 create type=ld drives=1I:1:8 raid=0 Show all logical volumes 1[root@management ~]# hpacucli controller slot=0 logicaldrive all show 2 3Smart Array P410i in Slot 0 (Embedded) 4 5array …


    Read More
  • Working with Fail2ban

    calendar Apr 20, 2016 · 1 min read · linux fail2ban  ·
    Share on: twitter facebook linkedin copy

    Unban an IP fail2ban-client set sshd unbanip --iphere-- Show status of jails 1[root@l1-adl3 ~]# fail2ban-client status 2 Status 3 |- Number of jail: 1 4 `- Jail list: sshd Show the Fail2Ban log cat /var/log/fail2ban.log


    Read More
  • Cinder Ceph config

    calendar Feb 11, 2016 · 1 min read · CEPH CINDER openstack  ·
    Share on: twitter facebook linkedin copy

    1cinder::controller::settings:2DEFAULT:3rpc_backend:"rabbit"4my_ip:"%{::ipaddress_eth0}"5verbose:"True"6debug:"False"7auth_strategy:"keystone"8enabled_backends:"ceph_sas,ceph_sata"9glance_host:"%{hiera('glance::virtualIP')}"10volume_driver:"cinder.volu …


    Read More
  • Ceph disk not online after a reboot

    calendar Feb 11, 2016 · 7 min read · BASH CEPH VM  ·
    Share on: twitter facebook linkedin copy

    After a reboot of my Ceph test VM's a few OSD's didnt come online. When running ceph osd tree I saw: 1[root@lib-cephosd1 ~]# ceph osd tree 2ID WEIGHT TYPE NAME UP/DOWN REWEIGHT PRIMARY-AFFINITY 3 -1 0.29984 root default 4 -2 0.09995 host lib-cephosd1 5 1 0.00999 osd.1 up 1.00000 1.00000 6 0 0.00999 osd.0 up 1.00000 …


    Read More
  • Converting a Generation 2 HyperV VM to boot in KVM\Openstack

    calendar Dec 14, 2015 · 1 min read · hyper-v qemu kvm  ·
    Share on: twitter facebook linkedin copy

    Brining a HyperV Gen2 VM into Openstack Convert the vhdx to raw and into ceph qemu-img convert -f vpc -O raw AC-TS01-C.VHD rbd:volumes/AC-TS01.raw Attach the old(Existing) disk and the new blank disk to a linux box Install clonezilla from apt On the new disk create a new partition(This will be an MBR partition not a …


    Read More
  • HP Bl460C G6 Centos7 RAID tool

    calendar Dec 14, 2015 · 1 min read · raid bash hardware  ·
    Share on: twitter facebook linkedin copy

    HP Bl460C G6 Centos7 RAID tool Works on my HP G6 servers with this in lspci 0c:00.0 RAID bus controller: Hewlett-Packard Company Smart Array G6 controllers (rev 01) wget http://mirror.nforce.com/pub/software/raidtools/hpacucli-tool/hpacucli-9.40-12.0.x86_64.rpm yum install hpacucli-9.40-12.0.x86_64.rpm hpacucli ctrl …


    Read More
  • MySQL dump over SSH to a remote host

    calendar Dec 14, 2015 · 1 min read · mysql bash ssh  ·
    Share on: twitter facebook linkedin copy

    Original Article - http://christiank.org/wp/2010/12/pipe-a-gzipped-mysql-dump-over-ssh/ If you want to take a SQL dump from some host, compress it and send it across SSH to another host then this is the command you are chasing mysqldump -u MYSQL_USERNAME -p YOUR_DATABASE | gzip -c | ssh USERNAME@YOUR_TO_HOST 'cat > …


    Read More
  • Cinder - Resize root volume

    calendar Nov 11, 2015 · 2 min read · cinder openstack  ·
    Share on: twitter facebook linkedin copy

    Some code To resize the root volume of an instance can be tricky, this worked for me Note some commands, particularly "cinder reset-state" returned a HTTP 403, i had to run those as admin 1[root@vm-os-ks01 ~]# source admin.rc 2[root@vm-os-ks01 ~]# cinder reset-state --state available …


    Read More
  • Add suer to docker group

    calendar Jan 1, 0001 · 1 min read · linux bash  ·
    Share on: twitter facebook linkedin copy

    It feel like every time I run docker ps I get blah blah blah, permission denied The simple oneliner fix.. And the bonus, you dont even need to log out :) sudo usermod -G docker -a $USER && newgrp docker


    Read More
    • ««
    • «
    • 11
    • 12
    • 13
    • 14
    • 15
    • »
    • »»

Cory Hawkvelt photo

Cory Hawkvelt

CTO @ Nexgen Cloud | Career Nerd and Open Source Cloud Architect
Read More

Recent Posts

  • Deploying pam_ussh: A Comprehensive Guide
  • Unpacking the NVIDIA H100 Tensor Core GPU: A Deep Dive for CTOs
  • Caddy proxy for OpenStack API's
  • HP Server ACPI errors
  • vxlan: non-ECT from 10.254.8.23 with TOS=0x2
  • Install Ceph by hand Ubuntu 22.04
  • Gnocchi Convert Temperature F to C
  • Install HP SSACLI HPACUCLI tool on Ubuntu 20.04

Tags

LINUX 32 CEPH 24 BASH 22 OPENSTACK 13 NETWORKING 10 DOCKER 8 CONFIG 6 HP 5 HPACUCLI 5 OPENSTACK-QUEENS 5 QEMU 5 SSH 5 TROUBLESHOOTING 5 CENTOS7 4
All Tags
ACTIVE-BACKUP1 ADB1 AI1 ANDROID1 ANSIBLE2 APT1 AUTODISCOVER1 BACKUP1 BASH22 BIND1 BLUETOOTH1 CACHE1 CADDY1 CAS1 CENTOS74 CEPH24 CEPH-NAUTILUS1 CERTIFICATES1 CINDER3 COLLECTD1 COMWARE1 CONFIG6 CRYPTOLOCK1 CRYPTOMINER2 DATABASE1 DELL1 DELL-S600-ON1 DELLMD3060JBOD1 DHCP1 DISK-MGMT1 DNS1 DOCKER8 DRIVERS1 ESP826621 ESPTOOL1 FAIL2BAN1 FEDORA261 FIBRECHANNEL1 FIRMWARE1 FREEOTP1 FTOS1 GIT1 GNOCCHI3 GO1 GPU1 H1001 HAPROXY2 HARDWARE2 HORIZON1 HP5 HP-ILO1 HPACUCLI5 HPC1 HTTP1 HUGO1 HYPER-V1 INDEX1 IP2 IPTABLES1 IPV61 KEYCLOAK1 KEYGEN3 KEYSTONE1 KOLLA1 KVM2 LE1 LIBRENMS1 LINUX32 LOGO1 MAAS1 MATTERMOST1 MEGACLI1 MELLANOX1 MELTDOWN1 MEMCACHED1 MIKROTIK2 MOUSE1 MTP1 MYSQL4 NAMED1 NAT1 NETBOX1 NETBOX-IPAM1 NETWORK-MANAGER1 NETWORKING10 NEUTRON1 NOVA1 NOVNC1 NPS1 NVIDIA2 OPENNEBULA1 OPENSTACK13 OPENSTACK-QUEENS5 OPENSWITCH1 OPENVSWITCH1 OVN1 PAM1 PCI1 PKI1 PORT1 PRINTER1 PROXMOX1 PUTTY1 PYTHON1 QEMU5 RABBITMQ1 RADIUS1 RADOSGW2 RAID3 RBD3 ROCKY-GLANCE1 ROUTING1 SCRIPT1 SECURITY1 SERVER1 SERVER-20121 SMTP1 SNMP1 SPECTRE1 SPEEDTEST1 SSH5 SSL1 SVG1 SWAP1 SYSCOMMANDS1 TCP1 TCP-DUMP1 TCPDUMP1 TROUBLESHOOTING5 UBUNTU4 UBUNTU-182 UBUNTU-201 UBUNTU-GNOME1 UBUNTU171 UEFI1 VAGRANT2 VIRTUAL-NETWORK1 VIRTUALISATION1 VLAN1 VM2 VPN1 VXLAN2 WINDOWS2 WINDOWS-AD1 WIRESHARK1 YOUTUBE-DL2
[A~Z][0~9]

Copyright 2022-  . All Rights Reserved

to-top