Sponsored Content
Full Discussion: ioscan
Operating Systems HP-UX ioscan Post 10986 by jennifer on Tuesday 27th of November 2001 12:49:11 AM
Old 11-27-2001
ioscan

Hi,

what is the difference in these two commands/

#ioscan -funC disk

#ioscan -knfC disk

To me both the commands produce the same information.

regards
jenniferSmilie
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

ioscan

Hi, I am looking for a similar 'ioscan' command in solaris 2.7. Is there any ? (5 Replies)
Discussion started by: guest100
5 Replies

2. What is on Your Mind?

IOSCAN Command

I need to know what is the differance between ioscan comand and search command ,in addition I search in your site for more details on ioscan command but I found nothing. (1 Reply)
Discussion started by: Kaswara
1 Replies

3. Solaris

SUN Solaris "ioscan"

Hi, What is the equivelent command for ioscan from HP in SUN, i.e I need to display all hardware devies with path/driver/stats etc. regards, Ahmed (2 Replies)
Discussion started by: Ahmad
2 Replies

4. HP-UX

Question about UNIX ioscan command

Hello there. I have a question regarding the ioscan commnad. When you execute the line ioscan -fnC processor it outputs a list of all processors in the machine. Does this list displays only physical CPUs or does it displays each core? For example, if i have a server with 1 Dual Core... (10 Replies)
Discussion started by: Spilson
10 Replies

5. HP-UX

ioscan on HP-UX 9.1

I am trying to work out the logical device name on a HP 9000 system running HP-UX 9.1. I see that ioscan-fnC disk looks like the command on later versions of HP-UX unfortunately it seems the n option is not available on 9.1. The output from ioscan -fC disk is:- Class H/W Path Driver H/W... (3 Replies)
Discussion started by: malcqv
3 Replies

6. Solaris

Solaris equivalent of the ioscan command

What is the Solaris equivalent of the HP-UX "ioscan -funC" command which lists all hardware on the system? (5 Replies)
Discussion started by: etc
5 Replies

7. Solaris

How to solve "ioscan -En" hardware errors

Hi, I found devices errors in #ioscan -En. it is showing that soft errors = 0 and hard errors= 5. what should i do for hard errors=0. Thanks. (4 Replies)
Discussion started by: arjunreddy3
4 Replies

8. HP-UX

ioscan command

Hi all ! I'm a newbie in HP-Unix . In HP-Unix ,'ioscan' command is used to scan I/O system but I don't know what the 'ioscan' command is in Linux/Unix ? I cannot find it in Linux/Unix OS . Thanks (2 Replies)
Discussion started by: nemoflich
2 Replies

9. Solaris

ioscan -En how to exclude tapes?

i would like to list all disks, but this command with these options list tapes too. i donīt find out an option which list only the class like ioscan in hp-ux. could anybody help me? thanks a lot. (2 Replies)
Discussion started by: pabloli150
2 Replies
KFSCMD(8)						      System Manager's Manual							 KFSCMD(8)

NAME
kfscmd, ksync - kfs administration SYNOPSIS
disk/kfscmd [-n name] cmd ... disk/ksync DESCRIPTION
Kfs is a local user-level file server for a Plan 9 terminal with a disk. Kfscmd transmits commands to the kfs server (see kfs(4)). The -n option changes the name of the kfs service to kfs.name (by default, full name is just kfs). Ksync executes the sync command for all active kfs servers. The known commands are described below. Note that some commands are multiple words and should be quoted to appear as a single argument to rc(1). allow Turn permission checking off (to simplify administration). disallow Turn permission checking on. halt write all changed blocks and stop the file system. help print the list of commands. rename file name Change the name of file to name. newuser user Add user to /adm/users and make the standard directories needed for booting. remove file Remove file and place its blocks on the free list. clri file Remove file but do not place the blocks on the free list. This command can be used to remove files that have duplicated blocks. The non-duplicate blocks can be retrieved by checking the file system with option f (see below). create file owner group mode [adl] Create the file. Owner and group are users in /adm/users and mode is an octal number. If present, creates an append only file, creates a directory, and creates a file that is exclusive-use. sync write to disk all of the dirty blocks in the memory cache. stats Report statistics about the performance of the file system. user Re-initialize authentication information by reading /adm/users. check [PRdfprtw] Check the file system. The options are p print the names of directories as they are checked. P print the names of all files as they are checked. r read all of the data blocks and check the tags. f rebuild the list of free blocks. d delete redundant references to a block. t fix bad tags. c fix bad tags and clear the contents of the block. w write all of the blocks that are touched. SOURCE
/sys/src/cmd/disk/kfscmd.c /$objtype/bin/disk/ksync SEE ALSO
kfs(4), mkfs(8), prep(8), wren(3) KFSCMD(8)
All times are GMT -4. The time now is 06:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy