Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

Scan SCSI bus for attached devices.
Syntax

setenv variable value

setenv variable --

Description

This command scan the SCSI bus to locate attached devices.

Set configuration parameter to the given decimal or text value.

setenv Variables
VariableDefault ValueDescription
auto-boot?falseIf true, boots automatically after power on or reset.
boot-fileempty stringA string of arguments to be passed to the boot loader (e.g. -a or -v).
boot-device Device to boot from.
ttya-mode9600,8,n,1,- 
ttyb-mode9600,8,n,1,- 

 

Parameter Name Value Default Value
auto-boot? false true
boot-file -v
boot-device disk:a disk1 disk net
ttya-mode 9600,8,n,1,- 9600,8,n,1,-
ttyb-mode 9600,8,n,1,- 9600,8,n,1,-


Usage: setenv name value ( -- )
Examples:
setenv boot-device disk1 - specify disk1 as boot device
setenv auto-boot? false - disable automatic boot
Notice: changes are permanent but only take effect after a reset

Changes to environment variables are stored in NVRAM and permanent. However, they only take effect after executing the reset command.
Example

The following example demonstrates the output of the probe-scsi command on system with a single virtual CD-ROM..

Example probe-scsi Command Output

ok probe-scsi
probe-scsi
Target 0
  Unit 0   Disk     virtual Scsicdrom (c)SRI0200

  • No labels