10 More Discussions You Might Find Interesting
1. Solaris
So, we removed a LUN from the SAN and the system is refusing to remove the references to it in the /dev folder. I've done the following:
devfsadm -Cv
powermt -q
luxadm -e offline <drive path>
luxadm probe
All those commands failed to remove the path. The drive stills shows up as <drive... (13 Replies)
Discussion started by: DustinT
13 Replies
2. Solaris
how to make less capacity on /dev/dsk/c1t0d0s5
Filesystem size used avail capacity Mounted on
/dev/dsk/c1t0d0s0 9.6G 2.3G 7.2G 25% /
/dev/dsk/c1t0d0s1 9.6G 4.1G 5.4G 44% /usr
/dev/dsk/c1t0d0s4 9.6G 81M 9.4G 1% /var... (1 Reply)
Discussion started by: Cah.Lanang
1 Replies
3. UNIX for Dummies Questions & Answers
Hi
May I know the meaning of the following command
mount /dev/dsk/c1t0d0s3 /mnt
Will I be able to use my tape drive after that?
Thanks (3 Replies)
Discussion started by: rahmantanko
3 Replies
4. Solaris
I installed solaris 9u8 and flar image and put on my jumpstart server which is running 10u3. Then I do jumpstart with new image with same hardware. Jumpstart acts like it installs, configures, and looks generally good. However, During the boot process, it reports the following errors.
The / file... (4 Replies)
Discussion started by: rushingfish
4 Replies
5. Solaris
Hi all,
I just find some strange device (at least to me) on my Sun Blade server, CP3060, like below:
bash-3.00# cd /dev/dsk
bash-3.00# ls c3*
c3t600A0B80002FA5F50000000000000000d0s0 c3t600A0B80002FA60C0000000000000000d0s4
c3t600A0B80002FA5F50000000000000000d0s1 ... (6 Replies)
Discussion started by: sleepy_11
6 Replies
6. UNIX for Advanced & Expert Users
Hi,
I have a windows emulator that I am wanting to try out, but my Windows 3.1 files are split up over 6 .DSK images, and I need to convert them to an .IMG that I can actually mount on my system (so that the emulator can see it).
Is there a way to do this?
thanks.
-patrick (0 Replies)
Discussion started by: patrick99e99
0 Replies
7. UNIX for Dummies Questions & Answers
what is the difference between using the following commands to image a drive besides one taking 9hours and the other 15min?
dd if=/dev/dsk/c0t5d0 of=/dev/dsk/c0t4d0 bs=1024k
dd if=/dev/rdsk/c0t5d0 of=/dev/rdsk/c0t4d0 bs=1024k
Is there reliability issues in one over the other. I have read... (3 Replies)
Discussion started by: aicjofs
3 Replies
8. Solaris
I use the following command dk -k and get the following output:
Filesystem kbytes used avail capacity Mounted on
/dev/dsk/c0t0d0s0 1587078 56546 1482920 4% /
/dev/dsk/c0t0d0s6 1984230 926199 998505 49% /usr
/proc 0 0 0 ... (1 Reply)
Discussion started by: indianboy08
1 Replies
9. Solaris
I've searched through unix.com and google for this issue I am having on one particular Sun E280R with installing netbackup software from CD. I know the cd is good because i installed the software on 4 other servers right before this one.
This is the issue I am seeing. vold does not mount the CD... (2 Replies)
Discussion started by: dangral
2 Replies
10. UNIX for Dummies Questions & Answers
Hello!
When I use "sar -d" I get information about disk activities like:
sd0 ...
sd0,a ...
sd0,b ...
.....
sd22 ...
sd22,a ...
.....
How I can find by , for example sd22,a , what physical disk is it. For example /dev/dsk/c1t3d0s1 easy to read and I can find by it physical disk.... (4 Replies)
Discussion started by: Colf
4 Replies
pgmtexture(1) General Commands Manual pgmtexture(1)
NAME
pgmtexture - calculate textural features on a portable graymap
SYNOPSIS
pgmtexture [-d d] [pgmfile]
DESCRIPTION
Reads a portable graymap as input. Calculates textural features based on spatial dependence matrices at 0, 45, 90, and 135 degrees for a
distance d (default = 1). Textural features include:
(1) Angular Second Moment,
(2) Contrast,
(3) Correlation,
(4) Variance,
(5) Inverse Difference Moment,
(6) Sum Average,
(7) Sum Variance,
(8) Sum Entropy,
(9) Entropy,
(10) Difference Variance,
(11) Difference Entropy,
(12, 13) Information Measures of Correlation, and
(14) Maximal Correlation Coefficient.
Algorithm taken from:
Haralick, R.M., K. Shanmugam, and I. Dinstein. 1973. Textural features for image classification. IEEE Transactions on Systems, Man, and
Cybertinetics, SMC-3(6):610-621.
BUGS
The program can run incredibly slow for large images (larger than 64 x 64) and command line options are limited. The method for finding
(14) the maximal correlation coefficient, which requires finding the second largest eigenvalue of a matrix Q, does not always converge.
REFERENCES
IEEE Transactions on Systems, Man, and Cybertinetics, SMC-3(6):610-621.
SEE ALSO
pgm(5), pnmcut(1)
AUTHOR
Copyright (C) 1991 by Texas Agricultural Experiment Station, employer for hire of James Darrell McCauley.
22 Aug 1991 pgmtexture(1)