HP-UX VLAN Administrator's Guide, February 2007
Example: Performing a Persistent Store/Save to vlanconf file (-- sa --fr cu)
When --sa --fr cu is specified, nwmgr saves changes made with the set operation (-s |--set)
to the /etc/rc.config.d/vlanconf file for persistence across reboots. If the --saved option
is not specified, changes made using the --set operation are not retained across reboots.
For example, to save all changes made to lan5000, use the following command:
# nwmgr -s -c lan5000 -A all --sa --fr cu
With the delete operation (-d|--delete), specifying the --sa option deletes the interface from
the persistent store (/etc/rc.config.d/vlanconf).
For example, to delete all changes made to lan5000, use the following command:
# nwmgr -d -c lan5000 --sa
Other Examples 45