<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.feedburner.com/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>bitmindframes</title>
	
	<link>http://www.bitmindframes.info</link>
	<description>cisco networking study guides</description>
	<pubDate>Mon, 22 Dec 2008 18:40:02 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/bitmindframes/kZjb" type="application/rss+xml" /><item>
		<title>IMPLEMENTING A CUSTOM SYSTEM SHUTDOWN LOGGING MESSAGE SOLARIS 10</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/492452714/implementing-a-custom-system-shutdown-logging-message-solaris-10</link>
		<comments>http://www.bitmindframes.info/implementing-a-custom-system-shutdown-logging-message-solaris-10#comments</comments>
		<pubDate>Mon, 22 Dec 2008 18:39:24 +0000</pubDate>
		<dc:creator>bit</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[logging]]></category>

		<category><![CDATA[shell]]></category>

		<category><![CDATA[shutdown]]></category>

		<category><![CDATA[solaris 10]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/implementing-a-custom-system-shutdown-logging-message-solaris-10</guid>
		<description>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
 
daemon.notice   /var/log/information
local7.notice   /var/log/information
Create the information log file.
#touch /var/log/information
Open up another terminal window and tail the /var/log/information file
#tail -f /var/log/information
Open another  terminal window
To test the new message we issue a [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=QOyxpT"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=QOyxpT" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/implementing-a-custom-system-shutdown-logging-message-solaris-10/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/implementing-a-custom-system-shutdown-logging-message-solaris-10</feedburner:origLink></item>
		<item>
		<title>Logging Tcp connections using syslog Solaris 10</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/492438512/logging-tcp-connections-using-syslog-solaris-10</link>
		<comments>http://www.bitmindframes.info/logging-tcp-connections-using-syslog-solaris-10#comments</comments>
		<pubDate>Mon, 22 Dec 2008 18:33:19 +0000</pubDate>
		<dc:creator>bit</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[messages]]></category>

		<category><![CDATA[solaris 10]]></category>

		<category><![CDATA[syslog]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/logging-tcp-connections-using-syslog-solaris-10</guid>
		<description>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, [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=Q7sNLO"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=Q7sNLO" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/logging-tcp-connections-using-syslog-solaris-10/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/logging-tcp-connections-using-syslog-solaris-10</feedburner:origLink></item>
		<item>
		<title>Managing users and user logins on Solaris 10</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/492423990/managing-users-and-user-logins-on-solaris-10</link>
		<comments>http://www.bitmindframes.info/managing-users-and-user-logins-on-solaris-10#comments</comments>
		<pubDate>Mon, 22 Dec 2008 18:13:19 +0000</pubDate>
		<dc:creator>bit</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[groups]]></category>

		<category><![CDATA[shell]]></category>

		<category><![CDATA[solaris 10]]></category>

		<category><![CDATA[unix]]></category>

		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/managing-users-and-user-logins-on-solaris-10</guid>
		<description>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

Now we can create the users and add them to the new group.We will be using the 4000 group id for the new [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=laQtou"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=laQtou" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/managing-users-and-user-logins-on-solaris-10/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/managing-users-and-user-logins-on-solaris-10</feedburner:origLink></item>
		<item>
		<title>Setting up Primary and Secondary DNS on Solaris 10</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/480244712/setting-up-primary-and-secondary-dns-on-solaris-10</link>
		<comments>http://www.bitmindframes.info/setting-up-primary-and-secondary-dns-on-solaris-10#comments</comments>
		<pubDate>Wed, 10 Dec 2008 05:37:29 +0000</pubDate>
		<dc:creator>bitmindframe</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[dns]]></category>

		<category><![CDATA[forward lookup]]></category>

		<category><![CDATA[reverse lookup]]></category>

		<category><![CDATA[solaris 10]]></category>

		<category><![CDATA[sparc]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=224</guid>
		<description>Setting up the Primary DNS Server
Create the /etc/named.conf file
options
{
directory &amp;#8220;/var/named&amp;#8221;;
};
zone &amp;#8220;.&amp;#8221;
{
type hint;
file &amp;#8220;db.root&amp;#8221;;
};
zone &amp;#8220;bitmind.info&amp;#8221;
{
type master;
file &amp;#8220;db.bitmind.info&amp;#8221;;
};
zone &amp;#8220;10.168.192.in-addr.arpa&amp;#8221;
{
type master;
file &amp;#8220;db.192.168.10&amp;#8243;;
};
zone &amp;#8220;0.0.127.in-addr.arpa&amp;#8221; in
{
type master;
file &amp;#8220;db.127.0.0&amp;#8243;;
};

Create the /var/named directory
;
; db.root
;
;{name} {ttl} Class NS Nameserver Name
;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8211;
. 604800 IN NS bitmind.info.
;
;{name} {ttl} Class A IP Address
;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;&amp;#8212;
bitmind.info. 604800 IN A 192.168.10.1
#
Next we create the /var/named/db.vinnie.bitmind.info file
; db.bitmind.info
$TTL 86400
;
;{name} {ttl} Class SOA [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=XjmAxn"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=XjmAxn" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/setting-up-primary-and-secondary-dns-on-solaris-10/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/setting-up-primary-and-secondary-dns-on-solaris-10</feedburner:origLink></item>
		<item>
		<title>Setting up IPMultiPathing using both link based and probe based detection.</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/479987559/setting-up-ipmultipathing-using-both-link-based-and-probe-based-detection</link>
		<comments>http://www.bitmindframes.info/setting-up-ipmultipathing-using-both-link-based-and-probe-based-detection#comments</comments>
		<pubDate>Tue, 09 Dec 2008 23:01:00 +0000</pubDate>
		<dc:creator>bitmindframe</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[ifconfig]]></category>

		<category><![CDATA[ipmp]]></category>

		<category><![CDATA[ipmultipath]]></category>

		<category><![CDATA[solaris 10]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=221</guid>
		<description>Hosts 1
Hostname Vinnie
Check the NIC card settings on the machine.
Run the ifconfig –a command to view the interfaces.
#ifconfig -a

Verify the speed and duplex of the interfaces.
# dladm show-dev
eri0            link: unknown   speed: 100   Mbps       duplex: [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=gwePTn"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=gwePTn" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/setting-up-ipmultipathing-using-both-link-based-and-probe-based-detection/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/setting-up-ipmultipathing-using-both-link-based-and-probe-based-detection</feedburner:origLink></item>
		<item>
		<title>Backup and restore to tape drive Solaris 10</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/479970409/backup-and-restore-to-tape-drive-solaris-10</link>
		<comments>http://www.bitmindframes.info/backup-and-restore-to-tape-drive-solaris-10#comments</comments>
		<pubDate>Tue, 09 Dec 2008 22:38:40 +0000</pubDate>
		<dc:creator>bitmindframe</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[backup]]></category>

		<category><![CDATA[solaris 10]]></category>

		<category><![CDATA[tape drive]]></category>

		<category><![CDATA[ufrestore]]></category>

		<category><![CDATA[ufsdump]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=219</guid>
		<description>Backups should be done regularly and also tested.
Using a Tapedrive for system backups.
1.	Login root or become superuser.
# init 0
ok boot –s

2.	Bring the system to run level S (single-user mode).
3.	Modify the .rhosts, etc/ethers, etc/hosts files, add workstation info on server and add server info on workstation in order for them to communicate to each other.
digi1(server)# vi [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=Q3UVDa"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=Q3UVDa" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/backup-and-restore-to-tape-drive-solaris-10/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/backup-and-restore-to-tape-drive-solaris-10</feedburner:origLink></item>
		<item>
		<title>Setting up Network Printer Using Solaris 10</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/479958917/setting-up-network-printer-using-solaris-10</link>
		<comments>http://www.bitmindframes.info/setting-up-network-printer-using-solaris-10#comments</comments>
		<pubDate>Tue, 09 Dec 2008 22:21:24 +0000</pubDate>
		<dc:creator>bitmindframe</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[network printer]]></category>

		<category><![CDATA[solaris 10]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=214</guid>
		<description>Setting up a Lexmark network printer
1.      Download the latest drivers from the print manufacturer website and select your architecture.
We will be using the solaris8-10-spac package.

2.
#pkgadd -d /Desktop/print-drivers-solaris8-10-sparc.pkg
Install the driver package on the system with pkgadd.
y to all options
3.      Setup the network printer.
1.       bash-3.00# lpadmin -p class -v /dev/null
2.       bash-3.00# lpadmin -p class -m netstandard_foomatic
3.       bash-3.00# [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=DLQ8rp"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=DLQ8rp" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/setting-up-network-printer-using-solaris-10/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/setting-up-network-printer-using-solaris-10</feedburner:origLink></item>
		<item>
		<title>Bitmindframes forum now open!</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/462264350/bitmindframes-forum-now-open</link>
		<comments>http://www.bitmindframes.info/bitmindframes-forum-now-open#comments</comments>
		<pubDate>Sat, 22 Nov 2008 22:28:58 +0000</pubDate>
		<dc:creator />
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/bitmindframes-forum-now-open</guid>
		<description>We started this site out as a way to help others study for their ccna certification and it will now expand into a community.  We are looking for moderators for the forum as well as persons with technical experience that can write articles or basic tutorials.
The forum is open to anyone and is used for [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=m1JGJM"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=m1JGJM" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/bitmindframes-forum-now-open/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/bitmindframes-forum-now-open</feedburner:origLink></item>
		<item>
		<title>Creating a jumpstart server, and flash archive.</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/446948565/creating-a-jumpstart-server-and-flash-archive</link>
		<comments>http://www.bitmindframes.info/creating-a-jumpstart-server-and-flash-archive#comments</comments>
		<pubDate>Sun, 09 Nov 2008 00:06:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Sun Solaris]]></category>

		<category><![CDATA[flash archive]]></category>

		<category><![CDATA[jumpstart]]></category>

		<category><![CDATA[server]]></category>

		<category><![CDATA[sparc]]></category>

		<category><![CDATA[sun]]></category>

		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.bitmindframes.info/?p=166</guid>
		<description>SETTING UP BOOT &amp;#38; INSTALL SERVERS 
JumpStart clients install the Solaris Operating System from the installation image. For example, if you spool the Solaris 10 Operating System into a directory called /export/jumpstart, the installation image would be located in the /export/jumpstart/Solaris_10/Product directory.
#cd /cdrom/cdrom0/s0/Solaris_10/Tools

1.    First we use the setup_install_server command to install the software onto [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=OfU747"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=OfU747" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/creating-a-jumpstart-server-and-flash-archive/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/creating-a-jumpstart-server-and-flash-archive</feedburner:origLink></item>
		<item>
		<title>DTP Dynamic Trunking Protocol</title>
		<link>http://feeds.feedburner.com/~r/bitmindframes/kZjb/~3/446894656/dtp-dynamic-trunking-protocol</link>
		<comments>http://www.bitmindframes.info/dtp-dynamic-trunking-protocol#comments</comments>
		<pubDate>Sat, 08 Nov 2008 22:13:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Switching]]></category>

		<category><![CDATA[access]]></category>

		<category><![CDATA[cisco]]></category>

		<category><![CDATA[desirable]]></category>

		<category><![CDATA[dtp]]></category>

		<category><![CDATA[dynamic]]></category>

		<category><![CDATA[interface]]></category>

		<category><![CDATA[switch]]></category>

		<category><![CDATA[trunk]]></category>

		<guid isPermaLink="false">http://bitmindframes.info/?p=43</guid>
		<description>Bitmindframes cisco study guides
DTP Dynamic Trunking Protocol
Trunk negotiation is managed by the Dynamic Trunking Protocol (DTP), which is a Cisco proprietary Point-to-Point Protocol.
These various modes are configured using the switchport mode interface command
Switch trunk interfaces support different trunking modes.

Access
Dynamic desirable (default mode on Catalyst 2950 and 3550)
Dynamic auto
Trunk
Non-negotiate
dotq-tunnel (Not an option on the Catalyst 2950.)

Using [...]
&lt;p&gt;&lt;a href="http://feeds.feedburner.com/~a/bitmindframes/kZjb?a=GrwtQb"&gt;&lt;img src="http://feeds.feedburner.com/~a/bitmindframes/kZjb?i=GrwtQb" border="0"&gt;&lt;/img&gt;&lt;/a&gt;&lt;/p&gt;</description>
		<wfw:commentRss>http://www.bitmindframes.info/dtp-dynamic-trunking-protocol/feed</wfw:commentRss>
		<feedburner:origLink>http://www.bitmindframes.info/dtp-dynamic-trunking-protocol</feedburner:origLink></item>
	</channel>
</rss>
