Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Bare Metal Restore™ Administrator's Guide
  3. Appendix A. NetBackup BMR related appendices
  4. Network services configurations on BMR boot Server
  5. Solaris Network configuration
  6. Network boot service configuration for Solaris version 10
Veritas NetBackup™ Bare Metal Restore™ Administrator's Guide

Network boot service configuration for Solaris version 10

No specific DHCP configuration is required on Solaris-10 SPARC architecture as BMR internally handles the required network configurations on boot server while preparing the client for restore.

Solaris 10 x64 architecture requires DHCP and TFTP services configuration to be done on the boot server manually.

To configure DHCP services, perform following steps:

  • Run dhcpconfig command to initialize dhcp:

    dhcpconfig -D -r SUNWfiles -p /var/dhcp

  • Add network table entry.

    pntadm -C <Network-IP> E.g. : pntadm - C 10.209.4.0

  • Configure subnet/route details.

    dhtadm -A -m <Network-IP> -d < ':option=value:option=value:option=value:'>

    Example:

    dhtadm -A -m 10.209.4.0 -d ':Subnet=255.255.252.0'':Router=10.209.4.1'':DNSdmain="<yourdomainname>.com"'':DNSserv=10.216.16.101 10.217.160.131:'

  • Enable DHCP server using following command.

    svcadm -v enable dhcp-server.

To configure TFTP services, perform following steps:

  • Create TFTP base directory.

    mkdir /tftpboot

  • If the TFTP entry is not present in file /etc/inetd.conf file, add the following line.

    tftp dgram udp6 wait root /usr/sbin/in.tftpd in.tftpd -s /tftpboot

  • Import the configuration changes.

    /usr/sbin/inetconv

  • Restart TFTP.

    svcs network/tftp/udp6 svcadm restart network/tftp/udp6

Note:

For Solaris, BMR does not support Solaris WAN-based boot protocol. Though in case of cross subnet network-based boot recovery is intended then Relay Boot server can be used.

Feedback

Was this page helpful?
Previous

Solaris Network configuration

Next

Network boot service configuration for Solaris version 11.0 and later

Feedback

Was this page helpful?