Settings and Printing NetworkNetworkMaintenance and Spec.Setup in UNIX67Step 2: Adding the printer to UNIX systemsPerform the following steps to add the printer as a network printer to a UNIX systems.When editing the hosts file, contact your network administrator.1 Log in as root.# login root2 Edit your /etc/hosts file to add the printer as a network printer to yoursystem.(Example)The printer's IP Address is "172.16.xxx.xxx" and the host name is "kxp7310".172.16.xxx.xxx kxp7310 # KX-P7310 Printer3 Confirm the connection to the network by using ping command.# ping kxp7310Step 3: Setting up print queuesSet up a print queue to use the network printer depending on your system environment.[For Solaris 2.6]1 Create Printer Queue.(1) Log in as root.# login root(2) Add print server name.Example: adding printer queue name as "kxp7310lp"# lpadmin -p kxp7310lp -m netstandard -o protocol=bsd-o dest=kxp7310:lp -v /dev/nullThe "lp" after ":" is the remote printer queue name.(3) Enable printer queue:# usr/sbin/accept kxp7310lp# usr/bin/enable kxp7310lp