Archive for ‘ Sun Solaris

IMPLEMENTING A CUSTOM SYSTEM SHUTDOWN LOGGING MESSAGE SOLARIS 10 22 December 2008 at 12:39 pm by bit

IMPLEMENTING A CUSTOM SYSTEM SHUTDOWN LOGGING MESSAGE.

To create a custom logging message we edit /etc/syslog.conf and add 2 lines.

#vi /etc/syslog.conf

Read the rest of this entry →

Tags: vlan, wan, 802.1q, cisco, router, vtp

+ Logging Tcp connections using syslog Solaris 10 By bit 22 December 2008 at 12:33 pm and have Comments Off

Logging TCP connections using syslogd.

To enable logging of TCP connections we run the command:

#inetadm -M tcp_trace=TRUE

Verify that tcp_trace is set to TRUE.

#inetadm -p

While viewing an alternate terminal window after running:

#tail -f /var/adm/messages

A message would be displayed to the terminal.

Jan 27 14:49:45 digi inetd[373]: [ID 317013 daemon.notice] telnet[1816] from 192.
168.10.14 33811

Tags: guides, router, cisco, interface, 802.1q, study

+ Managing users and user logins on Solaris 10 By bit 22 December 2008 at 12:13 pm and have Comments Off

Managing users and user logins

We are tasked to create 5 user accounts with special permissions, groups and a shared folder for the group.

First we need to create a new group.
#groupadd –g 101 mindframes
Read the rest of this entry →

Tags: ip, study, cisco, router, switch, 802.1q

+ Setting up Primary and Secondary DNS on Solaris 10 By bitmindframe 09 December 2008 at 11:37 pm and have Comments Off

Setting up the Primary DNS Server
Create the /etc/named.conf file

options
{
directory “/var/named”;
};
zone “.”
{
type hint;
file “db.root”;
};
zone “bitmind.info”
{
type master;
file “db.bitmind.info”;
};
zone “10.168.192.in-addr.arpa”
{
type master;
file “db.192.168.10″;
};
zone “0.0.127.in-addr.arpa” in
{
type master;
file “db.127.0.0″;
};

Read the rest of this entry →

Tags: vtp, study, switch, guides, 802.1q, cisco

+ Setting up IPMultiPathing using both link based and probe based detection. By bitmindframe 09 December 2008 at 5:01 pm and have Comments Off

Hosts 1
Hostname Vinnie

Check the NIC card settings on the machine.
Run the ifconfig –a command to view the interfaces.

#ifconfig -a

Read the rest of this entry →

Tags: vtp, cisco, vlan, interface, wan, ip