tail [options]
#tail -f [your log file]
It's updating live feed in the terminal
#tail -f /var/adm/messages
Nov 6 13:38:50 NTU-HQ-GLOBAL dhcpd: [ID 702911 local0.info] DHCPREQUEST for 50.200.0.144 (172.16.0.2) from 00:c0:89:15:10:28...
Tuesday, November 6, 2012
Thursday, October 4, 2012
Create new empty files using "touch" command
The touch
Command
The touch command is
use to create new empty files.
It’s also
use to change file access and modification times
touch's
syntax :
#touch
[option] file_name
Using touch command
can...
Monday, October 1, 2012
Find command in solaris 10 (Eg:Find some content inside files under some directory)
Find some content
inside files and it will gives the files that content is available:
# find /usr/local/etc/ -type f-exec grep -l "00:C0:89:14:9F:6C"
{} \;
/usr/local/etc/dhcplog.txt
/usr/local/etc/subnetfiles/50.200.0.0-19-server2
/usr/local/etc/
:Location...
Friday, September 28, 2012
Installing Cacti on Solaris 10 (PART-2)

Install Cacti:
You can download latest version
of cacti from http://cactiusers.org/
website
Eg: cacti-plugin-0.8.7g-PA-v2.9.tar
Unzip file and rename it to cacti.
Copy cacti folder into /htdocs
directory
Eg:
bash-3.2#mvcacti-0.8.7i-PIA cacti
bash-3.2#cp–R cacti /usr/local/apache2/htdocs
Change appropriate access permissions
Setup databases for cacti:
Create the MySQL database:
bash-3.2# mysqladmin --user=rootcreate...
Thursday, September 27, 2012
Installing Cacti on Solaris 10 (PART-1)
Installing Cacti on Solaris 10
Install Solaris 10 sparc in sun server:
Software
Requirements:
Required packages for solaris 10 sparc
x64(according to your system) can freely download from http://unixpackages.com/
or...
Subscribe to:
Posts (Atom)