>_ linuxcommand.dev
Startseite chdev
Hardware

chdev

Change persistent attributes of an AIX device.

Last updated: Report error
Syntax
$chdev [OPTIONS] [DEVICE]
Examples
Examples
$chdev -l hdisk0 -a pv=yes
Examples
$chdev -l ent0 -a state=up
Typical use cases
Mark disk as PV
chdev -l hdisk0 -a pv=yes
Bring NIC up
chdev -l ent0 -a state=up
Documentation
man chdev
Note AIX Device Configuration Tool.
Export