Sponsored Content
Full Discussion: Hardware Requirements
Top Forums UNIX for Dummies Questions & Answers Hardware Requirements Post 302170084 by s93366 on Sunday 24th of February 2008 09:04:24 AM
Old 02-24-2008
There are many UNIX operatingsystems of diferent flavors, they all have diffrent hardware requirments

For example,

Solaris runs on SPARC and X86
HP-UX runs on PA-RISC and Itanium
IBM AIX runs on Power

/Peter
 

10 More Discussions You Might Find Interesting

1. Post Here to Contact Site Administrators and Moderators

posting requirements

Neo: i am not sure if this is possable but can we add fields to the new thread post. currently you have: subject message icon vb code message options attach file post a poll can we have the following added and manditory (or you recieve an error when you submit a new thread: OS:... (1 Reply)
Discussion started by: Optimus_P
1 Replies

2. UNIX for Dummies Questions & Answers

Hardware Requirements

Can someone please help me with the following question. I am trying to find out what the minimum hardware requirements are for a Unix OS, the vendor does not matter. Thanks in advance. (1 Reply)
Discussion started by: goodrics
1 Replies

3. UNIX for Dummies Questions & Answers

System Requirements

Does anyone know the system requirements for Unix 03? I need the CPU, RAM, and harddisk space requirements. I have been looking all over the web but can't seem to find the numbers. If you could post a link that would be great. Thanks (0 Replies)
Discussion started by: burke2
0 Replies

4. Solaris

Solaris 10 on SPARC & x64/x86 hardware requirements

Hi folks Doing practice certification questions but the answers to this question appear different everywhere I look? Is it also seems to be dependent on the S10 update version using at the moment in the market place? If the book was written over year back, then I suppose the hardware... (4 Replies)
Discussion started by: angusyoung
4 Replies

5. Solaris

basic hardware & system requirements for solaris 10

hi all, i want to setup a solaris10 lab for 50 trainees. kindly let me know all the basic hardware & system requirements for the lab . with regards, Raj (5 Replies)
Discussion started by: rajp_8007
5 Replies

6. UNIX for Advanced & Expert Users

squid hardware requirements

Hello, how can I determine the required hardware for squid server if this server will serve around 100,000 users?? Thanx (0 Replies)
Discussion started by: mm00123
0 Replies

7. UNIX for Dummies Questions & Answers

Requirements for unix os

what are the requirements for unix os.i got now windows xp operating system.without disturbing windows xp i want to install unix os. (1 Reply)
Discussion started by: manohar12345678
1 Replies

8. Debian

install hardware requirements

Does any one have some words on this ' microprocessor '* and if there should be any attempt to install Debian Linux into it. Thank you I have looked at this page: 2.1.*Supported Hardware 2.1 Supported Hardware Chapter 2. System Requirements and crossed check many times and do not see any... (4 Replies)
Discussion started by: cowLips
4 Replies

9. Solaris

Hardware faulty, but which hardware?

Hi folk, I have this hardware faunty message, but dont know which hardware is this ? can you guide me ? --------------- ------------------------------------ -------------- --------- TIME EVENT-ID MSG-ID SEVERITY ---------------... (9 Replies)
Discussion started by: dehetoxic
9 Replies

10. Linux

Pc Requirements

I am using a Pentium III and I want to change my cpu, which is better (AMD or dual core processor) for linux operating system. Thanks in advance for any help. (1 Reply)
Discussion started by: billcrosby
1 Replies
scsi_poll(9F)						   Kernel Functions for Drivers 					     scsi_poll(9F)

NAME
scsi_poll - run a polled SCSI command on behalf of a target driver SYNOPSIS
#include <sys/scsi/scsi.h> int scsi_poll(struct scsi_pkt *pkt); INTERFACE LEVEL
Solaris DDI specific (Solaris DDI). PARAMETERS
pkt Pointer to the scsi_pkt(9S) structure. DESCRIPTION
scsi_poll() requests the host adapter driver to run a polled command. Unlike scsi_transport(9F) which runs commands asynchronously, scsi_poll() runs commands to completion before returning. If the pkt_time member of pkt is 0, the value of pkt_time is defaulted to SCSI_POLL_TIMEOUT to prevent an indefinite hang of the system. RETURN VALUES
scsi_poll() returns: 0 command completed successfully. -1 command failed. CONTEXT
scsi_poll() can be called from user or interrupt level. This function should not be called when the caller is executing timeout(9F) in the context of a thread. SEE ALSO
makecom(9F), scsi_transport(9F), scsi_pkt(9S) Writing Device Drivers WARNINGS
Since scsi_poll() runs commands to completion before returning, it may require more time than is desirable when called from interrupt con- text. Therefore, calling scsi_poll from interrupt context is not recommended. SunOS 5.10 30 Aug 1995 scsi_poll(9F)
All times are GMT -4. The time now is 05:04 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy