Oracle Database 12c Client/Driver installation on Windows 7 or Windows 10

Installation of Oracle 12c Client Software Download the Oracle Client from oracle.com Launch the installation by running the .\winx64_12102_client\client after extracting the zip file Choose Administrator and click Next. Choose English and click Next. Choose Use Windows Built-in Account and click Next. Set the Oracle Base to...

Tableau 10.3 VIP/Load Balancer Configuration with tabadmin

c:\Program Files\Tableau\Tableau Server\10.3\bin>tabadmin set gateway.public.host “tableautest.mytechdocs.com” — value for key gateway.public.host has been set c:\Program Files\Tableau\Tableau Server\10.3\bin>tabadmin set gateway.public.port “443” — value for key gateway.public.port has been set c:\Program Files\Tableau\Tableau Server\10.3\bin>tabadmin set gateway.trusted “192.168.1.13” — value for key gateway.trusted has been...

Recovering Files from EBS Backup’s Recover Command on Linux Server

Linux Step-by-step guide Log in to an SSH session Change to the directory that needs to have a file or folder restored cd /etc execute recover recover versions versions Change the restore time to an earlier date closer to the backup...

Dell DRAC7 RACADM IP commands

from: http://www.aftershox.com/2013/07/11/how-to-configure-a-dell-idrac-card-using-the-racadm-command-line-tool/ Requires Dell OpenManage DRAC Tools and Dell Systems Managment managed node software to be installed on windows. Go to command prompt cd C:\Program Files\Dell\SysMgt\idrac   racadm getconfig -g cfgLanNetworking racadm config -g cfgLanNetworking -o cfgNicIpAddress 172.17.2.124 racadm config -g cfgLanNetworking -o...

firewalld examples on RHEL7

firewall-cmd –get-zones MYSQL SERVER firewall-cmd --permanent --zone=public --change-interface=eth0 firewall-cmd --permanent --zone=public --list-all firewall-cmd --permanent --zone=public --add-port=3306/tcp firewall-cmd --reload CONFLUENCE, JIRA & QUALYS firewall-cmd --permanent --zone=public --add-port=80/tcp firewall-cmd --permanent --zone=public --add-port=443/tcp firewall-cmd --permanent --zone=public --add-port=8090/tcp firewall-cmd --permanent --zone=public --add-port=8080/tcp firewall-cmd --permanent --zone=public...

EBS Networker Legato client on RHEL7 with Firewall Rules

Extract the RPMs from the downloaded file tar xvzf nw821_linux_x86_64.tar.gz Install the RPM using Yum cd linux_x86_64/ yum install lgtoclnt-8.2.1-1.x86_64.rpm Add Exclusions to the Firewall using Firewalld Create Firewall Service Profile for Networker [root@CYRIL services]# cat /etc/firewalld/services/Networker.xml <?xml version="1.0" encoding="utf-8"?> <service>...

Create systemd service on RHEL7 for Atlassian Crowd

[root@testserv]# cat /usr/lib/systemd/system/crowd.service [Unit] Description=Crowd Service After=network.target iptables.service firewalld.service firewalld.service httpd.service [Service] Type=forking User=root Environment=JRE_HOME=/usr/java/jdk1.8.0_74 ExecStart=/opt/atlassian/atlassian-crowd-2.8.4/bin/start_crowd.sh ExecStop=/opt/atlassian/atlassian-crowd-2.8.4/bin/stop_crowd.sh ExecReload=/opt/atlassian/atlassian-crowd-2.8.4/bin/stop_crowd.sh | sleep 60 | //opt/atlassian/atlassian-crowd-2.8.4/bin/start_crowd.sh [Install] WantedBy=multi-user.target Register new service systemctl daemon-reload systemctl enable crowd.service systemctl start crowd.service  ...
(adsbygoogle = window.adsbygoogle || []).push({});