WIKINIX

Loading

  • Dec, Mon, 2019
Sendmail Configuration Solaris 11

tambahkan parameter dibawah ini /etc/hosts #SMTP 172.17.200.42   smtp.cimbniaga.co.id    mailhost   cd /etc/mail/cf/cf cp sendmail.mc hostname.mc tambahkan parameter dibawah ini di file hostname.mc MASQUERADE_AS(`smtp.cimbniaga.co.id’)   make IDCBPBCSUAPP002.cf   mailx -v -s….

Read more
  • Dec, Mon, 2019
Installasi .NET Core SDK Runtime

Create Folder dotnet di directory yang diinginkan mkdir /u01/dotnet Extract file dotnet ke folder tersebut. tar –xzvf dotnet-sdk-3.0.101-linux-x64.tar.gz –C /u01/dotnet Rubah owner directory dan file ke user aplikasi : chown….

Read more
  • Dec, Fri, 2019
Management User Solaris

Create a local user. By default, the user is created locally. If you include the –S ldap option, the user is created in an existing LDAP repository. # useradd -d….

Read more
  • Dec, Thu, 2019
Why are the errors “gofer.messaging.adapter.connect” repeatedly logged in /var/log/messages On RHEL

Issue goferd errors are reported in /var/log/messages: Sep 29 03:19:22 abcxyz goferd: [ERROR][worker-0] gofer.messaging.adapter.connect:33 – connect: proton+amqps://subscription.rhsm.redhat.com:5647, failed: Connection amqps://subscription.rhsm.redhat.com:5647 disconnected: Condition(‘proton:io’, ‘recv: Connection refused’) Sep 29 03:19:22 abcxyz goferd:….

Read more
  • Dec, Thu, 2019
Installasi PHP 7.3 On RHEL 8.1

Install PHP 7.3 On RHEL 8.1 =========================== dnf module list php yum module enable php:7.3 -y dnf install php php* Setup Selinux Mysql =========================== semanage port -a -t mysqld_port_t -p….

Read more
  • Dec, Thu, 2019
Preparation Setup Oracle DB On Linux

Install Depedencies Package Oracle DB : yum install binutils -y yum install compat-libcap1 -y yum install compat-libstdc++-33 -y yum install glibc -y yum install glibc-devel -y yum install ksh -y….

Read more
  • Dec, Thu, 2019
Start OVS dan OVMM Oracle

Shutdown Oracle Linux OVM ========================== Login OVM Manager https://[ip_address:7002]/ovm/console/ Launch Console VM server and shutdown note : Server OVMM terakhir di matikan. Power Off OVS server Power On Oracle Linux….

Read more
  • Dec, Thu, 2019
Setup DNS Client Solaris 11

Check service DNS Client # svcs -a | grep dns disabled May_07 svc:/network/dns/client:default disabled May_07 svc:/network/dns/multicast:default disabled May_07 svc:/network/dns/server:default Setup DNS Client # svccfg -s network/dns/client svc:/network/dns/client> setprop config/domain =….

Read more
  • Dec, Thu, 2019
Create Repository Global Zone

Create Repository Global Zone – Login Global Zone – Upload ISO Repository – Mount ISO ke Folder repository mount -F hsfs /tmp/solaris-repofull.iso /export/home/secadmin/source/repofull/ mount -F hsfs /tmp/solaris-repo-sru.iso /export/home/secadmin/source/sru/ – Remove….

Read more