The Storage Blog
Tips and tricks on various storage arrays.
Amazon Ad
Featured Post
Tuesday, January 29, 2019
Some KVM Commands
virt-manager
virsh list —all
qemu-img create -f qcow2 -b
vm6.qcow2 25G
Tuesday, January 22, 2019
DNS in PowerShell
Get-DnsClient
Set-DnsClientServerAddress -InterfaceIndex
-ServerAddresses (“212.38.1.100”)
Add-Computer -DomainName “acme.com” -Credential (get-credential)
SuSE Updates
SuSEConnect -p sle-sdk/12/x86_64
zypper in -t srcpackage 'systemd'
zypper in -t pattern Basis-Devel
zypper in build
Update SuperMicro BIOS
Update bios:
sudo ./AlUpdate -f REDFISH_X10_377.bin -i lan -h 10.0.2.82 623 -u ADMIN -p ADMIN -r y
Monday, January 21, 2019
Jira and eazyBI Integration
Review the demo account:
https://eazybi.com/accounts/1000/cubes
https://eazybi.com/accounts/1000/cubes/Issues/
Using eazyBI with Jira
Create a moving time range
Drag the
Time
measure to the
Rows
area.
Create a calculated time range:
Click
Time
.
Click
Calculated members
.
Click
Define new
.
Enter
Last 60 days
.
Enter:
Aggregate(Filter(
[Time].[Day].Members,
DateBetween([Time].CurrentMember.StartDate,'60 days ago','today')
))
Enable core files in SuSE
https://www.suse.com/support/kb/doc/?id=3054866
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)