Archivo del Autor: carlosap

Configure VNCServer on Oracle Solaris 11

Configure VNCServer on Oracle Solaris 11 Posted on February 10, 2012 by oracletempspace   1 Vote   Now that I have a freshly-installed Oracle Solaris 11 server, I need to be able to remotely run and access installation media/menus that have graphical elements (GUI). One of the best ways to do this is via a VNC… Leer más »

openvpn username password auth

edit /etc/openvpn/server.conf CENTOS X64 # Username and Password authentication. client-cert-not-required plugin /usr/lib64/openvpn/plugin/lib/openvpn-auth-pam.so login RASPBERRY # Username and Password authentication. client-cert-not-required plugin /usr/lib/openvpn/openvpn-auth-pam.so login Also script for firewall cat firewall-openvpn-rules.sh #!/bin/sh iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j SNAT –to-source 11.22.33.44 11.22.33.44 you RPI address Add pre-up /etc/firewall-openvpn-rules.sh We want to add a… Leer más »

How to Setup and Configure an OpenVPN Server on CentOS 6 – 7

How to Setup and Configure an OpenVPN Server on CentOS 6 (update centos 7) http://www.unixmen.com/setup-openvpn-server-client-centos-6-5/ Tagged In: CentOS, Miscellaneous, VPN Introduction This article will guide you through the setup and configuration of OpenVPN server on your CentOS 6 cloud server. We will also cover how to configure your Windows, OS X, or Linux client to… Leer más »

The steps to convert database from OpenEdge 10.x to OpenEdge 11.x using an OpenEdge 10.x offline PROBKUP are outlined below:

Resolution The steps to convert database from OpenEdge 10.x to OpenEdge 11.x using an OpenEdge 10.x offline PROBKUP are outlined below: Either run the PROENV script from /bin/proenv to set the DLC environment variable and update the PATH with the installation tailoring, or ensure the shell has the appropriate environment variables set: [UNIX] DLC=; export… Leer más »

remove add bi

This Process is only valid for Versions 9.x and higher where it is possible to have a total bi file size greater than 2 GB. 1. Take a Progress backup of the database as it is now. Use the PROBKUP command with the -norecover parameter. example: probkup db-name destination-device -norecover If there is enough space… Leer más »

install ftp solaris 11

#pkg install pkg://solaris/service/network/ftp #pkg install pkg://solaris/network/ftp #svcadm enable ftp

Solaris 11 network install without DHCP SPARC

1st create install service (running solaris 11 sparc ) installadm create-service -a sparc -n s11-sparc *********************************** Image path: /export/auto_install/s11-sparc Service discovery fallback mechanism set up Creating SPARC configuration file Refreshing install services Warning: mDNS registry of service s11-sparc could not be verified. Creating default-sparc alias Service discovery fallback mechanism set up Creating SPARC configuration file… Leer más »

Configuring an NTP client in Solaris 11

It is really easy to configure an NTP client on a plain standard Solaris 11 (that said it isn’t more difficult on Solaris 10 … it’s the same procedure). So i will just give a very short walkthrough. At first you have to create a config file. You can edit /etc/inet/ntp.client, edit it and copy… Leer más »

How can an OpenEdge 10 database be converted to OpenEdge 11 on a machine without OpenEdge 10 installed?

/etc/profile PATH=$PATH:/opt/dlc11/bin: export PATH DLC=/opt/dlc11 export DLC JAVA_HOME=/usr/java export JAVA_HOME – Open the dbname.st file and check to see if path for the database is correct. If not, fix the path on the dbnam.st file, then run the prostrct repair as $DLC/bin/102dbutils/102b05_dbutil prostrct repair dbname – Truncate bi file for 10.2B database using proutil command… Leer más »