install ftp solaris 11
#pkg install pkg://solaris/service/network/ftp #pkg install pkg://solaris/network/ftp #svcadm enable ftp
#pkg install pkg://solaris/service/network/ftp #pkg install pkg://solaris/network/ftp #svcadm enable ftp
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: Solaris 11 network install without DHCP SPARC »
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: Configuring an NTP client in Solaris 11 »
/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: How can an OpenEdge 10 database be converted to OpenEdge… »
The Enterprise Controller can be in a stopped state due to a system reboot or maintenance. While the Enterprise Controller is stopped, Oracle Enterprise Manager Ops Center does not function. You can start the Enterprise Controller using the satadm command. To Start the Enterprise Controller As root, log in to the Enterprise Controller system. Run… Leer más: Starting the Enterprise Controller »
If you like this article, please +1 or Recommend via FB with the provided buttons above: Article ID: 85 by: Reese K. Posted: 21 Jan, 2013 Last updated: 21 Jan, 2013 Views: 1507 Once wtmpx hits 2 GB in size, certain unfavorable conditions may occur. To alleiviate this from happening, I setup a logadm to rotate… Leer más: Rotate wtmpx log »
http://solaris4ever.blogspot.mx/2011/06/io-error-sobre-storage-externo.html I/O Error Sobre Storage Externo
Step # 1: Create self signed SSL Certificates Create a directory to store SSL certificate: # mkdir /etc/lighttpd/ssl/domain.com -p # cd /etc/lighttpd/ssl/domain.com # openssl req -new -x509 -keyout server.pem -out server.pem -days 365 -nodes # chown lighttpd:lighttpd /etc/lighttpd/ssl -R # chmod 0600 /etc/lighttpd/ssl/domain.com You need to provide information such as country name, your domain name… Leer más: Step # 1: Create self signed SSL Certificates lighttpd »
As of 09/04/2014 the main wheezy repository uses the patched version 1.0.1e-2+deb7u5 and as commented, you can get it like this: > sudo apt-get update > sudo apt-get upgrade Which will update the following packages: libssl1.0.0 openssh-client openssh-server openssl ssh
An online friend named bmc_ on Twitter introduced me to tmux. It reportedly has simpler, cleaner code than screen, which implies that it’s more robust, in addition to more very useful features. The problem is tmux is very different from screen. It wasn’t at all easy to jump straight into tmux, without doing a thorough… Leer más: screen to tmux: A Humble Quick-start Guide »