No printing from PRINTRONIX P5215 printer with Solaris 10

No issue with HP Laserjet printer.

Using same method (as below) to configure the Printronix printer in Solaris 9, no issue.

Solaris with the Printronix Interface file (pnet.if)
Configure Unix:
1)First download the pnet.if.
2) Log in to Unix server as root (or another username that controls the printers, and has all the rights to the directories).
3) Add the following entry in the /etc/hosts.(use for example Vi)
<ipaddress> <logicalname>
For example: 200.200.200.10 print01
4) Copy the pnet.if interface file into the following directory /usr/spool/lp/model/pnet.if.
5) Edit with Vi the pnet.if and modify the UNIT_NAME to your DNS or Hosts name for the Printronix printer (print01), or alternatively use single quotes: "dotted-IP" for the UNIT_NAME. Also modify the LP_DEST to the logical destination name of Printnet
6) The rights and ownership should be changed use the following commands.
chmod a+x /usr/lib/lp/model/pnet.if enter
chown lp /usr/lib/lp/model/pnet.if enter
7) Type lpadmin -p p01 -v /dev/null enter.
p5net is the queue name for Unix
8) Type lpadmin -p p01 -i /usr/spool/lp/model/pnet.if enter.
pnet.if is the Printronix interface file.
9) Type enable p01 enter.
10) Type accept p01 enter. Now the Unix configuration is done, it is ready for printing.
11) Just type for printing: lp -d p01 /etc/hosts enter.

Problem solved after following steps:

Configure Unix SysV printing with Standard interface file (raw 9100)

1) Log in to Unix as root (or an other username that controls the printers, and has all the right to the directories).

2) If there is no DNS entry for Printnet , add the following entry to the /etc/hosts file. (use for example Vi). The DNS name can also be used.
<ipaddress> <logical name>
For example: 200.200.200.10 print01

3) Type lpadmin �p p01 �v /dev/null and press enter.
p5net is the queue name for Unix.

4) Type lpadmin �p p01 �i /usr/lib/lp/model/netstandard, or alternatively
lpadmin �p p01 �m netstandard and press enter. netstandard is the standard interface file.

5) Type lpadmin �p p01 �o dest=print01:9100 �o protocol=tcp, or alternatively, you may use the ip address assigned to Printnet :
lpadmin �p p01 �o dest= "200.200.200.10":9100 �o protocol=tcp, and press enter. print01 is the host name you gave in the /etc/hosts file.

6) Type enable p01.

7) Type accept p01. Now the Unix configuration is done, it is ready for printing.

8) Just type for printing : lp �d p01 /etc/protocols.