Search Results

Search: Posts Made By: styno
1,190
Posted By styno
why don't you just populate a seperate file? ...
why don't you just populate a seperate file?


for file in `cat list`
do
... get the file
if [ $? -eq 0 ]
then echo #$file >> list2
fi
done
25,015
Posted By styno
Try "put /dev/null /yourdir/yourfile", at least...
Try "put /dev/null /yourdir/yourfile", at least this works with sftp from solaris to solaris.
21,022
Posted By styno
An extremely dirty way to do this is to rename...
An extremely dirty way to do this is to rename the ls binary to oldls and write a script called 'ls' that calls oldls and removes the extra space. I only mention this because you are really looking...
3,141
Posted By styno
- You can first check/test the archive with "tar...
- You can first check/test the archive with "tar -tvf /dev/yourtape".
- Then check the output and verify the full paths to the files on tape.
- if the filepath is /etc/yourfiles you can restore...
Forum: Solaris 07-01-2011
2,660
Posted By styno
:D Thanks for this, now I can start my weekend...
:D Thanks for this, now I can start my weekend with a smile! ;)
Forum: Solaris 06-10-2011
2,096
Posted By styno
What is the output of 'swap -s' during normal...
What is the output of 'swap -s' during normal operations?
Forum: Solaris 06-08-2011
5,058
Posted By styno
You can try to "umount -f" But iirc That may only...
You can try to "umount -f" But iirc That may only work on nfs mounts on certain unix flavors. Another route would be to try to find the pid of the process that is locking the device with "fuser",...
39,528
Posted By styno
depends on the OS type & version, but with...
depends on the OS type & version, but with 'ifconfig -a' and 'netstat -rn' you should be able to script something that works almost everywhere....
Forum: Solaris 06-08-2011
145,110
Posted By styno
for a T-series the following applies: number...
for a T-series the following applies:

number of physical cpu: "psrinfo -p"
number of cores: "kstat cpu_info|grep core_id|sort -u|wc -l"
number of threads: "psrinfo -pv"
Forum: Solaris 06-08-2011
1,553
Posted By styno
or.. with shared ip type: zonecfg -z...
or..
with shared ip type:


zonecfg -z yourzonename
> create -b
> set zonepath=/zones/yourzonename
> set autoboot=true
> set ip-type=shared
> add net
> set address=10.0.0.10
> set...
Showing results 1 to 10 of 10

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