HP StoreOnce Backup System CLI Reference Guide

Example
# net create config management dns dhcp
To create a default configuration:
# net create config myconfig
To create config with a single subnet with some parameters initialized:
# net create config myconfig subnet sub1 default yes netusage both
To create a complete configuration with a VLAN tag:
# net create config myconfig dns 192.168.10.10,192.168.10.12 mgmtvif 172.16.0.2
# net create portset myconfig ps1 ports eth0,eth2 bondmode 6 vlansupport yes
# net add subnet myconfig subnet sub1 default yes netusage both portset ps1
domain mydomain.com netmask 255.240.0.0 gateway 172.16.0.1 vlantag 200
# net add ipaddr myconfig sub1 172.16.0.3,172.16.0.4,172.16.0.5,172.16.0.6
# net show config myconfig
120 Alphabetical List of Commands and Details