ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. Emad R
    3. Topics
    • Profile
    • Following 3
    • Followers 3
    • Topics 171
    • Posts 1,332
    • Best 357
    • Controversial 12
    • Groups 0

    Topics created by Emad R

    • Emad RE

      Solved How to target only online salt minions ?

      IT Discussion
      • • • Emad R
      2
      0
      Votes
      2
      Posts
      397
      Views

      scottalanmillerS

      Salt only affects online minions. There are no cached actions.

    • Emad RE

      SaltStack Windows clients remote control shadowing using VNC

      IT Discussion
      • salt saltstack vnc shadow remote control • • Emad R
      1
      2
      Votes
      1
      Posts
      1.2k
      Views

      No one has replied

    • Emad RE

      Solved SaltStack rename minion ?

      IT Discussion
      • salt saltstack rename minion • • Emad R
      13
      0
      Votes
      13
      Posts
      5.1k
      Views

      travisdh1T

      Not having used salt yet myself, couldn't you set the contents of that file using the Salt Master?

    • Emad RE

      How to patch WannaCry using SaltStack ! (AD alternative)

      IT Discussion
      • wannacry salt saltstack active directory ad • • Emad R
      3
      6
      Votes
      3
      Posts
      2.7k
      Views

      scottalanmillerS

      I'll add a note for clarity given the title... SaltStack does not do authentication like AD does. AD does not do patching of any sort like Salt does. Salt is an alternative to common myths about AD functionality, but not to actual AD functionality. But you can use Salt to do distributed local authentication management, which does replace the need for AD, but is very different than what is being discussed here. In this case Salt is replacing GPO, not AD.

    • Emad RE

      Solved Beginner SaltStack Question: Can minions be placed in folders or groups ? (Coming from AD perspective)

      IT Discussion
      • saltstack salt ad active directory minions • • Emad R
      7
      0
      Votes
      7
      Posts
      1.7k
      Views

      scottalanmillerS

      @msff-amman-Itofficer said in Beginner SaltStack Question: Can minions be placed in folders or groups ? (Coming from AD perspective):

      @scottalanmiller

      ohh shit, how did that get passed me...

      Great, thanks again.

      🙂

    • Emad RE

      Solved Share files to Salt Windows Minions

      IT Discussion
      • • • Emad R
      2
      0
      Votes
      2
      Posts
      774
      Views

      dafyreD

      I believe that your cp.get file should be something like:

      salt * cp.get_file salt://test123.txt C:\

      You can also do this with the file.managed in a state file.

      C:\zabbix_agent\zabbix_agentd.conf: file.managed: - source: - salt://zabbix/zabbix_agentd.conf - user: root - group: root - mode: 644
    • Emad RE

      Solved What will happens if 2nd DHCP server appears on network that already is served by DHCP from a router ?

      IT Discussion
      • • • Emad R
      10
      1
      Votes
      10
      Posts
      611
      Views

      scottalanmillerS

      @msff-amman-Itofficer said in What will happens if 2nd DHCP server appears on network that already is served by DHCP from a router ?:

      @pchiodo

      Yup there is :

      https://www.symantec.com/connect/downloads/detect-rogue-dhcp-servers-network

      suprised to find this actually...

      It's pretty easy at the network level, just look for DHCP traffic from one that one source.

    • Emad RE

      Solved Cisco Aironet 1830 Issue with HTTPS Interface

      IT Discussion
      • cisco cisco aironet wifi networking • • Emad R
      10
      1
      Votes
      10
      Posts
      1.6k
      Views

      scottalanmillerS

      @msff-amman-Itofficer said in Cisco Aironet 1830 Issue with HTTPS Interface:

      So much for Cisco Over Engineering products

      Um.... do people actually think that?

    • Emad RE

      Solved Unable to create One Big RAID 10 prior than Centos ?

      IT Discussion
      • raid 10 centos installer one big raid 10 • • Emad R
      3
      0
      Votes
      3
      Posts
      903
      Views

      Emad RE

      @scottalanmiller

      I think I got it working with Ubuntu LTS 16.04.2 currently installing the system will see how it goes, however it does make sense that OS needs to be in-charge of this.

      2_1493037076747_2017-04-24 15_30_54-Centos RAID 10 KVM [Running] - Oracle VM VirtualBox.png 1_1493037076747_2017-04-24 15_30_35-Centos RAID 10 KVM [Running] - Oracle VM VirtualBox.png 0_1493037076747_2017-04-24 15_30_22-Centos RAID 10 KVM [Running] - Oracle VM VirtualBox.png

    • Emad RE

      Solved Help me with this Server Purchase (beginner in server hardware) regarding RAID ?

      IT Discussion
      • raid question server • • Emad R
      23
      1
      Votes
      23
      Posts
      3.1k
      Views

      travisdh1T

      @msff-amman-Itofficer said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:

      @scottalanmiller said in Help me with this Server Purchase (beginner in server hardware) regarding RAID ?:

      MD RAID

      People rave about the new features of BTRFS so I thought can I do it for a new production server in 2017, perhaps I thought by now we will have more people tested it.

      They sure do. Phoronix over the weekend: Btrfs Getting RAID 5/6 Fixes In Linux 4.12 Kernel

    • Emad RE

      Anybody else concerned with the uncompressed size of latest dot net runtimes

      IT Discussion
      • • • Emad R
      1
      0
      Votes
      1
      Posts
      150
      Views

      No one has replied

    • Emad RE

      Solved How to deflate/shrink .qcow2 KVM virtual disk image ?

      IT Discussion
      • • • Emad R
      4
      0
      Votes
      4
      Posts
      2.4k
      Views

      Emad RE

      @msff-amman-Itofficer @stacksofplates

      Got more usefull info, it seems it is cause of my -c switch:

      https://docs.fedoraproject.org/en-US/Fedora/18/html/Virtualization_Administration_Guide/sect-Virtualization-Tips_and_tricks-Using_qemu_img.html

      Convert

      The convert option is used to convert one recognized image format to another image format.
      Command format:

      qemu-img convert [-c] [-f format] [-o options] [-O output_format] filename output_filename

      Convert the disk image filename to disk image output_filename using format output_format. The disk image can be optionally compressed with the -c option, or encrypted with the -o option by setting -o encryption. Note that the options available with the -o parameter differ with the selected format.

      Only the qcow2 format supports encryption or compression. qcow2 encryption uses the AES format with secure 128-bit keys. qcow2 compression is read-only, so if a compressed sector is converted from qcow2 format, it is written to the new format as uncompressed data.

      Image conversion is also useful to get a smaller image when using a format which can grow, such as qcow or cow. The empty sectors are detected and suppressed from the destination image.

    • Emad RE

      Backup plan using Robocopy + 7-zip command line (7za.exe)

      IT Discussion
      • 7za 7zip poor man backup robocopy backup • • Emad R
      3
      5
      Votes
      3
      Posts
      16.2k
      Views

      Emad RE

      @iroal
      Great minds think alike !

      Thanks for the addition, I'm researching right now and blat.exe seems very worthy looking and simple with good reviews on its Sourceforge page:
      https://sourceforge.net/projects/blat/

    • Emad RE

      Unsolved Help me understand Centos 7 BTRFS RAID 10 size allocation ?

      IT Discussion
      • • • Emad R
      5
      0
      Votes
      5
      Posts
      655
      Views

      travisdh1T

      That's very odd. I, personally, haven't had good luck with the gui partition manager. For some reason it seems to work differently than what I think it's telling me. Can you boot to a rescue environment and create the RAID array and partitions before starting the installation?

    • Emad RE

      Solved Hyper-converged infrastructure (I missed the storage part)

      IT Discussion
      • • • Emad R
      22
      1
      Votes
      22
      Posts
      2.1k
      Views

      stacksofplatesS

      @scottalanmiller said in Hyper-converged infrastructure (I missed the storage part):

      Then look at someone like @scale who implement their own storage system directly on the hypervisor itself. So the hypervisor is the only component that needs to be spread out to many nodes. It's kind of like DRBD, being in the hypervisor, but is scale out rather than just a two node mirror. The storage and the hypervisor and the management are all really one thing. Very tightly integrated.

      I did something similar. I had Gluster running between the hosts and the VMs are stored on the bricks. However I've switched to just running Gluster in the VMs that need replication. Most are replicated at the application level but a few need data replicated.

    • Emad RE

      How to tune or optimize MySQL or MariaDB ?

      IT Discussion
      • • • Emad R
      13
      0
      Votes
      13
      Posts
      771
      Views

      scottalanmillerS

      @JaredBusch said in How to tune or optimize MySQL or MariaDB ?:

      Exactly. The ScreenConnect server performs like crap on Linux compared to Windows. But the problem is not the database. It is the .NET framework.

      Right, I could totally see there being an application layer issue. Or a hardware problem. Or the system just being over-taxed. So many options. But that MariaDB isn't "tuned" for this, that's not a possibility. We'd measure the database response time for this in milliseconds, not seconds. And only sixty records? I've got MySQL on ancient systems with a fraction of these resources that will return literally millions of records in less time than that.

    • Emad RE

      Thoughts on Windows 10 LTSB 2015/2016 ? and usage ?

      IT Discussion
      • • • Emad R
      1
      0
      Votes
      1
      Posts
      225
      Views

      No one has replied

    • Emad RE

      ESXi ParaVirtual and Windows Safemode ?

      IT Discussion
      • • • Emad R
      2
      0
      Votes
      2
      Posts
      279
      Views

      scottalanmillerS

      Safe mode should not affect disk drivers. If it did it could not attempt safe mode at all.

    • Emad RE

      Openfire Export/Import users failing

      IT Discussion
      • • • Emad R
      3
      2
      Votes
      3
      Posts
      1.1k
      Views

      scottalanmillerS

      That was an easy one 🙂

    • Emad RE

      Is XMPP Audio VoIP

      IT Discussion
      • • • Emad R
      6
      1
      Votes
      6
      Posts
      646
      Views

      scottalanmillerS

      @JaredBusch said in Is XMPP Audio VoIP:

      @scottalanmiller said in Is XMPP Audio VoIP:

      AIX2 based voice,

      hahahaha

      Freudian slip.

    • 1
    • 2
    • 5
    • 6
    • 7
    • 8
    • 9
    • 8 / 9