Posts Tagged ‘sparc’
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″;
};
Tags: vtp, study, switch, guides, 802.1q, cisco
SETTING UP BOOT & 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
Tags: guides, cisco, vlan, study, 802.1q, ip