Search Results

Search: Posts Made By: turk22
1,016
Posted By junior-helper
Try sed 's/^\(.*\)_\(.*\)/\1 \2/' file To...
Try
sed 's/^\(.*\)_\(.*\)/\1 \2/' file

To put the values in variables try this
sed 's/^\(.*\)_\(.*\)/\1 \2/' file | while read fqdn if
do
echo "fqdn: $fqdn if: $if"
doneHope this helps.
3,924
Posted By verdepollo
You can create a VNIC and use it as if it was a...
You can create a VNIC and use it as if it was a physical device. Something like this:
ifconfig e1000g1:1 plumb
ifconfig e1000g1:1 192.168.1.2 up

If you need it to be on a different subnet just...
Forum: Solaris 12-07-2010
5,479
Posted By frank_rizzo
have you checked the solaris mail log? does any...
have you checked the solaris mail log? does any outbound email work? try sending using -v with the mailx option and post the results(after scrubbing if needed)
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 06:43 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy