Fulltext results:
- Notes for the Solaris 10 System Administration Exam (CX-310-200 & -202)
- Devices ==== To reconfigure the devices, you can perform any of these actions: - ''touch /reconfigu... = FIXME: add newfs options * List alternate superblocks: newfs -Nv <raw device> === fstyp === ... ]]'' list filesystems propeties, e.g. alternate superblocks: fstyp -v <raw device> === fsck === * Repair primary superblock with backup superblock: fsck -o b=<backup
- Virtual Network Visualization
- To visualize the internal network(s), I created a perl script which takes the output of ''dladm show-li... Wire Demo Tool]]. ===== dladm2dot.pl ===== <code perl> #! /usr/bin/perl $STYLE{'etherstub'} = "shape=box"; $STYLE{'phys'} = "color=black"; $STYLE{'vnic'} ... </code> {{tag>solaris opensolaris visualization virtualization network dladm crossbow perl graphviz}}